mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-10 19:20:54 +00:00
f810b98167
- 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. |
||
---|---|---|
.. | ||
codegen.cpp | ||
codegen.h | ||
functioncalls.cpp |