vkdoom_m/src/scripting/decorate
Christoph Oelckers f810b98167 - implement flag variables with the VM's sbit and lbit instructions.
- synthesize PField entries from the flag list for AActor. This intentionally excludes the bounce flags for now.
- allow deprecated flags that do not call the deprecated flag handler.
- disallow constructs like (a = b) = c by not allowing an address request on an assignment operation.
- restrict modify/assign on boolean variables to the bit operators. Everything else needs to promote the result to an integer to make sense so it should be disallowed.
2016-10-24 17:18:20 +02:00
..
olddecorations.cpp - committed from the wrong subdirectory and missed all files that just changed the #include line. 2016-10-15 10:43:02 +02:00
thingdef_exp.cpp - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
thingdef_parse.cpp - added 'null' token to the ZScript parser which is needed for null pointers. 2016-10-19 00:35:34 +02:00
thingdef_states.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