]> icculus.org git repositories - divverent/darkplaces.git/history - snd_dma.c
Improved sound resampling. It can handle sounds up to 96KHz stereo at a constant...
[divverent/darkplaces.git] / snd_dma.c
2004-08-03 blackChanged S_LocalSound to play multiple sounds at a time.
2004-07-14 black-Added the preprocessor constant USE_DSOUND.
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-07-05 molivierFixed a crash when using "-nosound"
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-05-04 molivierRemoved the printings at the end of ALSA driver initial...
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-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-03-15 molivierRenamed ogg.[ch] to snd_ogg.[ch]
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-11 molivierAdded automatic unloading of unused sounds. The "silent...
2004-02-10 molivierAdded a couple of function skeletons for the automatic...
2004-02-02 blackDS_OK used instead of DD_OK
2004-02-02 havocwinquake.h is gone, absorbed into the respective files...
2004-01-12 molivierAdded sound support to the NetBSD port. Most of the...
2004-01-12 molivierRemoved a few warnings when compiling with MinGW
2004-01-01 havocfixed the complaints about missing sounds (no longer...
2003-12-27 molivierSimple Ogg Vorbis support (no streaming: the file is...
2003-12-08 havoctodo item done: sounds spawn even if out of hearing...
2003-12-08 havocfixed gcc and linux related compilation problems from...
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-22 molivierFactorized the code of the S_Play* functions
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-10-08 havocsnd_initialized is now checked by S_FindName and S_Prec...
2003-10-07 havoccd audio now tied to sound system
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-03 havocambients should be forced to loop as well
2003-07-03 havocsounds now follow their owner (so riding a lift doesn...
2003-07-02 havocadded snd_staticvolume to snd_null.c
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-05-21 havocrenamed "precache" cvar to "snd_precache" because it...
2003-03-30 havocno longer complains about missing ambient liquid sounds...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-11 havoccheck for -safe
2002-07-25 havocfix fatal bugs in S_RawSamples_Enqueue and Dequeue...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-07-25 havocadded S_RawSamples_Enqueue, S_RawSamples_Dequeue, and...
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-02-15 lordhavocchanged bgmvolume/volume to always be registered, slide...
2002-01-30 eviltypeguyFix for memset glibc bug crash
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-09-21 lordhavoc44.1khz sound, interpolated resampling, killed cvar...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision