gzdoom/wadsrc/decorate/strife
Christoph Oelckers 3c976ac02c - Converted the StrifePlayer to DECORATE. Even though it requires exporting
3 new code pointers without general use it was necessary to handle
  GiveDefaultInventory consistently for all players without the need to 
  subclass this function.
- Added a Player.RunHealth property to expose the StrifePlayer's behavior of
  not being able to run when its health is below 10.
- Changed APlayerPawn::GiveDefaultInventory so that it always adds a HexenArmor
  and a BasicArmor item to the inventory. If these items are not the first ones
  added to the inventory anything else that might absorb damage is not guaranteed 
  to work consistently because their function depends on the order in the inventory.
- Changed handling of APowerup's DoEffect so that it is called from the owner's
  Tick function, not the item's. This is so that the order of execution is
  determined by the order in the inventory. When done in the item's Tick function
  order depends on the global thinker table which can cause problems with the
  order in which conflicting powerups apply their effect. Now it is guaranteed
  that the item that was added to the inventory first applies its effect last.
- Fixed: Added checks for Speed==0 to A_Tracer and A_Tracer2 because this could
  cause a divide by zero.
- Fixed: P_MoveThing must also set the moved actor's previous position to
  prevent interpolation of the move.
- Fixed: APowerInvisibility and its subclasses need to constantly update
  the owner's translucency information in case of interference between different
  subclasses. Also changed Hexen's Cleric's invulnerability mode to disable
  the translucency effect if an invisibility powerup is active.


SVN r448 (trunk)
2007-01-12 15:24:10 +00:00
..
beggars.txt - Moved A_ThrowGrenade from Inventory to Actor because it can also be used by 2006-12-06 10:38:47 +00:00
merchants.txt May 6, 2006 (Changes by Graf Zahl) 2006-05-07 00:27:22 +00:00
peasants.txt - Moved A_ThrowGrenade from Inventory to Actor because it can also be used by 2006-12-06 10:38:47 +00:00
questitems.txt May 6, 2006 (Changes by Graf Zahl) 2006-05-07 00:27:22 +00:00
ratbuddy.txt - Converted the stealth monsters to DECORATE. 2006-05-11 17:56:35 +00:00
strifeammo.txt - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
strifearmor.txt May 6, 2006 (Changes by Graf Zahl) 2006-05-07 00:27:22 +00:00
strifebishop.txt - Moved A_ThrowGrenade from Inventory to Actor because it can also be used by 2006-12-06 10:38:47 +00:00
strifeitems.txt - Converted the Communicator to DECORATE. 2006-12-25 13:43:11 +00:00
strifekeys.txt May 6, 2006 (Changes by Graf Zahl) 2006-05-07 00:27:22 +00:00
strifeplayer.txt - Converted the StrifePlayer to DECORATE. Even though it requires exporting 2007-01-12 15:24:10 +00:00
strifestuff.txt - Fixed: P_LookForTid should abort its search when it discovers that it has 2006-12-09 12:50:52 +00:00
zombie.txt - Converted Ettin and Centaur to DECORATE. 2006-11-27 00:01:30 +00:00