Files
Polaris/code/modules
Leshana 44dc4b7286 Implement SSatoms
* Moves proc/initialize() from being on /atom/movable, /are and /turf/simulated to being on /atom - Now turfs can initialize too
* Added the SSatoms subsystem which controls initialization of atoms at roundstart and during normal conditions.
* Disabled the old auto_init = 0 behavior, ALL atoms should get initialized() called on them now.
* Refactored the way initialize() is called during /New() to utilize SSatoms instead of SScreation
* Removed SScreation, as it was only a stop-gap until SSatoms could be ported.
* Updated the maploader to inform SSatoms when it is loading maps instead of SScreation.
* Updated the template map loader to use SSatoms to perform initTemplateBounds
* Renamed 'initialized' var in seed_storage to deconflict.
* Removed usage of auto_init = 0, replaced with a no-op initialize() proc for atoms that don't need initialization.
2018-02-05 15:50:06 -05:00
..
2018-01-05 02:35:19 -05:00
2018-01-29 23:42:57 -06:00
2018-01-17 14:19:40 -05:00
2018-02-03 14:18:25 -05:00
2018-01-08 16:42:20 -05:00
2018-01-17 13:45:54 -06:00
2018-02-05 15:50:06 -05:00
2018-01-07 06:05:33 -05:00
2018-02-05 15:50:06 -05:00
2018-02-04 18:15:42 -06:00
2018-02-05 15:50:06 -05:00
2018-01-17 13:46:19 -06:00
2018-02-05 06:56:24 +00:00
2018-02-05 15:50:06 -05:00
2018-01-29 23:42:57 -06:00
2018-01-12 18:02:07 -08:00
2018-01-30 16:02:13 +00:00
2018-01-11 01:35:14 -05:00
2018-02-03 14:31:38 -05:00
2018-01-21 23:59:37 +00:00