gzdoom/src/g_shared
Christoph Oelckers 79ff9ae3ae - fixed: FNodeBuilder::ExtractMini needs to check for segs that were created from minisegs.
- made polyobject node building code more update friendly for GZDoom by making R_BuildPolyBSP public.


SVN r2500 (trunk)
2010-08-10 08:13:23 +00:00
..
a_action.cpp - fixed: A_KeenDie should not drop items. 2010-04-23 08:12:47 +00:00
a_action.h
a_armor.cpp - fixed: FNodeBuilder::ExtractMini needs to check for segs that were created from minisegs. 2010-08-10 08:13:23 +00:00
a_artifacts.cpp - fixed: A_Print and related functions should not make a use state chain succeed. 2010-06-13 10:38:38 +00:00
a_artifacts.h - fixed: A_Print and related functions should not make a use state chain succeed. 2010-06-13 10:38:38 +00:00
a_bridge.cpp
a_camera.cpp - fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees. 2010-03-26 16:57:00 +00:00
a_debris.cpp
a_decals.cpp - Fixed: Decals could spread to walls which had a decal-less texture or 2009-12-25 11:59:37 +00:00
a_fastprojectile.cpp - fixed: FastProjectile was missing all sky checks when the projectile's move 2009-12-31 09:02:38 +00:00
a_flashfader.cpp
a_fountain.cpp
a_hatetarget.cpp - fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees. 2010-03-26 16:57:00 +00:00
a_keys.cpp - Added Gez's automap enhancements but made the new key icon optional. 2010-07-25 21:46:51 +00:00
a_keys.h
a_lightning.cpp
a_lightning.h
a_mapmarker.cpp
a_morph.cpp - Add blzut3's morphed status bar patch. 2010-04-17 02:06:26 +00:00
a_morph.h - Added full sound definitions for Heretic's ChickenPlayer and Hexen's 2009-12-28 22:41:14 +00:00
a_movingcamera.cpp - fixed: Only ActorMovers should go into STAT_ACTORMOVER, not all PathFollowers. 2010-01-02 12:15:47 +00:00
a_pickups.cpp - added Hirogen2's Backpack fix for sv_unlimited_pickup. 2009-12-28 00:07:04 +00:00
a_pickups.h - added a new dmflag for allowing switching to weapons without ammo. 2010-05-30 07:47:08 +00:00
a_puzzleitems.cpp
a_quake.cpp - added better earthquake functions for ACS and DECORATE. 2009-10-15 08:25:07 +00:00
a_randomspawner.cpp - Added Gez's RandomSpawner patch: If a randomspawner is given a Z-height in the map editor, and the spawned object has a spawn height flag, it is ignored by the spawned object. This little patch fixes that. 2010-04-26 01:49:29 +00:00
a_secrettrigger.cpp
a_sectoraction.cpp
a_setcolor.cpp
a_sharedglobal.h - added a linedef based method to define portals. Portals defined this way 2009-12-27 15:50:35 +00:00
a_skies.cpp - Added Gez's submission for Eternity-style skybox definitions. 2010-02-06 15:31:26 +00:00
a_soundenvironment.cpp
a_soundsequence.cpp
a_spark.cpp - fixed: P_SpawnMapThing always reduced the angular precision to 45 degrees. 2010-03-26 16:57:00 +00:00
a_specialspot.cpp - Added DavidPH's A_Teleport submission but removed the now redundant GetSpotWithMinDistance functions. 2010-07-23 21:55:01 +00:00
a_specialspot.h - Added DavidPH's A_Teleport submission but removed the now redundant GetSpotWithMinDistance functions. 2010-07-23 21:55:01 +00:00
a_waterzone.cpp
a_weaponpiece.cpp
a_weaponpiece.h
a_weapons.cpp - added a new dmflag for allowing switching to weapons without ammo. 2010-05-30 07:47:08 +00:00
hudmessages.cpp
sbar.h - Added optional offset parameters to the drawshadow flag. 2010-06-02 20:26:27 +00:00
sbar_mugshot.cpp - Fixed: FMugShotFrame::GetTexture() needs to NULL-check skin_face. (default_face might also be 2010-07-09 03:04:43 +00:00
sbarinfo.cpp - added Gez's anti-crossinclude submission but made some changes. Cross-includes overriding core files will produce fatal errors but cross-includes between PWADs will be tolerated. For DECORATE a command line override switch exists so that for testing the error can be disabled. 2010-07-01 09:35:39 +00:00
sbarinfo.h - Added optional offset parameters to the drawshadow flag. 2010-06-02 20:26:27 +00:00
sbarinfo_commands.cpp - Made SBARINFO more tolerant of certain error conditions. (Why is there so much duplication of 2010-08-01 20:05:52 +00:00
shared_hud.cpp - Fixed: DrawHudText() needs to verify that the character glyph is valid before accessing 2010-03-02 01:59:16 +00:00
shared_sbar.cpp - Added an optional parameter to DamageScreenColor to scale the amount of damage for pain 2010-07-16 03:46:20 +00:00