]> icculus.org git repositories - divverent/darkplaces.git/history - snd_wav.c
When we're recording a demo, we must not stop rendering sound even when the applicati...
[divverent/darkplaces.git] / snd_wav.c
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
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 havocgave names to nearly all structs and enums which should...
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-05 havocfixed signed/unsigned mismatch warnings
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-05-05 havocadded some commented out code that can make a log of...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
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...