]> icculus.org git repositories - divverent/darkplaces.git/history - snd_sdl.c
added r_drawfog cvar at esteel's request
[divverent/darkplaces.git] / snd_sdl.c
2008-03-02 havocadded support for snd_blocked (related to the snd_mutew...
2008-02-27 havocimplemented threaded audio mixing for SDL client (requi...
2008-02-04 blackFix a typo. Enjoy.
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-04-06 havoccheck vid_activewindow in several spammy prints that...
2007-04-06 havocchanged "sample frames missing" and similar warnings...
2007-03-11 havocincreased minimum developer cvar level for several...
2006-06-11 molivierFixed the 5.1 speaker layout when using SDL on Win32...
2006-06-10 molivierAdded snd_channellayout to configure the speaker layout...
2006-06-10 molivierRemoved some debug printings, and made some others...
2006-06-06 molivierAttempt to fix speaker layout for 5.1 and 7.1 sound...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-01-30 havocpatch from div0 to add -sndmono and -sndstereo options...
2005-11-23 havocimplemented 7.1 audio, only works with SDL (attempted...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-18 molivier- SFXs no longer allocate mempools, they use the sound...
2004-12-03 molivier- DP now defines MACOSX when relevant
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
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-07-15 black-Added SDL sound support (still needs a bit debugging...