mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
NZ:P Team's fork of the FTEQW project.
6398930473
Enables compilation of 'float foo=5;float foo=5;' (similarly functions, fields are never initialised anyway, the dupe is ignored so long as the initialisation is the same). Fixed an offset bug with arrays stored within typedefed structs. Fixed int += int to not require an explicit addstore operand. Added support for ! operator in #if statements, as well as fixing a couple of other issues there, should be much more usable. Added 'optional' keyword when defining function arguments. All trailing arguments must have it too. This allows stricter type checking with functions that take optional arguments. Removed warnings with __variant types. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3921 fc73d0e0-1445-4013-8a0c-d673dee63da5 |
||
---|---|---|
engine | ||
fteqtv | ||
plugins | ||
q3asm2 | ||
quakec | ||
specs |