gzdoom/wadsrc/static/actors
Christoph Oelckers 6227906072 - Fixed: SNDINFO must be loaded before the textures. However, this required
some changes to the MAPINFO parser which tried to access the texture manager
  to check if the level name patches exist. That check had to be moved to
  where the intermission screen is set up.
- Fixed: 'bloodcolor' ignored the first parameter value when given a list
  of integers.
  Please note that this creates an incompatibility between old and new 
  versions so if you want to create something that works with both 2.2.0
  and current versions better use the string format version for the color
  parameter!
- Rewrote the DECORATE property parser so that the parser is completely
  separated from the property handlers. This should allow reuse of all 
  the handler code for a new format if Doomscript requires one.
- Fixed: PClass::InitializeActorInfo copied too many bytes if a subclass's
  defaults were larger than the parent's.
- Moved A_ChangeFlag to thingdef_codeptr.cpp.
- Moved translation related code from thingdef_properties.cpp to r_translate.cpp
  and rewrote the translation parser to use FScanner instead of strtol.
- replaced DECORATE's 'alpha default' by 'defaultalpha' for consistency.
  Since this was never used outside zdoom.pk3 it's not critical.
- Removed support for game specific pickup messages because the only thing
  this was ever used for - Raven's invulnerability item - has already been
  split up into a Heretic and Hexen version.

SVN r1240 (trunk)
2008-09-21 18:02:38 +00:00
..
chex - Fixed a CQ pickup message. 2008-09-14 06:44:22 +00:00
doom - Restructured the action function interface to remove the dependence on 2008-08-12 14:30:07 +00:00
heretic - DECORATE fixes. 2008-08-15 23:11:04 +00:00
hexen - Fixed: Hexen's fourth weapon pieces did not play the correct pickup sound, 2008-09-12 01:12:40 +00:00
raven - Fixed: The chat sound for Strife was misnamed in the gameinfo structure. 2008-08-12 23:00:48 +00:00
shared - Fixed: SNDINFO must be loaded before the textures. However, this required 2008-09-21 18:02:38 +00:00
strife - Added Gez's patch for removing MF4_FIRERESIST. 2008-08-19 19:38:39 +00:00
actor.txt - fixed: A_CallSpecial must be declared in DECORATE so that a symbol table 2008-08-13 14:51:28 +00:00
constants.txt - Fixed: SNDINFO must be loaded before the textures. However, this required 2008-09-21 18:02:38 +00:00