]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - snd_coreaudio.c
default effectinfo velocitymultiplier to 0 in nexuiz mode
[xonotic/darkplaces.git] / snd_coreaudio.c
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2008-08-28 molivierFixed threaded mode in the CoreAudio sound module
2008-03-08 havocdisable threaded mixing in coreaudio backend (still...
2008-03-02 havocfix really stupid typo in coreaudio init (!= was suppos...
2008-03-02 divverentunconst something
2008-03-02 havocadded support for snd_blocked (related to the snd_mutew...
2008-03-02 havocthreaded audio mixing for OSX
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-04 molivierRemoved a bunch of warnings
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-05-18 divverentfoo *var;
2007-05-18 divverentonly memcpy the suggested format if the failure is...
2007-05-17 divverentcvar apple_mouse_noaccel (1 default) disables mouse...
2007-05-17 havocfix 3 typos
2007-05-17 havocimproved coreaudio initialization code to suggest more...
2007-05-17 havocfix CoreAudio support so that it suggests a proper...
2007-04-06 havoccheck vid_activewindow in several spammy prints that...
2007-04-06 havocchanged "sample frames missing" and similar warnings...
2007-03-11 havocincreased minimum developer cvar level for several...
2006-08-05 molivierThe inclusion of pthread.h was missing
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2005-12-27 molivierFixed CoreAudio sound module
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocfix another g++ conversion error
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-18 molivier- SFXs no longer allocate mempools, they use the sound...
2005-09-07 molivierAdded CoreAudio (Mac OS X) sound driver. Changed /...