Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to lwjgl 1.1 (bugfix release) | Carsten Weisse | 2007-05-11 | 1 | -4/+7 |
| | |||||
* | use println | Carsten Weisse | 2007-05-06 | 1 | -6/+6 |
| | |||||
* | print the the message if EAX fails | Carsten Weisse | 2007-05-06 | 1 | -0/+1 |
| | |||||
* | go back to previous version, handler is ok, but EAX class is not | Carsten Weisse | 2007-05-06 | 1 | -7/+12 |
| | |||||
* | try to use EAX instead of checking extension Strings | Carsten Weisse | 2007-05-06 | 1 | -12/+7 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -8/+0 |
| | |||||
* | hack of old joal EAX bug removed | Carsten Weisse | 2007-02-27 | 1 | -8/+2 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -5/+0 |
| | |||||
* | this is a hack for linux open the OpenAL device only once and never close at ↵ | Carsten Weisse | 2006-12-08 | 2 | -71/+11 |
| | | | | runtime of the whole game | ||||
* | add the ALut class from joal only for the current webstart version moved to ↵ | Carsten Weisse | 2006-12-08 | 2 | -1/+69 |
| | | | | jake2.sound.joal package | ||||
* | update to new joal builds 2006-12-07 ALut.alutExit() | Carsten Weisse | 2006-12-07 | 1 | -82/+47 |
| | |||||
* | try to solve the sound on/off/on bug on linux | Carsten Weisse | 2006-11-29 | 1 | -51/+74 |
| | |||||
* | organize imports | Carsten Weisse | 2006-11-29 | 1 | -2/+1 |
| | |||||
* | magic linux openal handling removed | Carsten Weisse | 2006-11-24 | 1 | -24/+2 |
| | |||||
* | use a more stable EAX extension handling | Carsten Weisse | 2006-11-23 | 1 | -3/+8 |
| | |||||
* | makes sound source buffer changing more stable | Carsten Weisse | 2006-11-23 | 1 | -1/+7 |
| | |||||
* | set the correct limit of sources IntBuffer for shutdown. (free only used ↵ | Carsten Weisse | 2006-11-23 | 1 | -2/+2 |
| | | | | sound sources) | ||||
* | reset the number of allocated channels | Carsten Weisse | 2006-11-23 | 2 | -2/+4 |
| | |||||
* | bugfix: solves the alGenSources problem. the previous versions of lwjgl and ↵ | Carsten Weisse | 2006-11-23 | 2 | -8/+18 |
| | | | | joal didn't throw an exception if a sound driver doesn't support 32 sound sources. Now it does and I changed the sound source generation handling. | ||||
* | switch to lwjgl 1.0beta3 (sound and gfx tested on MacBook Pro) | Carsten Weisse | 2006-10-26 | 2 | -879/+829 |
| | |||||
* | switch to joal 1.0b01 | Carsten Weisse | 2006-10-24 | 2 | -62/+38 |
| | | | | | (new libraries, API changes) TODO * joal via webstart from sun | ||||
* | handles the 16bit sample byte order (Mac OSX) | Carsten Weisse | 2006-01-01 | 1 | -22/+21 |
| | |||||
* | arbitrary kHz support patch - banned javax.sound, bugfix for large sample ↵ | Rene Stoeckel | 2005-12-13 | 1 | -57/+111 |
| | | | | crash and some beatification | ||||
* | lot of beatification and getDefaultSampleRate() added | Rene Stoeckel | 2005-12-13 | 1 | -50/+57 |
| | |||||
* | avoid stream queue overrun | Carsten Weisse | 2005-12-04 | 2 | -2/+6 |
| | |||||
* | may be an bad sound driver need it. | Carsten Weisse | 2005-12-04 | 1 | -2/+2 |
| | |||||
* | bugfix: streaming buffers wasn't allocated | Carsten Weisse | 2005-12-04 | 1 | -2/+2 |
| | | | | now the jaol cinematics impl works. | ||||
* | cinematics sound impl (not working yet) | Carsten Weisse | 2005-12-04 | 2 | -36/+141 |
| | | | | the jaol lib doesn't handle queued buffers correctly?! | ||||
* | cinematics sound impl | Carsten Weisse | 2005-12-04 | 2 | -18/+120 |
| | |||||
* | new interface | Carsten Weisse | 2005-12-04 | 3 | -9/+18 |
| | |||||
* | interface changed for cinematics | Carsten Weisse | 2005-12-04 | 2 | -5/+17 |
| | |||||
* | fix out of bounds exception in getWavinfo() | Holger Zickner | 2005-06-27 | 1 | -9/+14 |
| | |||||
* | merge last changes from 0.9.4 branch | Holger Zickner | 2005-05-26 | 1 | -2/+2 |
| | |||||
* | handles different source volumes (e.g. explosions far away) | Carsten Weisse | 2005-05-08 | 4 | -25/+39 |
| | |||||
* | now we need a lower reference distance (see the modification before) | Carsten Weisse | 2005-04-27 | 1 | -2/+2 |
| | | | | (better attenuation effects) | ||||
* | change the master volume (listener) only on Update not per source | Carsten Weisse | 2005-04-27 | 2 | -17/+27 |
| | |||||
* | change the master volume (listener) only on Update not per source | Carsten Weisse | 2005-04-27 | 2 | -14/+27 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-04-26 | 1 | -14/+8 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-04-26 | 1 | -16/+9 |
| | |||||
* | code clean up | Carsten Weisse | 2005-04-26 | 1 | -15/+7 |
| | |||||
* | bugfix: very stupid sound registration ;-) | Carsten Weisse | 2005-04-26 | 2 | -7/+13 |
| | | | | | now the dynamic sounds (weapons) will be loaded only once. This solves the lwjgl crash too. | ||||
* | new attribute for cached sounds | Carsten Weisse | 2005-04-26 | 1 | -1/+3 |
| | |||||
* | bugfix: this have to be a copy of the listener origin | Carsten Weisse | 2005-04-25 | 1 | -2/+4 |
| | | | | (I hope this solves the lwjgl openal problem) | ||||
* | solves the "dedicated mode" problem. | Carsten Weisse | 2005-02-07 | 1 | -2/+4 |
| | |||||
* | init now safer, throwables catched. | Rene Stoeckel | 2005-02-06 | 1 | -9/+15 |
| | |||||
* | :-) | Carsten Weisse | 2005-01-12 | 1 | -2/+2 |
| | |||||
* | sound driver selection changed | Carsten Weisse | 2005-01-11 | 1 | -9/+10 |
| | |||||
* | dynamic sound menu | Holger Zickner | 2005-01-11 | 1 | -1/+9 |
| | |||||
* | synchronized with joal sound driver; | Carsten Weisse | 2004-12-23 | 3 | -339/+515 |
| | |||||
* | file header changed | Carsten Weisse | 2004-12-22 | 1 | -8/+24 |
| |