gzdoom/src/g_shared
Christoph Oelckers 8bbdee5c28 - redirect most references to the global players array through FLevelLocals.
The Map loader may not access any global state at all - everything it can touch must be exchangable.
Furthermore, if we want to sandbox each level, there may be no direct access to any kind of global state whatsoever from the play code.
2019-01-30 01:15:32 +01:00
..
a_action.cpp - added a level iterator for operations that need to make changes to all open levels. 2019-01-28 02:41:29 +01:00
a_decals.cpp - replaced all TThinkerIterators except one that probably won't be relevant anymore as things progress. 2019-01-30 00:27:05 +01:00
a_dynlight.cpp - replaced all TThinkerIterators except one that probably won't be relevant anymore as things progress. 2019-01-30 00:27:05 +01:00
a_dynlight.h - change per-level attenuation of dynamic lights for each viewpoint. 2019-01-29 20:09:06 +01:00
a_flashfader.cpp - changed thinker initialization to occur in a Construct function instead of the constructor itself. 2019-01-27 13:08:54 +01:00
a_lightning.cpp - handled approx. half of all cases where the address of level is taken. 2019-01-28 00:55:21 +01:00
a_lightning.h - roughly 50 more, mostly search and replace. 2019-01-27 19:16:14 +01:00
a_morph.cpp - removed some unused bits of code. 2018-12-29 13:28:22 +01:00
a_morph.h - scriptified the rest of the morph code. 2018-11-24 10:47:42 +01:00
a_quake.cpp - redirect most references to the global players array through FLevelLocals. 2019-01-30 01:15:32 +01:00
a_sharedglobal.h - changed thinker initialization to occur in a Construct function instead of the constructor itself. 2019-01-27 13:08:54 +01:00
a_specialspot.cpp - moved the global spot state into FLevelLocals. 2019-01-05 10:04:27 +01:00
a_specialspot.h - moved the global spot state into FLevelLocals. 2019-01-05 10:04:27 +01:00
hudmessages.cpp - use a saner data structure to store the BrokenLines. 2018-10-31 19:13:54 +01:00
shared_hud.cpp - properly hook up the alt HUD with the status bar. 2018-12-02 14:34:10 +01:00