]> icculus.org git repositories - divverent/darkplaces.git/history - sound.h
tell QC about pixelheight too
[divverent/darkplaces.git] / sound.h
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-10 havocdo not unload models/sounds until signon is done, this...
2009-02-18 divverentExperimental theora capturevideo code.
2008-03-02 havocadded a parameter to S_StopChannel to trigger a mutex...
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-05-22 havocrenamed snd_reload to snd_unloadallsounds to clarify...
2006-12-17 havocadded snd_reload command to reload all sounds
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-02-20 molivierAdded function S_IsSoundPrecached to the sound engine...
2005-01-19 molivier- Got rid of all the FILE* stuff in the FS code, relyin...
2005-01-13 havocadded S_ClearBuffer to sound.h and snd_null.c
2005-01-03 molivierAdded S_Terminate to free all sound resources at shutdown
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-08-10 havocconverted S_Update to take a matrix, and internal snd_d...
2004-07-14 black-Added the preprocessor constant USE_DSOUND.
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-06-23 molivierRemoved unused functions S_AmbientOff and S_AmbientOn...
2004-04-11 molivierThe first step towards a real CD volume setting (only...
2004-04-08 molivier"soundlist" now tells you if a sound is streamed and...
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-25 molivierMoved the WAV loading code out of "snd_mem.c". Removed...
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-02-11 molivierAdded automatic unloading of unused sounds. The "silent...
2004-02-10 molivierAdded a couple of function skeletons for the automatic...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-07 havoccd audio now tied to sound system
2003-07-03 havocsounds now follow their owner (so riding a lift doesn...
2003-07-02 havocadded snd_staticvolume to snd_null.c
2003-03-30 havocno longer complains about missing ambient liquid sounds...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
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 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-15 lordhavocchanged bgmvolume/volume to always be registered, slide...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-02-24 despairRemove alsa 0.6 (for some random date of cvs alsa)...
2000-09-18 lordhavocremoval of various id386 junk
2000-08-22 lordhavocInitial revision