aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added not conditional for isUnix since OSX is part of the osFamily unix and ↵gregorypierce2003-11-231-1/+6
| | | | | | | | | | | | | this would result in the Unix/Linux version of OpenAL being built and throwing errors. With this change, the OSX version builds and runs properly (though not without some warnings from the C compile). Issue number: Obtained from: Submitted by: Gregory Pierce Reviewed by: git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@74 03bf7f67-59de-4072-a415-9a990d468a3f
* merged mac osx build fileathomas2003-11-232-26/+21
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@73 03bf7f67-59de-4072-a415-9a990d468a3f
* Issue number:gregorypierce2003-11-231-2/+2
| | | | | | | | | Obtained from: Submitted by: Gregory Pierce Reviewed by: git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@72 03bf7f67-59de-4072-a415-9a990d468a3f
* Several changes, uses newest lwjgl extal, throws exceptions from native code ↵athomas2003-11-2316-305/+694
| | | | | | if AL doesn't load correctly and creates Context and Device objects in Native code. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@69 03bf7f67-59de-4072-a415-9a990d468a3f
* updated navbarathomas2003-11-224-20/+44
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@63 03bf7f67-59de-4072-a415-9a990d468a3f
* Clarified the instrumentation a little more.athomas2003-11-191-1/+3
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@62 03bf7f67-59de-4072-a415-9a990d468a3f
* Simplified alcOpenDeviceNative a littleathomas2003-11-191-11/+8
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@61 03bf7f67-59de-4072-a415-9a990d468a3f
* Removed a redundant call to alcOpenDevice, Eliminated a call to ↵athomas2003-11-193-6/+24
| | | | | | ReleaseStringUTFChars in the event that null is passed in and added some instrumentation printouts to try to figure out what's causing this crash on people's systems (and not mine!) git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@60 03bf7f67-59de-4072-a415-9a990d468a3f
* Proper handling of nulll parameter in alcOpenDevice() Somehow managed to ↵athomas2003-11-181-1/+1
| | | | | | undo (or not save) a recent fix before checking in the file. The fix should be in now. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@59 03bf7f67-59de-4072-a415-9a990d468a3f
* Proper handling of null in alcOpenDeviceathomas2003-11-181-2/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@58 03bf7f67-59de-4072-a415-9a990d468a3f
* Submitted by: Athomas Goldbergathomas2003-11-171-0/+4
| | | | | | | | | | modified ALut to use alcOpenDevice(null) rather than alcOpenDevice("DirectSound3D") by default. Supposedly this will result in the default system device being used, but further testing needs to happen to confirm this. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@57 03bf7f67-59de-4072-a415-9a990d468a3f
* Added missing ALut file.athomas2003-11-141-0/+120
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@54 03bf7f67-59de-4072-a415-9a990d468a3f
* Added JOALVersion classathomas2003-09-112-1/+49
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@53 03bf7f67-59de-4072-a415-9a990d468a3f
* added support for compiling under Linuxathomas2003-07-087-20/+58
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@46 03bf7f67-59de-4072-a415-9a990d468a3f
* modified mutex to allow same thread to acquire lock multiple times. Will ↵athomas2003-06-291-1/+1
| | | | | | implement counting semantics for makeCurrent/freeCurrent symmetry git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@45 03bf7f67-59de-4072-a415-9a990d468a3f
* mutex to provide thread safetyathomas2003-06-282-17/+37
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@42 03bf7f67-59de-4072-a415-9a990d468a3f
* added synchronization mechanism around makeContextCurrent by adding a ↵athomas2003-06-272-12/+23
| | | | | | | | | freeCurrentContext method and n object lock fixes some typos as well git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@41 03bf7f67-59de-4072-a415-9a990d468a3f
* a few bug fixes and checks for nulathomas2003-06-272-17/+41
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@40 03bf7f67-59de-4072-a415-9a990d468a3f
* removed extraneous printoutathomas2003-06-241-1/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@30 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed NPE in ALC.exit()athomas2003-06-241-4/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@29 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing native callsathomas2003-06-241-3/+19
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@28 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing javadoc commentsathomas2003-06-083-157/+189
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@27 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing javadoc commentsathomas2003-06-087-152/+198
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@26 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing javadoc commentsathomas2003-06-082-12/+23
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@25 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing javadoc commentsathomas2003-06-081-22/+21
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@24 03bf7f67-59de-4072-a415-9a990d468a3f
* added missing copyright to OpenALTest.javaathomas2003-06-086-127/+412
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@23 03bf7f67-59de-4072-a415-9a990d468a3f
* Initial check-in of project filesathomas2003-06-0734-0/+7875
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@21 03bf7f67-59de-4072-a415-9a990d468a3f