Files
Aurora.3/code/controllers
skull132 44f22c2128 Improve Object Initialization (#1368)
Okay. You can read the entire theory over in this issue: #1365

But basically. All objects to be initialized are now added to a list in their New() proc on world/New(). This is substantially smaller than the entire world. This allows game_controller/setup_objects() to crawl a much larger list, and speeds it up by 6 seconds (from 9.5 to 3.5 seconds). The impact on world/New() is, on average, under 1 second.

Also fixes #1365 and #1363 as a result of reworking the initialization call logic in atoms_movable.dm. initialize() is now more secure, and can handle recursive calls at any point in time.
2017-01-02 00:45:36 +02:00
..
2016-12-31 04:32:33 +02:00
2015-11-12 23:24:34 -06:00
2016-12-31 04:32:33 +02:00
2015-05-10 20:54:25 +01:00
2015-11-13 21:59:56 +01:00
2016-01-26 13:12:37 +01:00