* F3 debug menu
* Some tweaks
* So that escalated
* Update code/controllers/subsystem.dm
* Update code/controllers/subsystem/debugview.dm
* Charlie tweaks
* prox component update
* mochi review
* bug fix, makes proximity sensors always active
* GC fixes and removes an unused proc
* Disposal fixes from TM
* fixes runtimes when objects created in nullspace runtimes, fixes portable flasher
* a fresh perspective
* lewcc review
* adds comment about direct loc setting over forceMove
This converts the machine and mob processes to the SMC. Additionally, it
adds the Atom subsystem, which handles all Initialize() calls in place
of the old gameticker. Due to incompatibility with our atmospherics
(FUCK OUR ATMOSPHERICS FOR FUCKING EVER JESUS CHRIST WHO THE FUCK MADE
THIS PIECE OF GODDAMN SHIT) atmospherics machines do not use
Initialize() as they should, instead opting for a custom atmos_init
proc that the air controller handles.