raze-gles/source/common/objects
Christoph Oelckers 1a300aa220 - fixed GC crash with new statusbar code.
It looks GZDoom never run in the case where using Create<> to create an object this left a pointer uninitialized.
To be safe, use Calloc instead of Malloc to get the memory for the new object so that everything is nulled.
2020-11-03 06:51:42 +01:00
..
autosegs.h - added DObject as a preparation for the ZScript compiler. Currently large parts are disabled because the backing features are not present yet. 2020-05-23 22:43:01 +02:00
dobject.cpp - reactivated some more code after integrating the VM core. 2020-05-23 22:43:02 +02:00
dobject.h - fixed GC crash with new statusbar code. 2020-11-03 06:51:42 +01:00
dobjgc.cpp - backend update to make the ZScript compiler work. 2020-06-14 18:58:30 +02:00
dobjgc.h - cleaned out all Doom dependencies from the DObject system. 2020-05-23 22:43:02 +02:00
dobjtype.cpp - backend update from GZDoom. 2020-10-24 17:30:47 +02:00
dobjtype.h - another backend update from merging several GZDoom PRs. 2020-09-27 16:16:53 +02:00