raze-gles/source/common/objects
alexey.lysiuk 804a2964a0 - fixed compilation of POSIX targets
source/common/objects/dobject.h:276:21: error: use of undeclared identifier 'malloc_size'
source/common/utility/m_alloc.h:45:22: error: ‘malloc_usable_size’ was not declared in this scope
source/common/engine/m_random.h:40:10: fatal error: SFMT/SFMTObj.h: No such file or directory
source/common/objects/__autostart.cpp:94:10: fatal error: 'doomtype.h' file not found
source/common/objects/zzautozend.cpp:58:10: fatal error: 'doomtype.h' file not found
2020-05-24 10:11:40 +03:00
..
__autostart.cpp - fixed compilation of POSIX targets 2020-05-24 10:11:40 +03: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 - reactivated some more code after integrating the VM core. 2020-05-23 22:43:02 +02:00
dobjgc.cpp - cleaned out all Doom dependencies from the DObject system. 2020-05-23 22:43:02 +02:00
dobjgc.h - cleaned out all Doom dependencies from the DObject system. 2020-05-23 22:43:02 +02:00
dobjtype.cpp - 'common' update. 2020-05-23 22:43:03 +02:00
dobjtype.h - cleaned out all Doom dependencies from the DObject system. 2020-05-23 22:43:02 +02:00
zzautozend.cpp - fixed compilation of POSIX targets 2020-05-24 10:11:40 +03:00