Ports Paradise error handler, with in game runtime viewer! (#24036)

* Ports paradise error handler, with in game runtime viewer!

* Changes to the old runtime error and removes inerror reference

* Oops

* Adds a wrapper for world.log so it displays both in the runtime diary and in DD window
This commit is contained in:
Leo
2017-02-13 22:39:31 -02:00
committed by Jordie
parent 4613a054b2
commit 9c6803ae19
33 changed files with 471 additions and 104 deletions

View File

@@ -157,7 +157,7 @@
var/time = (world.timeofday - start_timeofday) / 10
var/msg = "Initialized [name] subsystem within [time] seconds!"
world << "<span class='boldannounce'>[msg]</span>"
world.log << msg
log_world(msg)
return time
//hook for printing stats to the "MC" statuspanel for admins to see performance and related stats etc.