TGUI v3.0

This ports TGUI, and makes the old nano crew monitor and the disposal
bins use it as first examples.
This commit is contained in:
ShadowLarkens
2020-07-02 15:40:21 -07:00
parent 98535d6699
commit 1cded01770
187 changed files with 22079 additions and 80 deletions

View File

@@ -176,6 +176,9 @@
/proc/log_unit_test(text)
to_world_log("## UNIT_TEST: [text]")
/proc/log_tgui(text)
WRITE_LOG(diary, "\[[time_stamp()]]TGUI: [text]")
/proc/report_progress(var/progress_message)
admin_notice("<span class='boldannounce'>[progress_message]</span>", R_DEBUG)
to_world_log(progress_message)