]> icculus.org git repositories - divverent/darkplaces.git/history - snd_wav.c
using tables for u8_analyze to speed it up
[divverent/darkplaces.git] / snd_wav.c
2009-12-21 havocadded mem_bigendian variable
2009-01-28 divverentmake DP compile with C++ again
2008-02-27 havocfix bug in wav loader that messed up loopstart, now...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-08-30 havocOGG_FreeSfx and WAV_FreeSfx no longer reference sfx_t
2007-08-30 havoceliminated references to channel_t and sfx_t in OGG_Fet...
2007-05-14 havocchanged loopstart from signed to unsigned, now un-loope...
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...