vkdoom_m/src/thingdef
Christoph Oelckers 7ede77c1d2 - fixed a few occurences where ACTION_RETURN_* eliminated the side effect of its argument when no return value was requested.
This macro should not be used on function calls that actually perform an action aside from calculating the return value!
2016-02-20 13:13:53 +01:00
..
olddecorations.cpp - some refactoring of olddecorations.cpp to move some repeated code into a subfunction. 2016-02-10 14:38:08 +01:00
thingdef.cpp Restore "direct" call optimization for DECORATE 2016-02-18 22:05:16 -06:00
thingdef.h Use action function return value to make state jumps happen 2016-02-18 20:39:40 -06:00
thingdef_codeptr.cpp - fixed a few occurences where ACTION_RETURN_* eliminated the side effect of its argument when no return value was requested. 2016-02-20 13:13:53 +01:00
thingdef_data.cpp - fixed a few 64-bit warnings. 2016-02-13 13:37:28 +01:00
thingdef_exp.cpp - fixed: The expression evaluator must ignore the action function symbol for ACS_NamedExecuteWithResult. 2016-02-10 21:48:28 +01:00
thingdef_exp.h Support casting states to booleans 2016-02-18 22:40:04 -06:00
thingdef_expression.cpp Oops. Had FxCastStateToBool backwards. 2016-02-18 22:53:18 -06:00
thingdef_parse.cpp Add some functions for use with DECORATE return 2016-02-18 22:15:03 -06:00
thingdef_properties.cpp - store floating point parameters for DECORATE properties as doubles. 2016-02-12 01:21:29 +01:00
thingdef_states.cpp Fix improper detection of if statements returning 2016-02-19 16:38:30 -06:00
thingdef_type.h - to prevent further occurences of ValueType == 0 being misinterpreted, change it to signify unknown value type and ensure that any real type is non-zero. 2016-02-10 17:11:50 +01:00