Update asset_cache to modern /tg/, and make TGUI compatible with it. CDN support, etc.

This commit is contained in:
ShadowLarkens
2020-07-19 20:46:12 -07:00
parent f57cddf618
commit 126cc6b5da
27 changed files with 1110 additions and 405 deletions

View File

@@ -189,6 +189,9 @@
entry += ":\n[text]"
WRITE_LOG(diary, entry)
/proc/log_asset(text)
WRITE_LOG(diary, "ASSET: [text]")
/proc/report_progress(var/progress_message)
admin_notice("<span class='boldannounce'>[progress_message]</span>", R_DEBUG)
to_world_log(progress_message)