gzdoom/tools/dehsupp
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
..
Makefile - Modified FLAC/share/alloc.h to define SIZE_T_MAX if it isn't defined 2008-02-10 01:21:45 +00:00
dehsupp.c - Undid some of the changes from lempar.c v1.30->v1.31, because it broke 2008-01-26 04:33:34 +00:00
dehsupp.h - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
dehsupp.vcproj - Undid some of the changes from lempar.c v1.30->v1.31, because it broke 2008-01-26 04:33:34 +00:00
parse.c - Removed some debug output from SBarInfo::ParseSBarInfo(). 2008-03-21 05:13:59 +00:00
parse.h - Undid some of the changes from lempar.c v1.30->v1.31, because it broke 2008-01-26 04:33:34 +00:00
parse.y - Undid some of the changes from lempar.c v1.30->v1.31, because it broke 2008-01-26 04:33:34 +00:00
scanner.c - Fixed: P_RailAttack() crashed if you didn't specify a puff for a rail. 2008-01-27 04:53:55 +00:00
scanner.re - Undid some of the changes from lempar.c v1.30->v1.31, because it broke 2008-01-26 04:33:34 +00:00