v0.1.7
copmile fixes, rework a few things to better fit tg code structure, replace tgstation.2.0.9.1.dmm with tgstation.2.1.0.dmm (kept old map file), tgstation.2.0.9.1.dmm has 1233 errors
Fix for reported issue with the transfer_controller causing a runtime error. Also included is a debug controller for the transfer_controller
Fixes runtime logging and makes it a config option.
Changed some global_list stuff: >tried to make the comments less confusing. >Removed the procs for rebuilding the lists (they weren't meant to be used and half were broken anyway). >added a directory. It maps ckey to client like so directory[ckey] = client. It could be used for PMs, banning, and various other admin tools rather than using \ref[] >var/list/admins is now a list of clients whom are admins. >var/list/admin_datums is what var/list/admins used to be. A map from ckey -> admin datum Most of this is so I can add modular admin ranks in a non-horrendous way and fix some existing issues. >var/list/client_list is now var/list/clients (laziness sorry) >removed some needless loops and stuff.
Fix for the roundstart hook "runtime".
Hmm hmm, it could help to actually commit the hooks.dm file, couldn't it?
Replaced the master_controller with the WIP sequential version.
Mining fixes as it was annoying as fuck. Also a random object with nothing in it removed.
Absolute paths for shuttle controller
Revert "Merge pull request #3965 from jack-fractal/dev"