Files
Bubberstation/code/game/objects/structures
Cyberboss 5ace376e4a Initialize Refactor (#25981)
Shouldn't break anything, stops warning spam, logs errors qdel style at the end of the game.

Initialize now expects a hint to be returned, one of:
INITIALIZE_HINT_NORMAL - Does nothing, returned by the root proc
INITIALIZE_HINT_LATELOAD - Call atom/proc/LateInitialize
INITIALIZE_HINT_QDEL - Calls qdel on the atom

LateInitialize currently defaults to the old re-calling behavior so there should be no issues with that.
Things that didn't return a hint or fucked up somehow will be logged less loudly than they were before

No more world start warnings!
2017-04-27 09:02:29 +12:00
..
2017-03-22 10:48:25 -04:00
2017-04-16 14:48:29 -06:00
2017-04-06 23:26:13 -06:00
2017-04-06 23:26:13 -06:00
2017-04-06 23:26:13 -06:00
2017-04-27 09:02:29 +12:00
2017-04-06 23:26:13 -06:00
2017-04-23 09:52:47 +12:00
2017-03-26 14:09:29 -03:00
2017-03-29 13:38:35 -04:00
2017-03-22 13:38:25 -04:00
2017-04-25 14:43:30 -07:00