gzdoom/src/g_strife
Christoph Oelckers b921157f57 - uncouple sector tag storage from the sector data to allow multiple tags per sector.
Tags are now handled by a tag manager class which stores sector/tag pairs. This way multiple entries can be added per sector.
Since UDMF does not have any arrays the additional tags are stored as a space separated string as 'MoreIDs'.
2015-04-19 12:33:27 +02:00
..
a_acolyte.cpp - Fixed: A_SorcOffense2 depended on args being bytes and overflowing. 2009-08-12 18:57:31 +00:00
a_alienspectres.cpp - fixed: EV_DoFloor was a bit too selective about which movement types were allowed to crush. Changed so that the crush parameter is always used. Also changed all non-crushing calls to explicitly pass -1 as crush damage instead of relying on EV_DoFloor to ignore the passed value. 2014-10-24 23:12:38 +02:00
a_coin.cpp - Changed compilation for g_doom, g_heretic, g_hexen and g_strife folders 2008-09-15 14:11:05 +00:00
a_crusader.cpp - fixed: EV_DoFloor was a bit too selective about which movement types were allowed to crush. Changed so that the crush parameter is always used. Also changed all non-crushing calls to explicitly pass -1 as crush damage instead of relying on EV_DoFloor to ignore the passed value. 2014-10-24 23:12:38 +02:00
a_entityboss.cpp Added possibly missing brackets 2014-02-22 04:09:51 +13:00
a_inquisitor.cpp - fixed: A_InquisitorAttack used FRACBITS to offset the grenades' launch position instead of FRACUNIT 2012-04-09 07:30:18 +00:00
a_loremaster.cpp Fix missing 'victim' replace in ALoreShot code. 2015-01-24 14:17:47 +01:00
a_oracle.cpp - Do not "wake" Oracle spectres that killed an Oracle. (Because if they killed it, they're 2013-01-02 03:35:08 +00:00
a_programmer.cpp - P_DamageMobj() now returns the amount of damage actually done so that the bleed functions 2013-01-02 04:39:59 +00:00
a_reaver.cpp - Fixed: P_LineAttack() calls that use damage type 'None' should use 'Hitscan' instead. 2012-06-17 03:18:26 +00:00
a_rebels.cpp - Fixed: P_LineAttack() calls that use damage type 'None' should use 'Hitscan' instead. 2012-06-17 03:18:26 +00:00
a_sentinel.cpp - Random spawners no longer move the missile forward when spawning them, because presumably 2013-03-21 03:06:04 +00:00
a_spectral.cpp - changed spectral missiles to use FriendPlayer instead of health to distinguish between player spawned and monster spawned versions. Also moved most of this into the basic missile spawning functions instead of littering all spectral missile spawning functions with these initializations. 2012-05-13 11:17:27 +00:00
a_stalker.cpp - P_DamageMobj() now returns the amount of damage actually done so that the bleed functions 2013-01-02 04:39:59 +00:00
a_strifeglobal.h More header cleanup. 2008-09-15 00:47:31 +00:00
a_strifeitems.cpp - Fixed: ARaiseAlarm::TryPickup() had never had the call to A_WakeOracleSpectre() uncommented. 2012-05-06 04:18:27 +00:00
a_strifestuff.cpp - uncouple sector tag storage from the sector data to allow multiple tags per sector. 2015-04-19 12:33:27 +02:00
a_strifeweapons.cpp - Fixed uninitialized variable in A_AlertMonsters. 2013-08-27 20:42:35 -04:00
a_templar.cpp - Fixed: P_LineAttack() calls that use damage type 'None' should use 'Hitscan' instead. 2012-06-17 03:18:26 +00:00
a_thingstoblowup.cpp - fixed: since A_LightGoesOut alters a sector's floor plane it must also alter the TexZ for that sector's floor. 2014-05-03 10:12:25 +02:00
strife_sbar.cpp - Fixed another erroneous FString comparison. 2015-01-05 23:37:40 +01:00