warzone2100/lib/sound
Giel van Schijndel 84a07b03a5 * Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume
* Remove global var g_i3DVolume and audio_Set3DVolume which would set its value since g_i3DVolume was never ever read (well audio_Get3DVolume read it, but this function never got called)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1976 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-25 19:04:33 +00:00
..
Makefile.am * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
Makefile.raw * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
aud.h * remove unused function audio_Get2DPlayerRotAboutVerticalAxis 2007-06-24 21:11:43 +00:00
audio.c * Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume 2007-06-25 19:04:33 +00:00
audio.h * Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume 2007-06-25 19:04:33 +00:00
audio_id.c * document audio_SetTrackVals (doxygen) 2007-04-05 18:14:18 +00:00
audio_id.h * move audio_id.[ch] to lib/sound (because the soundlib depends on it, and libraries shouldn't depend on the main source, i.e. src/) 2007-03-27 18:59:03 +00:00
cdaudio.c * Rename functions 2007-06-25 18:09:38 +00:00
cdaudio.h * Utilize OggVorbis decoding function from oggvorbis.[ch] instead of own implementation 2007-05-01 01:08:48 +00:00
mixer.h * Rename functions 2007-06-25 18:09:38 +00:00
oggvorbis.c Some more 64bit safety: 2007-06-06 18:49:57 +00:00
oggvorbis.h * Allow compilation without sound; when used this eliminates the compile & link time requirement of libvorbisfile, libvorbis, libogg and libopenal 2007-06-06 17:09:23 +00:00
openal_track.c * Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume 2007-06-25 19:04:33 +00:00
playlist.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
playlist.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
track.c Cleanup: 2007-06-21 13:03:52 +00:00
track.h * Allow compilation without sound; when used this eliminates the compile & link time requirement of libvorbisfile, libvorbis, libogg and libopenal 2007-06-06 17:09:23 +00:00
tracklib.h * Remove unused (and sometimes empty) functions sound_SetSamplePan, sound_SetSampleVolAll, sound_GetMaxVolume, audio_GetMixVol, audio_Get3DVolume 2007-06-25 19:04:33 +00:00