- Added DECORATE conversions for Hexen's Cleric Mace, Firedemon and fog by

Karate Chris.
- Added several type checks to the weapon slot code.
- Changed: Players no longer respawn in instant death sectors with 
  the 'Respawn where died' flag on.


SVN r1101 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-02 08:38:07 +00:00
commit fddf69e950
14 changed files with 1053 additions and 1152 deletions

View file

@ -1,3 +1,7 @@
August 2, 2008 (Changes by Graf Zahl)
- Added DECORATE conversions for Hexen's Cleric Mace, Firedemon and fog by
Karate Chris.
July 31, 2008
- Fixed: Attempting to load 0-length sounds caused a crash.
- Removed filename-lowercasing from zipdir.
@ -6,6 +10,13 @@ July 31, 2008
- Fixed: Mace SpawnID was assigned to the MacePowered actor instead.
- Fixed: Sorcerer2FX1's SpawnID was not restricted to Heretic.
July 27, 2008 (Changes by Graf Zahl)
- Added several type checks to the weapon slot code.
July 26, 2008 (Changes by Graf Zahl)
- Changed: Players no longer respawn in instant death sectors with
the 'Respawn where died' flag on.
July 24, 2008
- Applied Blzut3's 5:4 SBARINFO patch. (At least I think that's what it's
for.)