| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 76c6916631a7386457fa260bf7856dea4d461a31: Replace TAB w/ 4 SPACEs | Sven Gothel | 2013-03-27 | 1 | -2/+2 |
* | Supports soft_oal.dll (OpenAL-soft) that might be installed | Julien Gouesse | 2013-03-22 | 1 | -0/+2 |
* | Merge pull request #9 from magnen/master | Sven Gothel | 2013-03-21 | 1 | -0/+11 |
|\ |
|
| * | Adding method for determining the playing state of an audio source. | Magne Nordtveit | 2013-03-07 | 1 | -0/+11 |
* | | Catches ExceptionInInitializerError instances when initializing ALFactory | Julien Gouesse | 2013-03-18 | 1 | -0/+2 |
|/ |
|
* | OpenAL Library Selection (Bug 662): Use String value of new property 'joal.op... | Sven Gothel | 2013-02-01 | 2 | -36/+80 |
* | WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading... | Sven Gothel | 2013-02-01 | 7 | -21/+69 |
* | Fix regression .. now use 'com.jogamp.openal.UnsupportedAudioFileException' | Sven Gothel | 2013-01-31 | 1 | -3/+8 |
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 12 | -106/+1054 |
* | Build Cleanup for Android, Misc changes .. | Sven Gothel | 2013-01-31 | 1 | -1/+1 |
* | JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh, | Sven Gothel | 2013-01-31 | 1 | -4/+8 |
* | Fix exception logic and dest buffer in ALExtLoopbackDeviceSOFTTest | Xerxes Rånby | 2013-01-30 | 1 | -3/+3 |
* | Improve logic of Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -0/+22 |
* | Fix Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -1/+1 |
* | Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -9/+11 |
* | Improve ALExtLoopbackDeviceSOFTTest to list all available OpenAL extensions. | Xerxes Rånby | 2013-01-30 | 1 | -6/+9 |
* | Bug 567 (part 3): add support for openal extensions | Michael Zucchi | 2013-01-29 | 1 | -0/+106 |
* | Remove system dependency of intptr_t and uint64_t. | Xerxes Rånby | 2013-01-29 | 1 | -9/+0 |
* | Bug 567 (part 1): add support for openal extensions | Michael Zucchi | 2013-01-25 | 4 | -2/+33 |
* | Add dummy junit test so jenkins would not fail | Sven Gothel | 2013-01-19 | 1 | -0/+15 |
* | Remove junit ALTest file with incompatible license. | Xerxes Rånby | 2012-11-23 | 1 | -391/+0 |
* | Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation.java | Xerxes Rånby | 2012-10-24 | 1 | -1/+2 |
* | Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: mark/re... | Xerxes Rånby | 2012-10-23 | 1 | -1/+4 |
* | Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10 | Sven Gothel | 2012-06-26 | 1 | -1/+2 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe | Sven Gothel | 2012-03-26 | 1 | -1/+14 |
* | Fix regression, adapt to GlueGen PropertyAccess changes, commit f4ac27e177f6d... | Sven Gothel | 2012-03-18 | 1 | -0/+4 |
* | Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 (Properties... | Sven Gothel | 2012-03-13 | 1 | -84/+4 |
* | Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache re... | Sven Gothel | 2012-01-04 | 1 | -0/+2 |
* | Add TempJarCache usage | Sven Gothel | 2011-12-18 | 1 | -9/+25 |
* | Adapt to gluegen commit 90ff6c401934121395fa4a127e8b889106fda07a | Sven Gothel | 2011-08-22 | 1 | -1/+5 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 5 | -8/+8 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 3 | -0/+0 |
* | Window Support added ; Win64 libs & license files | Sven Gothel | 2010-12-13 | 4 | -13/+180 |
* | Playing audio again | Sven Gothel | 2010-12-13 | 4 | -7/+31 |
* | Bring back JOAL (code fixes and project structure) | Sven Gothel | 2010-12-13 | 12 | -373/+800 |
* | fixed alcGetString functionpointer mapping (gluegen does not handle method re... | Michael Bien | 2010-07-10 | 2 | -9/+99 |
* | EAXFactory initializes JOAL if nessesary. | Michael Bien | 2010-07-10 | 2 | -103/+91 |
* | joal_native is now joal. | Michael Bien | 2010-07-10 | 2 | -2/+2 |
* | removed BufferUtils since we have now Buffers in gluegen-rt. | Michael Bien | 2010-07-08 | 1 | -266/+0 |
* | modifications due do refactoring in gluegen/ProcAddressTable. | Michael Bien | 2010-04-24 | 1 | -2/+2 |
* | modifications due to class movement in gluegen. | Michael Bien | 2010-03-31 | 1 | -0/+2 |
* | renamed package to com.jogamp.openal.* | Michael Bien | 2010-03-29 | 19 | -35/+40 |
* | NativeLibrary.lookupFunction -> dynamicLookupFunction | Michael Bien | 2010-03-28 | 1 | -1/+1 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 2 | -2/+2 |
* | Fixed bug in net.java.games.sound3d.Buffer.configure() pointed out by | kbr | 2007-12-05 | 1 | -0/+1 |
* | Synced loadLibraryInternal implementation with JNLPAppletLauncher's | kbr | 2007-07-21 | 1 | -1/+12 |
* | Incorporated changes from Ultraq on javagaming.org forums for properly | kbr | 2007-06-29 | 1 | -0/+45 |
* | Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java... | kbr | 2007-06-28 | 1 | -2/+20 |
* | Fixed Issue 18: Added InputStream support for Buffer Creation for AudioSystem3D | kbr | 2007-05-15 | 1 | -4/+54 |
* | Fixed Issue 17: EAX doesn't work because of wrong native lib name | kbr | 2007-05-07 | 1 | -1/+1 |