summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fix 76c6916631a7386457fa260bf7856dea4d461a31: Replace TAB w/ 4 SPACEsSven Gothel2013-03-271-2/+2
* Supports soft_oal.dll (OpenAL-soft) that might be installedJulien Gouesse2013-03-221-0/+2
* Merge pull request #9 from magnen/masterSven Gothel2013-03-211-0/+11
|\
| * Adding method for determining the playing state of an audio source.Magne Nordtveit2013-03-071-0/+11
* | Catches ExceptionInInitializerError instances when initializing ALFactoryJulien Gouesse2013-03-181-0/+2
|/
* OpenAL Library Selection (Bug 662): Use String value of new property 'joal.op...Sven Gothel2013-02-012-36/+80
* WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading...Sven Gothel2013-02-012-15/+19
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-315-65/+217
* Improve logic of Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-0/+22
* Fix Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-1/+1
* Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-9/+11
* Bug 567 (part 1): add support for openal extensionsMichael Zucchi2013-01-253-1/+32
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10Sven Gothel2012-06-261-1/+2
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4feSven Gothel2012-03-261-1/+14
* Fix regression, adapt to GlueGen PropertyAccess changes, commit f4ac27e177f6d...Sven Gothel2012-03-181-0/+4
* Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 (Properties...Sven Gothel2012-03-131-84/+4
* Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache re...Sven Gothel2012-01-041-0/+2
* Add TempJarCache usageSven Gothel2011-12-181-9/+25
* Adapt to gluegen commit 90ff6c401934121395fa4a127e8b889106fda07aSven Gothel2011-08-221-1/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-094-4/+4
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-0/+0
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-133-8/+175
* Bring back JOAL (code fixes and project structure)Sven Gothel2010-12-136-373/+112
* fixed alcGetString functionpointer mapping (gluegen does not handle method re...Michael Bien2010-07-102-9/+99
* EAXFactory initializes JOAL if nessesary.Michael Bien2010-07-102-103/+91
* joal_native is now joal.Michael Bien2010-07-102-2/+2
* removed BufferUtils since we have now Buffers in gluegen-rt.Michael Bien2010-07-081-266/+0
* modifications due do refactoring in gluegen/ProcAddressTable.Michael Bien2010-04-241-2/+2
* modifications due to class movement in gluegen.Michael Bien2010-03-311-0/+2
* renamed package to com.jogamp.openal.*Michael Bien2010-03-2919-35/+40
* NativeLibrary.lookupFunction -> dynamicLookupFunctionMichael Bien2010-03-281-1/+1
* refactoring due to gluegen changes.Michael Bien2010-03-272-2/+2
* Fixed bug in net.java.games.sound3d.Buffer.configure() pointed out bykbr2007-12-051-0/+1
* Synced loadLibraryInternal implementation with JNLPAppletLauncher'skbr2007-07-211-1/+12
* Incorporated changes from Ultraq on javagaming.org forums for properlykbr2007-06-291-0/+45
* Added support for the new JNLPAppletLauncher (http://applet-launcher.dev.java...kbr2007-06-281-2/+20
* Fixed Issue 18: Added InputStream support for Buffer Creation for AudioSystem3Dkbr2007-05-151-4/+54
* Fixed Issue 17: EAX doesn't work because of wrong native lib namekbr2007-05-071-1/+1
* Deleted the obsolete Version class, updated the specification versionkbr2006-12-071-104/+0
* Added file missed during last checkinkbr2006-12-051-0/+85
* Fixed JOGL Issue 256: Bad call to JOAL's NativeLibLoader.disableLoading in JO...kbr2006-12-052-85/+0
* Added support for using JOAL alongside JOGL in JOGLAppletLauncher. Ifkbr2006-12-041-18/+33
* Added ALut.alutExit() on request of Carsten Weisse from Jake2 teamkbr2006-12-021-12/+44
* Fixed UnsatisfiedLinkError provoked by EAXFactorykbr2006-11-241-5/+0
* Fixed run-time breakage due to NativeLibrary usage in JOAL. Addedkbr2006-09-031-1/+1
* Changed NativeLibrary.open() to accept boolean argument indicatingkbr2006-08-272-18/+26
* Added NativeLibrary helper class to com.sun.gluegen.runtime package,kbr2006-08-011-0/+16
* Removed public ALFactory constructorkbr2006-01-301-0/+2
* Javadoc fixes; removed Version.java from core package (now in utilkbr2006-01-302-105/+1
* Moved GlueGen out of the JOGL workspace and into its own project.kbr2006-01-151-0/+92