Better Runtime Logging (#913)

Introduces a few updates from /tg/station13 with regards to runtime logging, and then modifies the runtime logging code to work properly. Developers now have access to both condensed and uncondensed runtime logs, with the former being updated at the end of each round.
This commit is contained in:
skull132
2016-09-12 21:19:45 +03:00
committed by GitHub
parent a5478a5360
commit c749c18b93
12 changed files with 601 additions and 4698 deletions

View File

@@ -348,7 +348,7 @@ var/list/gamemode_cache = list()
config.log_hrefs = 1
if ("log_runtime")
config.log_runtime = 1
config.log_runtime = text2num(value)
if ("generate_asteroid")
config.generate_asteroid = 1