gzdoom-gles/src/scripting
Christoph Oelckers d0a8960f61 - added genuine PEX_GT, PEX_GTEQ and PEX_NEQ operations to the parser.
These were previously faked with the inverse plus a boolean not. Although this works, it either leads to sub-optimal code generation or some fudging to avoid the inefficient handling.
Just adding proper handling to the parser seems the easiest and most straightforward way to get around this. The code generator already can deal with these operations properly so there's no good reason to do it differently.
2016-10-17 14:38:51 +02:00
..
codegeneration - converted more Heretic actors. 2016-10-17 10:07:12 +02:00
decorate - changed order of script files to match the old DECORATE list for easy comparison of the disassembly. 2016-10-16 19:42:22 +02:00
vm - changed order of script files to match the old DECORATE list for easy comparison of the disassembly. 2016-10-16 19:42:22 +02:00
zscript - added genuine PEX_GT, PEX_GTEQ and PEX_NEQ operations to the parser. 2016-10-17 14:38:51 +02:00
thingdef.cpp - added FindClassMemberFunction which retrieves a function symbol and performs some verification. 2016-10-15 20:16:44 +02:00
thingdef.h - added FindClassMemberFunction which retrieves a function symbol and performs some verification. 2016-10-15 20:16:44 +02:00
thingdef_data.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
thingdef_properties.cpp - the compile context now knows if it is invoked by ZScript or DECORATE, so that it can be more strict with ZScript if needed. 2016-10-15 21:35:31 +02:00