[READY] Server dev toasts (#20147)

* Server init toast

* New libraries

* GC ref notification

* Update code/_compile_options.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

---------

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2023-02-04 15:11:00 -06:00
committed by GitHub
co-authored by SteelSlayer
parent d32cbb7638
commit 82ebc13847
9 changed files with 18 additions and 1 deletions
+3
View File
@@ -228,6 +228,9 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
log_startup_progress("Initializations complete within [time] second[time == 1 ? "" : "s"]!")
if(GLOB.configuration.system.toast_on_init_complete)
rustg_create_toast("Paradise SS13", "Server initialization complete")
if(GLOB.configuration.general.developer_express_start)
SSticker.force_start = TRUE