qzdoom/src/thingdef
2012-06-21 07:55:59 +00:00
..
olddecorations.cpp - removed some unnecessary r_ header #includes. 2011-07-06 10:55:04 +00:00
thingdef.cpp - added Gez's submission for inventory restrictions but changed the added checks to be in the main CallTryPickup function. 2011-09-23 08:23:51 +00:00
thingdef.h - fixed: having a state immediately followed label with a goto immediately following that label did not link the state to its proper next state. 2012-05-17 11:16:20 +00:00
thingdef_codeptr.cpp - Fixed: P_LineAttack() calls that use damage type 'None' should use 'Hitscan' instead. 2012-06-17 03:18:26 +00:00
thingdef_data.cpp - removed the MF5_FASTER and MF5_FASTMELEE flags and replaced them with a 'Fast' state flag. 2012-06-16 08:35:51 +00:00
thingdef_exp.cpp - Added ACS_NamedExecuteWithResult for DECORATE expressions. Since this is a pretty long name, 2012-02-21 19:24:02 +00:00
thingdef_exp.h - added DavidPH's sqrt for DECORATE submission. 2012-04-22 08:17:27 +00:00
thingdef_expression.cpp - added DavidPH's sqrt for DECORATE submission. 2012-04-22 08:17:27 +00:00
thingdef_function.cpp - added DavidPH's sqrt for DECORATE submission. 2012-04-22 08:17:27 +00:00
thingdef_parse.cpp - added FDARI*s damagetype fix 2012-04-07 15:29:47 +00:00
thingdef_properties.cpp - fixed: a few DECORATE commands had incorrect parameter lists. 2012-06-21 07:55:59 +00:00
thingdef_states.cpp - removed the MF5_FASTER and MF5_FASTMELEE flags and replaced them with a 'Fast' state flag. 2012-06-16 08:35:51 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00