summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged gluegen-branch-1-0 on to the main JOAL trunk. JOAL is now builtkbr2006-01-1026-3803/+912
* Fixed issue 6 : Unable to terminate JOAL program with CRTL-C or kill Pid.jada2005-01-201-6/+5
* changed JOALVersion to Versionathomas2004-02-182-48/+104
* merged mac osx build fileathomas2003-11-231-23/+3
* Issue number:gregorypierce2003-11-231-2/+2
* Several changes, uses newest lwjgl extal, throws exceptions from native code ...athomas2003-11-238-26/+142
* updated navbarathomas2003-11-221-1/+3
* Clarified the instrumentation a little more.athomas2003-11-191-1/+3
* Removed a redundant call to alcOpenDevice, Eliminated a call to ReleaseString...athomas2003-11-192-2/+6
* Submitted by: Athomas Goldbergathomas2003-11-171-0/+4
* Added missing ALut file.athomas2003-11-141-0/+120
* Added JOALVersion classathomas2003-09-112-1/+49
* added support for compiling under Linuxathomas2003-07-084-5/+16
* modified mutex to allow same thread to acquire lock multiple times. Will impl...athomas2003-06-291-1/+1
* mutex to provide thread safetyathomas2003-06-282-17/+37
* added synchronization mechanism around makeContextCurrent by adding a freeCur...athomas2003-06-272-12/+23
* a few bug fixes and checks for nulathomas2003-06-272-17/+41
* removed extraneous printoutathomas2003-06-241-1/+0
* fixed NPE in ALC.exit()athomas2003-06-241-4/+4
* added missing native callsathomas2003-06-241-3/+19
* added missing javadoc commentsathomas2003-06-083-157/+189
* added missing javadoc commentsathomas2003-06-087-152/+198
* added missing javadoc commentsathomas2003-06-082-12/+23