HTML UI Interfaces

# Version 1.0

THEY DON'T LAG LIKE NANOUI
Only crew monitoring computer exists
Doesn't display coordinate data that I've seen
Takes a few seconds to populate with information as well
None of the improvements/bugfixes have been applied yet
This commit is contained in:
clusterfack
2015-07-07 17:45:35 -05:00
parent 436e36750b
commit 9417d5149b
13 changed files with 999 additions and 29 deletions

View File

@@ -158,6 +158,10 @@ datum/controller/game_controller/proc/setup_objects()
var/obj/machinery/atmospherics/unary/vent_scrubber/T = U
T.broadcast_status()
world << "<span class='danger'>Generating ingame minimaps.</span>"
sleep(-1)
crewmonitor.generateMiniMaps() // start generating minimaps (this is a background process)
world << "<span class='danger'>Initializations complete.</span>"
sleep(-1)