warzone2100/lib/sound
Giel van Schijndel 26f2672bfd * remove macro PTRVALID
* replace all instances of PTRVALID(ptr,size) by (ptr != NULL)
 * remove asserts of style ASSERT( x == NULL || x != NULL ) because they would evaluate to true always anyhow and as such wouldn't ever trigger
 * remove macros iV_HeapAlloc and iV_HeapFree and replaced them with MALLOC and FREE respectively (that's what they expanded to anyway)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1348 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-03 13:20:41 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw * 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
aud.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
audio.c * 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
audio.h Fix audio for those who have none. Patch by Gerard Krol, who said 2007-02-21 20:21:30 +00:00
audio_id.c * 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
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 Patch by Jessica: Fix compilation without MP3 support 2007-03-06 20:35:15 +00:00
cdaudio.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
mixer.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
openal_track.c * enable libvorbisfile to seek into a file opened with PhysicsFS 2007-04-03 11:15:41 +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 * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
track.h Remove strange usage of hash names in soundtrack code. I am not sure 2007-03-16 19:03:53 +00:00
tracklib.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00