aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sound/lwjgl/Channel.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove lwjglSven Gothel2012-10-081-450/+0
|
* set the correct limit of sources IntBuffer for shutdown. (free only used ↵Carsten Weisse2006-11-231-2/+2
| | | | sound sources)
* 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-6/+10
| | | | 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 Weisse2006-10-261-357/+361
|
* avoid stream queue overrunCarsten Weisse2005-12-041-1/+3
|
* cinematics sound implCarsten Weisse2005-12-041-7/+84
|
* handles different source volumes (e.g. explosions far away)Carsten Weisse2005-05-081-10/+17
|
* now we need a lower reference distance (see the modification before)Carsten Weisse2005-04-271-2/+2
| | | | (better attenuation effects)
* change the master volume (listener) only on Update not per sourceCarsten Weisse2005-04-271-8/+11
|
* bugfix: this have to be a copy of the listener originCarsten Weisse2005-04-251-2/+4
| | | | (I hope this solves the lwjgl openal problem)
* synchronized with joal sound driver;Carsten Weisse2004-12-231-34/+300
|
* initial checkin of the lwjgl sound from david sandersCarsten Weisse2004-12-161-0/+84