]> icculus.org git repositories - divverent/darkplaces.git/history - snd_mix.c
use CVAR_SAVE not 1 for flags on curl cvars
[divverent/darkplaces.git] / snd_mix.c
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-06-25 molivierDecreased the OSS buffer size, and cleaned some code
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-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2005-11-26 havocremove a piece of breakpoint code I forgot to remove...
2005-11-25 havocfix a sound conversion bug in mono output
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 havocgave names to nearly all structs and enums which should...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-07-05 havocmore size_t
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-03-09 havocremoved the 1/4th volume scaledown on video capture
2004-10-27 havocgreatly improved video capture speed by generating...
2004-10-13 molivierFixed a couple of comments, and modified slightly the...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-04 molivierMoved the clamping of volumes higher in the mixing...
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-06-25 molivierFixed partially the sound code for DP video captures...
2004-04-05 molivierFake CD tracks support; DP now tries to play "sound...
2004-04-02 molivierAdded a CHANNELFLAG_LOCALSOUND flag for channels playin...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-03-26 molivierThe portable_samplepair_t structure has no need to...
2004-03-24 molivierFixed the sounds not being advanced in time while not...
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-07-03 havocsounds now follow their owner (so riding a lift doesn...
2003-04-07 havocfixed name of dpavi.wav file to work correctly with...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-09-23 havocno need to include winquake.h
2002-08-05 havocattempt to optimize SND_PaintChannelFrom8 a little bit
2002-07-25 havocwhitespace
2002-07-25 havocwhitespace cleanup
2002-07-25 havocadded S_RawSamples_Enqueue, S_RawSamples_Dequeue, and...
2002-07-25 havocmassive cleanup of S_TransferPaintBuffer and moved...
2002-06-29 havocno longer complains about missing sounds loaded by...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-30 lordhavocadded cl_avidemo cvar (saves a series of tga images...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-09-18 lordhavocremoval of various id386 junk
2000-08-22 lordhavocInitial revision