gzdoom/wadsrc/decorate
Christoph Oelckers 3b477d7022 - Fixed: POwered up weapons with a different ready state than their base
weapon didn't change back when the powerup expired.
- Fixed: The powered up version of Heretic's Gauntlets missed the proper
  state assignments for Ready, Lower and Raise.
- Fixed: The Strife player was missing its pain state.
- Fixed: Revenant missiles couldn't home in on targets with a height lower than
  40.
- Fixed: The code which checked for hitscan traces hitting actors from above
  and below must test whether the calculated hit position is actually inside 
  the actor being checked. If it crosses the top/bottom plane outside the
  bounding box there can't be a hit.
- Changed: State labels in code pointer calls must now be enclosed in quotation marks.
  This was done to ensure compatibility with parsers that will parse these as
  identifier-aware script code later.


SVN r554 (trunk)
2007-10-19 08:49:02 +00:00
..
doom - Fixed: POwered up weapons with a different ready state than their base 2007-10-19 08:49:02 +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: The BFGBall's explosion sequence was missing a state. 2007-07-28 12:38:10 +00:00
raven - Converted Heretic's Clink (Sabreclaw) to DECORATE. 2006-11-25 12:25:05 +00:00
shared - Fixed: The particle fountains' names were different than before 2006-12-14 11:44:49 +00:00
strife - Fixed: POwered up weapons with a different ready state than their base 2007-10-19 08:49:02 +00:00
constants.txt - fixed: THe Timidity player didn't close its temporary files and left them 2007-09-12 00:20:11 +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 - Fixed: dumpmap crashed when used outside a map. 2007-09-02 09:57:08 +00:00