gzdoom-gles/src/scripting
Christoph Oelckers a6a0c4b93c - handle all unary operators.
- handle all binary operators which are already implemented in the code generator.
- implemented sizeof/alignof operators in code generator.
- rewrote RequestAddress so that its return value is not the writability of an address but the mere existence. Also changed it to not output errors itself because those cannot be dealt with by the calling function.
2016-10-17 20:33:35 +02:00
..
codegeneration - handle all unary operators. 2016-10-17 20:33:35 +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 - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02:00
zscript - handle all unary operators. 2016-10-17 20:33:35 +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