gzdoom/src/scripting
Christoph Oelckers 776509e68a - let skip_super use the AActor assignment operator. The blanket memcpy it used was clobbering some data.
- moved the Finalize method from PClassActor to AActor. Now that defaults get their vtbl pointer initialized this will actually work.
2017-02-07 18:12:59 +01:00
..
codegeneration - implemented the backend for dynamic arrays. Still needs thorough testing but it should be complete. 2017-02-07 14:48:27 +01:00
decorate - let skip_super use the AActor assignment operator. The blanket memcpy it used was clobbering some data. 2017-02-07 18:12:59 +01:00
vm - implemented the backend for dynamic arrays. Still needs thorough testing but it should be complete. 2017-02-07 14:48:27 +01:00
zscript - let skip_super use the AActor assignment operator. The blanket memcpy it used was clobbering some data. 2017-02-07 18:12:59 +01:00
thingdef.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
thingdef.h - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
thingdef_data.cpp - implemented the backend for dynamic arrays. Still needs thorough testing but it should be complete. 2017-02-07 14:48:27 +01:00
thingdef_properties.cpp - let skip_super use the AActor assignment operator. The blanket memcpy it used was clobbering some data. 2017-02-07 18:12:59 +01:00