qzdoom/src/thingdef
Randy Heit 38d7b7d203 - Fixed errors and warnings when compiling with GCC. (Unfortunately, the VC++ debug builds
become ungodly slow when using mods with complex DECORATE. The GCC debug builds run just
  fine, however. Hopefully this is something that can be fixed later with an assembly-optimized
  version of the main VM loop, because I don't relish the thought of being stuck with GDB
  for debugging.)
- Fixed: The ACS_Named* action specials were erroneously defined as taking strings instead of
  names.
- Fixed: Copy-paste error caused FxMultiNameState::Emit to generate code that called
  DecoNameToClass instead of DecoFindMultiNameState.
- Updated FxActionSpecialCall::Emit for named script specials.
- Fixed inverted asserts for FxMinusSign::Emit and FxUnaryNotBitwise::Emit.


SVN r3893 (scripting)
2012-10-18 03:19:27 +00:00
..
olddecorations.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef.h - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef_codeptr.cpp - Fixed errors and warnings when compiling with GCC. (Unfortunately, the VC++ debug builds 2012-10-18 03:19:27 +00:00
thingdef_data.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef_exp.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
thingdef_exp.h - added DavidPH's sqrt for DECORATE submission. 2012-04-22 08:17:27 +00:00
thingdef_expression.cpp - Fixed errors and warnings when compiling with GCC. (Unfortunately, the VC++ debug builds 2012-10-18 03:19:27 +00:00
thingdef_parse.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef_properties.cpp - Fixed errors and warnings when compiling with GCC. (Unfortunately, the VC++ debug builds 2012-10-18 03:19:27 +00:00
thingdef_states.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
thingdef_type.h - Stop aliasing strings onto names for function parameters. 2009-10-17 01:38:54 +00:00