aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sound
Commit message (Expand)AuthorAgeFilesLines
* Remove lwjglSven Gothel2012-10-083-1173/+0
* Simple JOGL2 portSven Gothel2012-10-073-9/+13
* update to lwjgl 1.1 (bugfix release)Carsten Weisse2007-05-111-4/+7
* use printlnCarsten Weisse2007-05-061-6/+6
* print the the message if EAX failsCarsten Weisse2007-05-061-0/+1
* go back to previous version, handler is ok, but EAX class is notCarsten Weisse2007-05-061-7/+12
* try to use EAX instead of checking extension StringsCarsten Weisse2007-05-061-12/+7
* clean upCarsten Weisse2007-02-271-8/+0
* hack of old joal EAX bug removedCarsten Weisse2007-02-271-8/+2
* clean upCarsten Weisse2007-02-271-5/+0
* this is a hack for linux open the OpenAL device only once and never close at ...Carsten Weisse2006-12-082-71/+11
* add the ALut class from joal only for the current webstart version moved to j...Carsten Weisse2006-12-082-1/+69
* update to new joal builds 2006-12-07 ALut.alutExit()Carsten Weisse2006-12-071-82/+47
* try to solve the sound on/off/on bug on linuxCarsten Weisse2006-11-291-51/+74
* organize importsCarsten Weisse2006-11-291-2/+1
* magic linux openal handling removedCarsten Weisse2006-11-241-24/+2
* use a more stable EAX extension handlingCarsten Weisse2006-11-231-3/+8
* makes sound source buffer changing more stableCarsten Weisse2006-11-231-1/+7
* set the correct limit of sources IntBuffer for shutdown. (free only used soun...Carsten Weisse2006-11-231-2/+2
* reset the number of allocated channelsCarsten Weisse2006-11-232-2/+4
* bugfix: solves the alGenSources problem. the previous versions of lwjgl and ...Carsten Weisse2006-11-232-8/+18
* switch to lwjgl 1.0beta3 (sound and gfx tested on MacBook Pro)Carsten Weisse2006-10-262-879/+829
* switch to joal 1.0b01Carsten Weisse2006-10-242-62/+38
* handles the 16bit sample byte order (Mac OSX)Carsten Weisse2006-01-011-22/+21
* arbitrary kHz support patch - banned javax.sound, bugfix for large sample cra...Rene Stoeckel2005-12-131-57/+111
* lot of beatification and getDefaultSampleRate() addedRene Stoeckel2005-12-131-50/+57
* avoid stream queue overrunCarsten Weisse2005-12-042-2/+6
* may be an bad sound driver need it.Carsten Weisse2005-12-041-2/+2
* bugfix: streaming buffers wasn't allocatedCarsten Weisse2005-12-041-2/+2
* cinematics sound impl (not working yet)Carsten Weisse2005-12-042-36/+141
* cinematics sound implCarsten Weisse2005-12-042-18/+120
* new interfaceCarsten Weisse2005-12-043-9/+18
* interface changed for cinematicsCarsten Weisse2005-12-042-5/+17
* fix out of bounds exception in getWavinfo()Holger Zickner2005-06-271-9/+14
* merge last changes from 0.9.4 branchHolger Zickner2005-05-261-2/+2
* handles different source volumes (e.g. explosions far away)Carsten Weisse2005-05-084-25/+39
* now we need a lower reference distance (see the modification before)Carsten Weisse2005-04-271-2/+2
* change the master volume (listener) only on Update not per sourceCarsten Weisse2005-04-272-17/+27
* change the master volume (listener) only on Update not per sourceCarsten Weisse2005-04-272-14/+27
* code cleanupCarsten Weisse2005-04-261-14/+8
* code cleanupCarsten Weisse2005-04-261-16/+9
* code clean upCarsten Weisse2005-04-261-15/+7
* bugfix: very stupid sound registration ;-)Carsten Weisse2005-04-262-7/+13
* new attribute for cached soundsCarsten Weisse2005-04-261-1/+3
* bugfix: this have to be a copy of the listener originCarsten Weisse2005-04-251-2/+4
* solves the "dedicated mode" problem.Carsten Weisse2005-02-071-2/+4
* init now safer, throwables catched.Rene Stoeckel2005-02-061-9/+15
* :-)Carsten Weisse2005-01-121-2/+2
* sound driver selection changedCarsten Weisse2005-01-111-9/+10
* dynamic sound menuHolger Zickner2005-01-111-1/+9