gzdoom-gles/src/sound
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
..
fmod_wrap.h VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
fmodsound.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
fmodsound.h - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
i_music.cpp - Fixed: If an object is flagged for euthanization while it's in the gray 2008-03-16 00:54:53 +00:00
i_music.h - Moved the identical code between the MUS and MIDI streamers into a new base 2008-03-05 03:10:31 +00:00
i_musicinterns.h - Fixed: If an object is flagged for euthanization while it's in the gray 2008-03-16 00:54:53 +00:00
i_sound.cpp - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
i_sound.h - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
music_cd.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
music_midi_base.cpp VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
music_midi_midiout.cpp VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
music_midi_timidity.cpp - fixed: timidity_mastervolume didn't notify the song if the volume had to be clamped. 2008-03-09 16:30:36 +00:00
music_midistream.cpp VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
music_mus_midiout.cpp VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
music_mus_opl.cpp VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
music_spc.cpp - Fixed: If an object is flagged for euthanization while it's in the gray 2008-03-16 00:54:53 +00:00
music_stream.cpp - fixed: StreamSong::SetPosition required a NULL pointer check. 2008-03-09 13:39:50 +00:00
music_win_mididevice.cpp - The full master volume SysEx is now always sent to the MIDI device, even if 2008-03-07 00:43:05 +00:00