warzone2100/lib/sound
Giel van Schijndel 27bbae281b * Add a workaround for a crash in OpenAL triggered when shooting the first scavengers in the campaign
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2100 4a71c877-e1ca-e34f-864e-861f7616d084
2007-07-14 18:42:39 +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 * Make audio_SetTrackVals return the track ID number rather than write it into a pointer given as parameter (failure is now indicated by a zero value instead; non-zero indicates success) 2007-07-13 23:39:40 +00:00
audio.h * Make audio_SetTrackVals return the track ID number rather than write it into a pointer given as parameter (failure is now indicated by a zero value instead; non-zero indicates success) 2007-07-13 23:39:40 +00:00
audio_id.c * Don't use (void) as parameter list for the function implementation (this is only required for function declarations, not implementations) 2007-07-13 23:25:29 +00:00
audio_id.h * Don't use (void) as parameter list for the function implementation (this is only required for function declarations, not implementations) 2007-07-13 23:25:29 +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 * Add a workaround for a crash in OpenAL triggered when shooting the first scavengers in the campaign 2007-07-14 18:42:39 +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 * Check whether g_apTrack == NULL since that is a valid state when audio is disabled 2007-07-14 14:19:14 +00:00
track.h * Make audio_SetTrackVals return the track ID number rather than write it into a pointer given as parameter (failure is now indicated by a zero value instead; non-zero indicates success) 2007-07-13 23:39:40 +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