Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | EAX bugfix | Carsten Weisse | 2004-12-21 | 1 | -31/+27 |
| | |||||
* | checks the runtime package for sound drivers | Carsten Weisse | 2004-12-16 | 1 | -5/+22 |
| | |||||
* | renamed to lwjgl | Carsten Weisse | 2004-12-16 | 1 | -836/+836 |
| | |||||
* | initial checkin of the lwjgl sound from david sanders | Carsten Weisse | 2004-12-16 | 3 | -2/+922 |
| | |||||
* | use native order sample format | Holger Zickner | 2004-11-03 | 1 | -3/+11 |
| | |||||
* | catch NoClassDefFoundError if no joal libs available | Holger Zickner | 2004-11-03 | 1 | -2/+2 |
| | |||||
* | catch UnsatisfiedLinkErrors if no joal libs available | Holger Zickner | 2004-11-03 | 1 | -3/+5 |
| | |||||
* | unpack libopenal.so on Linux | Holger Zickner | 2004-10-31 | 1 | -8/+27 |
| | |||||
* | a warning is better here than the end of the game (network mode) | Carsten Weisse | 2004-10-29 | 1 | -4/+4 |
| | |||||
* | better joal sound driver | Carsten Weisse | 2004-10-27 | 3 | -303/+462 |
| | | | | bugfix (item #1026876) | ||||
* | selection of sexed sounds are now correct | Carsten Weisse | 2004-10-21 | 1 | -18/+19 |
| | |||||
* | sexed sound bug fixed | Carsten Weisse | 2004-10-21 | 1 | -14/+11 |
| | |||||
* | major refactoring in game, server and client package | Rene Stoeckel | 2004-09-22 | 3 | -1641/+1607 |
| | |||||
* | preload OpenAL native library, installation in | Holger Zickner | 2004-09-19 | 1 | -1/+9 |
| | | | | LD_LIBRARY_PATH isn't required anymore | ||||
* | fallback to dummy if the /dev/dsp is locked (linux) | Carsten Weisse | 2004-09-04 | 1 | -1/+4 |
| | |||||
* | experimental EAX2.0 support | Carsten Weisse | 2004-07-13 | 2 | -63/+91 |
| | | | | (today only win32 is supported) |