gzdoom/src/thingdef
Randy Heit a77705e04e - Added A_JumpIfTargetOutsideMeleeRange and A_JumpIfTargetInsideMeleeRange because I thought
I could be clever and have the beggar chase after you some after you attack him, with a
  random chance to cease pursuit. However, that didn't look much different from his normal
  wandering animation, and he usually gave up before getting anywhere near you, so it was
  kind of pointless. I kept the action functions around anyway, since they're simple things that
  somebody else might find useful.
- Added a melee range check to A_SentinelRefire for actors without missile states. This fixes
  Strife's Beggar trying to attack you when you're nowhere near him.

SVN r3863 (trunk)
2012-09-06 03:36:25 +00:00
..
olddecorations.cpp - Added support for random state durations. Instead of defining a frame like this: 2012-08-23 01:00:30 +00:00
thingdef.cpp - Trying to replace an actor that does not exist is now a warning rather than an error. 2012-08-12 03:36:49 +00:00
thingdef.h - Trying to replace an actor that does not exist is now a warning rather than an error. 2012-08-12 03:36:49 +00:00
thingdef_codeptr.cpp - Added A_JumpIfTargetOutsideMeleeRange and A_JumpIfTargetInsideMeleeRange because I thought 2012-09-06 03:36:25 +00:00
thingdef_data.cpp - Ignore the Skulltag-based SERVERSIDEONLY flag in actor definitions. 2012-08-22 21:35:47 +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 - Fix some GCC 4.7.1 warnings. 2012-07-07 03:43:11 +00:00
thingdef_function.cpp - added DavidPH's sqrt for DECORATE submission. 2012-04-22 08:17:27 +00:00
thingdef_parse.cpp - Trying to replace an actor that does not exist is now a warning rather than an error. 2012-08-12 03:36:49 +00:00
thingdef_properties.cpp - Added two new PlayerPawn properties: 2012-08-14 03:24:59 +00:00
thingdef_states.cpp - Added support for random state durations. Instead of defining a frame like this: 2012-08-23 01:00:30 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00