- 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. |
||
|---|---|---|
| .. | ||
| olddecorations.cpp | ||
| thingdef_exp.cpp | ||
| thingdef_parse.cpp | ||
| thingdef_states.cpp | ||