]> icculus.org git repositories - divverent/darkplaces.git/history - snd_main.h
fix TEXTYPE_COLORBUFFER
[divverent/darkplaces.git] / snd_main.h
2009-12-31 havocdue to performance issues with streaming ogg decoding...
2009-11-14 havocalways stream decode ogg, this reduces Nexuiz sound...
2009-11-14 havocreduced memory usage of sound in Nexuiz by about 70MB...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-02-19 divverentcorrectly swap the channels for vorbis audio encoding
2009-02-18 divverentExperimental theora capturevideo code.
2008-02-27 havocimplemented threaded audio mixing for SDL client (requi...
2007-09-02 divverentReplayGain support for OggVorbis files (mostly useful...
2007-08-30 havocOGG_FreeSfx and WAV_FreeSfx no longer reference sfx_t
2007-08-30 havoceliminated channel_t reference in OGG_FetchEnd
2007-08-30 havoceliminated references to channel_t and sfx_t in OGG_Fet...
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-05-14 havocchanged loopstart from signed to unsigned, now un-loope...
2007-05-14 havocremoved channel_t->end and lastptime, now only pos...
2007-04-24 havocfix MAX_CHANNELS, it was too low with the expanded...
2007-04-20 havocupped MAX_DYNAMIC_CHANNELS from 128 to 512
2006-06-10 molivierAdded snd_channellayout to configure the speaker layout...
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...
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-09-18 molivier- SFXs no longer allocate mempools, they use the sound...
2005-07-05 havocstomping more size_t warnings
2005-07-05 havocchanging some things back to size_t
2005-07-05 havocuse size_t less
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-11-20 havocfixed bug with engine sounds (for TE_ effects) and...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...