qzdoom/src/g_heretic
Christoph Oelckers f66b7de8c8 - Took MF2_WINDTHRUST off AMorphedMonster. This is something that should not
be a default setting.
- Moved a_artiegg.cpp to g_shared and renamed it to a_morph.cpp to better reflect
  its meaning.
- Fixed: AMorphProjectile's PlayerClass and MonsterClass members must be serialized
  as FNames. Serializing them as ints is not safe because name indices are not 
  guaranteed to be the same each time the game is started. Same for APlayerPawn's
  MorphWeapon member.
- Converted EggFX, ArtiEgg, PorkFX and ArtiPork to DECORATE. 
- Added a new parameter to A_FireCustomMissile. Previously it always aimed
  straight ahead and altered the projectile's angle according to the resulting
  direction. If the 6th parameter is 1 now it will aim at the specified angle
  directly.
- Changed custom morphing to be based on a new MorphProjectile class, not
  the Heretic specific EggFX. The EggFX properties are now prefixed with
  'MorphProjectile.'. 


SVN r297 (trunk)
2006-08-17 09:54:42 +00:00
..
a_beast.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_chicken.cpp - Took MF2_WINDTHRUST off AMorphedMonster. This is something that should not 2006-08-17 09:54:42 +00:00
a_clink.cpp - Added a 'default' setting to all color selection menu items that leaves 2006-06-29 14:21:56 +00:00
a_dsparil.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_hereticartifacts.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_hereticglobal.h - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_hereticimp.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_heretickeys.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_hereticmisc.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_hereticplayer.cpp - Added some simple translucency map analysis for BOOM maps to more 2006-07-20 05:13:39 +00:00
a_hereticweaps.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_ironlich.cpp - Added the ACS commands 2006-08-12 02:30:57 +00:00
a_knight.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_mummy.cpp - Took MF2_WINDTHRUST off AMorphedMonster. This is something that should not 2006-08-17 09:54:42 +00:00
a_snake.cpp - Added a 'default' setting to all color selection menu items that leaves 2006-06-29 14:21:56 +00:00
a_wizard.cpp - Added a 'default' setting to all color selection menu items that leaves 2006-06-29 14:21:56 +00:00
heretic_sbar.cpp - Added the ACS commands 2006-08-12 02:30:57 +00:00