gzdoom-gles/src/g_doom
Randy Heit 10920ffe75 - Removed some debug output from SBarInfo::ParseSBarInfo().
- Fixed: Heretic linetype translations included the wrong file.
- Removed all 2D sound positioning code from s_sound.cpp. Everything uses
  FMOD's 3D engine now.
- Removed all the channel selection code from s_sound.cpp. FMOD has code to
  handle this sort of thing, so let's use it.
- Replaced S_StopSoundID() with S_CheckSingular(). There is no longer a limit
  on the number of copies of a particular sound that can be playing at once,
  aside from Strife's special singular sounds. (Sorry, Heretic and Hexen.)
  Consequently, the SNDINFO $limit command is now ignored.
- Removed ATTN_SURROUND, since FMOD Ex doesn't exactly support it, and it
  only worked as intended on stereo speakers anyway.
- Cleaned out ancient crud from i_sound.cpp.


SVN r826 (trunk)
2008-03-21 05:13:59 +00:00
..
a_arachnotron.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_archvile.cpp - Fixed: The DECORATE expression evaluator was reading the operator token 2007-09-27 11:30:23 +00:00
a_bossbrain.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
a_bruiser.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_cacodemon.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_cyberdemon.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_demon.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_doomglobal.h - Added damage factors that allows to make monsters more or less resistant 2007-04-28 09:06:32 +00:00
a_doomimp.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_doommisc.cpp - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
a_doomweaps.cpp November 11, 2007 (Changes by Graf Zahl) 2007-11-11 09:02:04 +00:00
a_fatso.cpp - Fixed: A_CustomMissile with aimmode 2 ignored spawnofs_xy. 2008-03-20 21:12:03 +00:00
a_keen.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
a_lostsoul.cpp - Fixed: The global WeaponSection string was never freed. It has been replaced 2006-10-31 14:53:21 +00:00
a_painelemental.cpp - fixed: A_PainShootSkull was missing a NULL pointer check for the spawn type. 2008-03-14 09:27:02 +00:00
a_possessed.cpp - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
a_revenant.cpp - Fixed: POwered up weapons with a different ready state than their base 2007-10-19 08:49:02 +00:00
a_scriptedmarine.cpp - Split off the entire translation code from r_draw.cpp into r_translate.cpp. 2007-12-26 16:06:03 +00:00
a_spidermaster.cpp - Converted Arachnotron, Archvile, Cyberdemon, Spidermastermind and 2006-11-04 16:19:50 +00:00
doom_sbar.cpp - Merged the GC branch back into the trunk, so now it can receive more 2008-03-12 02:56:11 +00:00