]> icculus.org git repositories - divverent/darkplaces.git/history - snd_ogg.c
removing uses of entity_render_t->origin in the client
[divverent/darkplaces.git] / snd_ogg.c
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-18 molivier- SFXs no longer allocate mempools, they use the sound...
2005-07-10 havocuse *64.dll instead of *.dll on win64, this way we...
2005-07-05 havocstomping more size_t warnings
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-03-03 molivier- Toggled "strip executable" in the Dev-C++ project...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2005-01-07 havocchanged libz.so to libz.so.1, libvorbis.so to libvorbis...
2004-12-20 molivier- Fixed JPEG support on Mac OS X
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-03 havocadded -novorbis commandline option to allow disabling...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-04-29 molivierFixed a bug in the Ogg Vorbis streaming code that can...
2004-04-15 molivierFixed streaming of sounds with a sample rate different...
2004-04-11 molivierAdded an error message when the sound mixer requests...
2004-04-08 molivier"soundlist" now tells you if a sound is streamed and...
2004-03-25 molivierMoved the WAV loading code out of "snd_mem.c". Removed...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-15 molivierRenamed ogg.[ch] to snd_ogg.[ch]