gzdoom/wadsrc
Christoph Oelckers cccdfd6336 - fixed: The compatibility parser applied the last map's settings to all
maps in the compatibility list.
- Added compatibility settings for a few more levels in some classic WADs.
- Added spechit overflow workaround for Strain MAP07. This is highly map
  specific because the original behavior cannot be restored.
- Added a check for Doom's IWAD levels that forces COMPAT_SHORTTEX for them.
  MD5 cannot be used well here because there's many different IWADs with 
  slightly different levels. This is only done for Doom format levels to
  ensure that custom IWADs for ZDoom are not affected.
- fixed: level.flags2 was not reset at level start.
- Fixed: Morph powerups can change the actor picking up the item so 
  AInventory::CallTryPickup must be able to return the new actor.
- Fixed: ACS's GiveInventory may not assume that a PlayerPawn is still
  attached to the player data after an item has been given.
- Added a missing NULL pointer check to DBaseStatusBar::Blendview.


SVN r1405 (trunk)
2009-02-06 00:16:57 +00:00
..
sources - Restructured the action function interface to remove the dependence on 2008-08-12 14:30:07 +00:00
static - fixed: The compatibility parser applied the last map's settings to all 2009-02-06 00:16:57 +00:00
CMakeLists.txt - Fixed: A_Explode wants the distance parameter as an int, not a fixed_t. 2008-08-16 08:11:39 +00:00
dehsupp.lmp - Changed MIDI playback to not bother playing super short songs that don't 2008-03-23 05:24:40 +00:00
wadsrc.vcproj About a week's worth of changes here. As a heads-up, I wouldn't be 2008-07-23 04:57:26 +00:00