qzdoom/wadsrc/decorate
Christoph Oelckers cb1bd7739e - Fixed: P_CheckSwitchRange accessed invalid memory when testing a one-sided
line.
- Fixed: P_SpawnPuff assumed that all melee attacks have the same range
  (MELEERANGE) and didn't set the puff to its melee state if the range
  was different. Even worse, it checked a global variable for this so
  the behavior was undefined when P_SpawnPuff was called from anywhere
  else but P_LineAttack. To reduce the amount of parameters I combined
  this information with the hitthing and temporary parameters into one
  flags parameter. Also changed P_LineAttack so that it gets passed
  an additional parameter that specifies whether the attack is a melee
  attack or not and set this to true in all calls that are to be considered
  melee attacks. I couldn't use the damage type because A_CustomPunch
  and A_CustomMeleeAttack allow passing any damage type they want.
- Added a sprite option as an alternative of particles for FX_ROCKET 
  and FX_GRENADE.


SVN r879 (trunk)
2008-04-04 14:31:20 +00:00
..
doom - Added Skulltag's pickup sprite and related information to the pistol. This 2008-01-11 22:38:10 +00:00
heretic - Fixed: POwered up weapons with a different ready state than their base 2007-10-19 08:49:02 +00:00
hexen - fixed TableShit9 definition 2007-11-18 08:05:33 +00:00
raven - Converted Heretic's Clink (Sabreclaw) to DECORATE. 2006-11-25 12:25:05 +00:00
shared - Fixed: P_CheckSwitchRange accessed invalid memory when testing a one-sided 2008-04-04 14:31:20 +00:00
strife - Fixed: The StrifePlayer defined the wrong color range for its translations. 2007-12-20 08:44:45 +00:00
constants.txt - Added SnowKate709's A_DamageMaster/A_DamageChildren patch. 2008-03-29 22:59:41 +00:00
decorate.txt - Added damage factors that allows to make monsters more or less resistant 2007-04-28 09:06:32 +00:00
nativeclasses.txt - Added SnowKate709's A_DamageMaster/A_DamageChildren patch. 2008-03-29 22:59:41 +00:00