summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated test fileathomas2003-11-221-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@67 03bf7f67-59de-4072-a415-9a990d468a3f
* updated test fileathomas2003-11-221-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@66 03bf7f67-59de-4072-a415-9a990d468a3f
* added test build w/link from JOAL pageathomas2003-11-222-0/+5
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@65 03bf7f67-59de-4072-a415-9a990d468a3f
* updated navbarathomas2003-11-221-6/+6
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@64 03bf7f67-59de-4072-a415-9a990d468a3f
* updated navbarathomas2003-11-225-30/+55
| | | | 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
* changed the "coming soon" linux binary link to point to the games-binaries ↵athomas2003-11-161-1/+1
| | | | | | downloads page git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@56 03bf7f67-59de-4072-a415-9a990d468a3f
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ↵athomas2003-11-151-29/+29
| | | | | | Chris!) git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@55 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 Linux build instructionsathomas2003-08-191-13/+37
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@52 03bf7f67-59de-4072-a415-9a990d468a3f
* * README.txt: finished sentencesugarshark2003-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@51 03bf7f67-59de-4072-a415-9a990d468a3f
* * .cvsignore: new filesugarshark2003-08-182-17/+69
| | | | | | | | | | | | | | | | | | | | | | * README.txt : describe Linux build CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@50 03bf7f67-59de-4072-a415-9a990d468a3f
* * .cvsignore: new filesugarshark2003-08-182-2/+15
| | | | | | | | | | | | | | | | | | | | | | * build.xml (runALTest): added target CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@49 03bf7f67-59de-4072-a415-9a990d468a3f
* updated to point to the nightly buildathomas2003-08-051-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@48 03bf7f67-59de-4072-a415-9a990d468a3f
* added OpenAL logo to the siteathomas2003-07-092-1/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@47 03bf7f67-59de-4072-a415-9a990d468a3f
* added support for compiling under Linuxathomas2003-07-088-22/+63
| | | | 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
* check-in of lesson 4athomas2003-06-291-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@44 03bf7f67-59de-4072-a415-9a990d468a3f
* check-in of lesson 4athomas2003-06-291-0/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@43 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
* fixed a typoathomas2003-06-271-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@39 03bf7f67-59de-4072-a415-9a990d468a3f
* updated homepage to include links to recent buildsathomas2003-06-271-3/+21
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@38 03bf7f67-59de-4072-a415-9a990d468a3f
* added link to joal javadocs on joal homepageathomas2003-06-261-2/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@37 03bf7f67-59de-4072-a415-9a990d468a3f
* added link to joal javadocs on joal homepageathomas2003-06-261-1/+11
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@36 03bf7f67-59de-4072-a415-9a990d468a3f
* removed extraneous fileathomas2003-06-261-1/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@35 03bf7f67-59de-4072-a415-9a990d468a3f
* updateing nav barathomas2003-06-261-0/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@34 03bf7f67-59de-4072-a415-9a990d468a3f
* updateing nav barathomas2003-06-251-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@33 03bf7f67-59de-4072-a415-9a990d468a3f
* updateing nav barathomas2003-06-251-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@32 03bf7f67-59de-4072-a415-9a990d468a3f
* updateing nav barathomas2003-06-251-1/+10
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@31 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-088-134/+476
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@23 03bf7f67-59de-4072-a415-9a990d468a3f
* updated README to include license and correct project nameathomas2003-06-071-2/+35
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@22 03bf7f67-59de-4072-a415-9a990d468a3f
* Initial check-in of project filesathomas2003-06-0742-0/+9264
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@21 03bf7f67-59de-4072-a415-9a990d468a3f
* adjusted it to 2/3 for column 1 and 1/3 for column 2athomas2003-06-061-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@20 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed layout to be more flexible for smaller browsersathomas2003-06-061-4/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@19 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed a typoathomas2003-06-061-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@18 03bf7f67-59de-4072-a415-9a990d468a3f