]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - snd_win.c
Add r_shadow_culllights_trace feature, this culls rtlights by traceline checks simila...
[xonotic/darkplaces.git] / snd_win.c
2010-08-09 havocimproved include order to fix some compile errors using...
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-08 havocan attempt to fix waveOut sound on Vista
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2009-09-17 havocfix more C++ warnings/errors in MSVC
2008-04-01 havocclean up a couple warnings
2008-03-09 divverentgo back to block counting, looks like we now know what...
2008-03-08 havocadded WAV_BUFFERTIME setting of 0.125 (used to be 0.5)
2008-03-08 divverenttry using waveOutGetPosition instead of block counting...
2008-03-08 havocfix MMSYSERRR_STILLPLAYING handling to not increment...
2008-03-08 divverentonly go ahead if WAVERR_STILLPLAYING is encountered...
2008-03-08 havocmade waveOutWrite overrun a non-fatal (if spammy) warni...
2008-02-21 havocadded #ifdef SUPPORTDIRECTX checks around all the dinpu...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-07-23 havocdisabled WAVE_FORMAT_EXTENSIBLE support as it does...
2006-07-21 havocreverting DirectSound buffer position wrapping code...
2006-07-20 havocchanged SECONDARY_BUFFER_SIZE to be a multiple of 32768...
2006-07-08 molivierAdded 3D sound support to the Win32 backend (DirectSoun...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-03-22 havocanother WIN32_LEAN_AND_MEAN patch from Willis, this...
2005-11-23 havocimplemented 7.1 audio, only works with SDL (attempted...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-02-02 molivierFixed Win32 wav sound driver (thanks to fuh for the...
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-10-26 molivierUpdated Win32 sound module: the wave output code was...
2004-10-18 molivierFinally removed the Win32 specific code from "snd_main...
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-05-20 havocTomaz cleaned up some double ;; lines (strange stuff)
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-02 havocwinquake.h is gone, absorbed into the respective files...
2004-01-12 molivierRemoved a few warnings when compiling with MinGW
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-08 havocfixed a couple warnings on memsetting shm
2003-10-07 havoccd audio now tied to sound system
2003-10-07 blackChanged dp so the new vm fits in.
2003-09-21 havocengine now defaults to 44100hz sound
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-07-31 havocwin32 fixes and some MSVC warnings fixed
2002-07-25 havocmassive cleanup of S_TransferPaintBuffer and moved...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-28 lordhavocfix mingw warnings
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-09-22 lordhavoc-sndspeed option in windows (default: 11025)
2000-09-21 lordhavoc44.1khz sound, interpolated resampling, killed cvar...
2000-08-24 dabbBorland C++ compile fixes.
2000-08-22 lordhavocInitial revision