summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added missing Sound3D classes to javadockbr2006-01-311-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@109 03bf7f67-59de-4072-a415-9a990d468a3f
* Updated web page to point to new binaries and javadoc. Deleted stalekbr2006-01-302-193/+11
| | | | | | | copy of README.txt. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@108 03bf7f67-59de-4072-a415-9a990d468a3f
* Removed public ALFactory constructorkbr2006-01-301-0/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@107 03bf7f67-59de-4072-a415-9a990d468a3f
* Javadoc fixes; removed Version.java from core package (now in utilkbr2006-01-304-107/+138
| | | | | | | package) git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@106 03bf7f67-59de-4072-a415-9a990d468a3f
* Fixed build on Mac OS Xkbr2006-01-301-7/+3
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@105 03bf7f67-59de-4072-a415-9a990d468a3f
* Fixes for Linux buildkbr2006-01-291-0/+4
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@104 03bf7f67-59de-4072-a415-9a990d468a3f
* Moved GlueGen out of the JOGL workspace and into its own project.kbr2006-01-154-133/+168
| | | | | | | | | | | | | | | | Restructured JOGL and JOAL build processes to separately invoke GlueGen's main build.xml before using it to generate their code. Refactored OS/CPU detection code into gluegen-cpptasks.xml build file in GlueGen workspace, which is now imported by both the JOGL and JOAL build processes. Unfortunately it seems to be somewhat difficult to completely factor out the C compiler configuration into the GlueGen workspace so this has been left for a later date. Added missed ALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL build documentation. More documentation for the GlueGen workspace is forthcoming. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@103 03bf7f67-59de-4072-a415-9a990d468a3f
* Revised OpenAL SDK links to point to openal.orgkbr2006-01-131-8/+3
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@102 03bf7f67-59de-4072-a415-9a990d468a3f
* Merged gluegen-branch-1-0 on to the main JOAL trunk. JOAL is now builtkbr2006-01-1062-7131/+3265
| | | | | | | | using GlueGen and currently requires a built JOGL workspace as a sibling workspace of the JOAL workspace. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@101 03bf7f67-59de-4072-a415-9a990d468a3f
* Fixed issue 6 : Unable to terminate JOAL program with CRTL-C or kill Pid.jada2005-01-201-6/+5
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@95 03bf7f67-59de-4072-a415-9a990d468a3f
* Issue 5athomas2004-08-161-2/+2
| | | | | | | fixed incorrect reference in EAX binding git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@94 03bf7f67-59de-4072-a415-9a990d468a3f
* weirdness with one of the URLSathomas2004-02-191-228/+176
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@92 03bf7f67-59de-4072-a415-9a990d468a3f
* weirdness with one of the URLSathomas2004-02-191-176/+228
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@91 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed README build instructions to point to Creative FTP siteathomas2004-02-191-2/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@90 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed layoutathomas2004-02-191-228/+176
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@89 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed OpenAL link on homepageathomas2004-02-191-177/+228
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@88 03bf7f67-59de-4072-a415-9a990d468a3f
* changed JOALVersion to Versionathomas2004-02-182-48/+104
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@87 03bf7f67-59de-4072-a415-9a990d468a3f
* fixed incorrect URLdjp2004-02-181-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@86 03bf7f67-59de-4072-a415-9a990d468a3f
* slight change based on web search of error we're seeing.athomas2003-12-091-2/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@83 03bf7f67-59de-4072-a415-9a990d468a3f
* Added OSX recent build linkathomas2003-12-051-1/+1
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@82 03bf7f67-59de-4072-a415-9a990d468a3f
* added auto checking of OpenAL installationathomas2003-11-242-16/+90
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@81 03bf7f67-59de-4072-a415-9a990d468a3f
* jdk.home now taken from JAVA_HOME by defaultathomas2003-11-241-2/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@80 03bf7f67-59de-4072-a415-9a990d468a3f
* jdk.home now taken from JAVA_HOME by defaultathomas2003-11-241-2/+2
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@79 03bf7f67-59de-4072-a415-9a990d468a3f
* Added "fail" message to build.xml if jdk.home or openal.home are not set.athomas2003-11-231-8/+12
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@78 03bf7f67-59de-4072-a415-9a990d468a3f
* updated home page with OSX informationathomas2003-11-232-6/+187
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@77 03bf7f67-59de-4072-a415-9a990d468a3f
* Updated with information necessary for OSX. Tested successfully under 10.3.1 ↵gregorypierce2003-11-231-5/+9
| | | | | | | | | | | | with Apple JDK1.4.2, but should run properly with 10.2 and Apple JDK1.4.1. 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@76 03bf7f67-59de-4072-a415-9a990d468a3f
* updated tutorials to use the very latest version of JOALathomas2003-11-231-5/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@75 03bf7f67-59de-4072-a415-9a990d468a3f
* 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
* updated ALTest as wellathomas2003-11-231-8/+9
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@71 03bf7f67-59de-4072-a415-9a990d468a3f
* updated the testsathomas2003-11-233-3/+3
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@70 03bf7f67-59de-4072-a415-9a990d468a3f
* Several changes, uses newest lwjgl extal, throws exceptions from native code ↵athomas2003-11-2320-387/+792
| | | | | | 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 test fileathomas2003-11-221-0/+0
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@68 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@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