      
|
abf148d62b
|
[MIRROR] World Initialization Refactor [MDB IGNORE] (#20755)
* World Initialization Refactor
* Update .github/CODEOWNERS
* Update code/__HELPERS/global_lists.dm
* Add logging for manually changing your targeted zone (#72814)
See title.
Surgery hud is exempt from this.
Requested by @Mothblocks
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com>
* eee
* Update tgstation.dme
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
|
2023-04-26 22:46:55 +01:00 |
|
 
|
f7c26bbf25
|
515 Compat (#17465)
* ONLY SKYRAT CHANGES
* ACTUALLY SKYRAT CHANGES
* yolo, revert later
* Update alternate_byond_versions.txt
Co-authored-by: AnturK <AnturK@users.noreply.github.com>
|
2022-11-15 06:59:06 +00:00 |
|
MrStonedOne
|
073bb122e2
|
debug verbs, less overhead, more sorts, fix for 16m call count bug
|
2017-10-26 15:01:41 -07:00 |
|
MrStonedOne
|
adb134e462
|
Line by line profiling system
This allows you to profile shit in a line by line fashion, getting a neat little report about how long (in milliseconds) was spent on what line(s).
Only one can be running at a time. You just have to call PROFILE_START then call PROFILE_TICK between lines, and finally, use profile_show(mob/client) to show the profile results to a mob. Profiles are sorted by avg cost per run.
Example usage: https://github.com/tgstation/tgstation/pull/32022/commits/ef876c6fdb153e97d6ff954722dfde9c78eff315#diff-7664a9b9849fbd5b5d688654469b26d9R417
Example output: https://gist.github.com/MrStonedOne/06a275be398499db41da702dde7fc518
|
2017-10-25 22:37:34 -07:00 |
|