aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sound/joal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* reset the number of allocated channelsCarsten Weisse2006-11-231-1/+2
* bugfix: solves the alGenSources problem. the previous versions of lwjgl and ...Carsten Weisse2006-11-231-2/+8
* switch to joal 1.0b01Carsten Weisse2006-10-242-62/+38
* avoid stream queue overrunCarsten Weisse2005-12-041-1/+3
* bugfix: streaming buffers wasn't allocatedCarsten Weisse2005-12-041-2/+2
* cinematics sound impl (not working yet)Carsten Weisse2005-12-042-36/+141
* handles different source volumes (e.g. explosions far away)Carsten Weisse2005-05-082-12/+19
* change the master volume (listener) only on Update not per sourceCarsten Weisse2005-04-272-17/+27
* code cleanupCarsten Weisse2005-04-261-14/+8
* bugfix: very stupid sound registration ;-)Carsten Weisse2005-04-261-5/+7
* file header changedCarsten Weisse2004-12-221-8/+24
* catch UnsatisfiedLinkErrors if no joal libs availableHolger Zickner2004-11-031-3/+5
* unpack libopenal.so on LinuxHolger Zickner2004-10-311-8/+27
* better joal sound driverCarsten Weisse2004-10-273-303/+462
* selection of sexed sounds are now correctCarsten Weisse2004-10-211-18/+19
* sexed sound bug fixedCarsten Weisse2004-10-211-14/+11
* major refactoring in game, server and client packageRene Stoeckel2004-09-221-3/+4
* preload OpenAL native library, installation in Holger Zickner2004-09-191-1/+9
* fallback to dummy if the /dev/dsp is locked (linux)Carsten Weisse2004-09-041-1/+4
* experimental EAX2.0 support Carsten Weisse2004-07-131-53/+84
* import of Jake2Holger Zickner2004-07-092-0/+877