qzdoom/src/thingdef
Randy Heit 58f088c1ab Remove FxExpression::EvalExpression() entirely
- For the purposes of getting constant values from expressions, the only
  class where Resolve doesn't duplicate the functionality of
  EvalExpression was FxConstant. So, every other class has had its
  EvalExpression taken away, and FxConstant has had it renamed to GetValue.
2013-07-30 22:52:27 -05:00
..
olddecorations.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
thingdef.cpp Remove all state expression/param stuff 2013-07-27 22:34:44 -05:00
thingdef.h Remove all state expression/param stuff 2013-07-27 22:34:44 -05:00
thingdef_codeptr.cpp Merge branch 'maint' into scripting 2013-07-28 10:47:17 +02:00
thingdef_data.cpp Merge branch 'master' into scripting 2013-06-25 19:28:25 -05:00
thingdef_exp.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
thingdef_exp.h Remove FxExpression::EvalExpression() entirely 2013-07-30 22:52:27 -05:00
thingdef_expression.cpp Remove FxExpression::EvalExpression() entirely 2013-07-30 22:52:27 -05:00
thingdef_parse.cpp Remove FxExpression::EvalExpression() entirely 2013-07-30 22:52:27 -05:00
thingdef_properties.cpp Stop leaking function damage expressions. 2013-07-25 21:42:30 -05:00
thingdef_states.cpp Remove all state expression/param stuff 2013-07-27 22:34:44 -05:00
thingdef_type.h - Stop aliasing strings onto names for function parameters. 2009-10-17 01:38:54 +00:00