]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - snd_ogg.c
Added CTRL+V paste into the console for win32 users.
[xonotic/darkplaces.git] / snd_ogg.c
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]