gzdoom/src/sound
Randy Heit e1bd63e876 - Turned on warning level 4 just to see what it would produce: a lot of
warnings. At first, I was going to try and clean them all up. Then I decided
  that was a worthless cause and went about just acting on the ones that
  might actually be helpful:
   C4189 (local variable is initialized but not referenced)
   C4702 (unreachable code)
   C4512 (assignment operator could not be generated)


SVN r420 (trunk)
2006-12-21 04:34:43 +00:00
..
altsound.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
altsound.h - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
altsoundmixer.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
fmodsound.cpp - Turned on warning level 4 just to see what it would produce: a lot of 2006-12-21 04:34:43 +00:00
fmodsound.h - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
i_music.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
i_music.h Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
i_musicinterns.h - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
i_sound.cpp Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
i_sound.h - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +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_flac.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
music_midi_midiout.cpp - Unlimited the monster pain sounds in Hexen after playing as the Cleric a 2006-06-20 20:30:39 +00:00
music_midi_stream.cpp - Fixed: cycle_t was still a DWORD and not a QWORD under GCC. 2006-09-14 00:02:31 +00:00
music_midi_timidity.cpp SVN r116 (trunk) 2006-05-16 02:50:18 +00:00
music_mod.cpp SVN r44 (trunk) 2006-04-14 12:58:52 +00:00
music_mus_midiout.cpp SVN r44 (trunk) 2006-04-14 12:58:52 +00:00
music_mus_opl.cpp SVN r44 (trunk) 2006-04-14 12:58:52 +00:00
music_spc.cpp SVN r44 (trunk) 2006-04-14 12:58:52 +00:00
music_stream.cpp - ZDoom now loads zdoom.pk3 instead of zdoom.wad. 2006-04-29 12:40:09 +00:00
sample_flac.cpp - Fixed: The new sound pausing on menu open interrupted Strife conversations. 2006-05-23 04:25:49 +00:00
sample_flac.h SVN r44 (trunk) 2006-04-14 12:58:52 +00:00