qzdoom/src/scripting
Christoph Oelckers 142278a818 - fixed incomplete commit for bounce flags
- fixed flag clearing in new function.
2016-10-25 13:29:58 +02:00
..
codegeneration - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
decorate - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
vm - named class functions are working. Yay!! 2016-10-23 14:26:33 +02:00
zscript - made the count flags and NOBLOCKMAP and NOSECTOR read-only. These require special treatment to work which can only be done by a setter function. 2016-10-25 09:55:13 +02:00
thingdef.cpp - reviewed all places where VARF_Action and NAP were used and fixed what was still wrong. 2016-10-22 18:24:47 +02:00
thingdef.h - made the count flags and NOBLOCKMAP and NOSECTOR read-only. These require special treatment to work which can only be done by a setter function. 2016-10-25 09:55:13 +02:00
thingdef_data.cpp - fixed incomplete commit for bounce flags 2016-10-25 13:29:58 +02:00
thingdef_properties.cpp