gzdoom-gles/src/thingdef
Leonard2 b97024b710 The return statement now accepts any expression as its return value
So something like 'return ++user_x;' is now possible
Admittedly this needed quite a bit of refactoring mainly due to the fact that return types now have to be checked after resolving the function rather than before
2016-08-07 22:10:02 +02:00
..
olddecorations.cpp - made AActor::alpha a floating point value 2016-03-21 12:18:46 +01:00
thingdef.cpp The return statement now accepts any expression as its return value 2016-08-07 22:10:02 +02:00
thingdef.h The return statement now accepts any expression as its return value 2016-08-07 22:10:02 +02:00
thingdef_codeptr.cpp added SWF_SELECTPRIORITY flag to A_SelectWeapon 2016-07-29 18:48:54 -05:00
thingdef_data.cpp Added post/pre increment/decrement operators to DECORATE 2016-08-07 22:10:01 +02:00
thingdef_exp.cpp Added all compound assignment operators to DECORATE 2016-08-07 22:10:02 +02:00
thingdef_exp.h The return statement now accepts any expression as its return value 2016-08-07 22:10:02 +02:00
thingdef_expression.cpp The return statement now accepts any expression as its return value 2016-08-07 22:10:02 +02:00
thingdef_parse.cpp Re-allow indexes as state parameter in sequences 2016-08-07 22:10:00 +02:00
thingdef_properties.cpp Added SpriteAngle and SpriteRotation properties. 2016-07-30 00:26:40 +02:00
thingdef_states.cpp The return statement now accepts any expression as its return value 2016-08-07 22:10:02 +02:00