gzdoom-gles/src/scripting/codegeneration
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
..
codegen.cpp - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
codegen.h - implement flag variables with the VM's sbit and lbit instructions. 2016-10-24 17:18:20 +02:00
functioncalls.cpp - implemented array-style syntax for Random calls. 2016-10-16 10:59:12 +02:00