qzdoom/src/scripting
Christoph Oelckers 72aa6fe3b8 - did some cleanup on p_mobj.cpp
* deleting some unused code
* turned several class methods into static local functions in cases where they never were used outside this file.
* inlined the dangerous assignment operator in the only place where it was used.
2022-11-05 12:00:43 +01:00
..
backend - removed most templates.h includes. 2021-10-30 10:49:12 +02:00
decorate - fixed: The compile context for constant evaluation did not initialize its Version member. 2022-08-03 08:44:38 +02:00
zscript - fixed: The compile context for constant evaluation did not initialize its Version member. 2022-08-03 08:44:38 +02:00
thingdef.cpp If the system uses very high memory addresses this error will be hit 2022-07-10 22:26:57 +02:00
thingdef.h - removed the unused palette parameter from the V_GetColor family of functions. 2021-08-14 09:57:23 +02:00
thingdef_data.cpp - disable implicit conversions from float to TAngle 2022-08-26 18:01:26 +02:00
thingdef_properties.cpp - did some cleanup on p_mobj.cpp 2022-11-05 12:00:43 +01:00
vmiterators.cpp - added PARAM_NULLCHECK to the block iterator creation functions. 2022-11-05 09:16:55 +01:00
vmthunks.cpp Fix typo that was always calling SetXOffset even in SetYOffset 2022-09-20 15:08:02 -04:00
vmthunks_actors.cpp - add freezetics actor property 2022-09-03 17:58:16 -04:00