mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
8277299135
Making this an object had little to no advantage, except being able to remove the deleter code. Now, with some of the class data already being allocated in a memory arena so that freeing it is easier, this can also be used for the drop item lists which makes it unnecessary to subject them to the GC. This also merges the memory arenas for VM functions and flat pointers because both get deleted at the same time so they can share the same one. |
||
---|---|---|
.. | ||
a_action.cpp | ||
a_decals.cpp | ||
a_flashfader.cpp | ||
a_lightning.cpp | ||
a_lightning.h | ||
a_morph.cpp | ||
a_morph.h | ||
a_quake.cpp | ||
a_sharedglobal.h | ||
a_specialspot.cpp | ||
a_specialspot.h | ||
hudmessages.cpp | ||
shared_hud.cpp |