qzdoom/src/thingdef
Randy Heit e4af82ae96 - Enough with this "momentum" garbage. What Doom calls "momentum" is really
velocity, and now it's known as such. The actor variables momx/momy/momz
  are now known as velx/vely/velz, and the ACS functions GetActorMomX/Y/Z
  are now known as GetActorVelX/Y/Z. For compatibility, momx/momy/momz will
  continue to work as aliases from DECORATE. The ACS functions, however,
  require you to use the new name, since they never saw an official release
  yet.


SVN r1689 (trunk)
2009-06-30 20:57:51 +00:00
..
olddecorations.cpp - Fixed: A_CountdownArg and A_Die must ensure a certain kill. 2009-05-23 08:30:36 +00:00
thingdef.cpp - GCC compile fix and warning removal. 2009-02-21 21:44:15 +00:00
thingdef.h - Enough with this "momentum" garbage. What Doom calls "momentum" is really 2009-06-30 20:57:51 +00:00
thingdef_codeptr.cpp - Enough with this "momentum" garbage. What Doom calls "momentum" is really 2009-06-30 20:57:51 +00:00
thingdef_data.cpp - Added Gez's submissions for A_M_Saw customization, area damage and 2009-06-27 19:37:53 +00:00
thingdef_exp.cpp - Fixed: The save percentage for Doom's green armor was slightly too low 2008-12-07 12:11:59 +00:00
thingdef_exp.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00
thingdef_expression.cpp - Enough with this "momentum" garbage. What Doom calls "momentum" is really 2009-06-30 20:57:51 +00:00
thingdef_parse.cpp - Added A_ZoomFactor. This lets weapons scale their player's FOV. Each weapon 2009-06-30 19:20:39 +00:00
thingdef_properties.cpp - Enough with this "momentum" garbage. What Doom calls "momentum" is really 2009-06-30 20:57:51 +00:00
thingdef_states.cpp - Fixed what looks like an incorrect comparison in thingdef_states.cpp. 2009-03-10 05:37:27 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00