qzdoom-gpl/src/thingdef
Randy Heit aade32a749 - Add PClass::AllClasses to the list of root items for the GC. Failure to do so will cause any
actors with names that conflicted with preceding actors from being freed, even though they
  can still be accessed via PClassActor::AllActorClasses, which gets iterated over in a number
  of places. (e.g. Zen Dynamics defines a Grenade actor, although there is one in zdoom.pk3 now.
  The Zen Dynamics' version would not go in the TypeTable, so it would be collected on map load,
  leading to a crash when attempts to access it through AllActorClasses are made.)

SVN r3908 (scripting)
2012-10-26 19:52:24 +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 - Re-jigged DoJump() to not be recursive so that 0-tic A_Jump* loops are no longer 2012-10-23 03:19:17 +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 - Add PClass::AllClasses to the list of root items for the GC. Failure to do so will cause any 2012-10-26 19:52:24 +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