gzdoom-gles/src/scripting
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
..
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 - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +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 - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
thingdef_data.cpp - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
thingdef_properties.cpp Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-21 19:31:08 +02:00