aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem in resetting of AL and ALC proc address tables -- neededgluegen-branch-1-0kbr2005-12-292-14/+34
* Worked around bug in OpenAL32.dll "wrapper" DLL which was incorrectlykbr2005-12-242-2/+7
* Fixed problems with javadoc generationkbr2005-12-242-11/+13
* Revived gluegen-branch-1-0 branch of JOAL source tree, which was akbr2005-12-2243-2367/+2325
* Removed handwritten native code for OpenAL binding and reenabledkbr2004-02-2815-2988/+57
* First working build of JOAL using GlueGen.kbr2004-02-0327-3153/+2274
* This commit was manufactured by cvs2svn to create branch(no author)2003-12-090-0/+0
* slight change based on web search of error we're seeing.athomas2003-12-091-2/+2
* Added OSX recent build linkathomas2003-12-051-1/+1
* added auto checking of OpenAL installationathomas2003-11-242-16/+90
* jdk.home now taken from JAVA_HOME by defaultathomas2003-11-241-2/+2
* jdk.home now taken from JAVA_HOME by defaultathomas2003-11-241-2/+2
* Added "fail" message to build.xml if jdk.home or openal.home are not set.athomas2003-11-231-8/+12
* updated home page with OSX informationathomas2003-11-232-6/+187
* Updated with information necessary for OSX. Tested successfully under 10.3.1 ...gregorypierce2003-11-231-5/+9
* updated tutorials to use the very latest version of JOALathomas2003-11-231-5/+0
* Added not conditional for isUnix since OSX is part of the osFamily unix and t...gregorypierce2003-11-231-1/+6
* merged mac osx build fileathomas2003-11-232-26/+21
* Issue number:gregorypierce2003-11-231-2/+2
* updated ALTest as wellathomas2003-11-231-8/+9
* updated the testsathomas2003-11-233-3/+3
* Several changes, uses newest lwjgl extal, throws exceptions from native code ...athomas2003-11-2320-387/+792
* updated test fileathomas2003-11-221-0/+0
* updated test fileathomas2003-11-221-0/+0
* updated test fileathomas2003-11-221-0/+0
* added test build w/link from JOAL pageathomas2003-11-222-0/+5
* updated navbarathomas2003-11-221-6/+6
* updated navbarathomas2003-11-225-30/+55
* Clarified the instrumentation a little more.athomas2003-11-191-1/+3
* Simplified alcOpenDeviceNative a littleathomas2003-11-191-11/+8
* Removed a redundant call to alcOpenDevice, Eliminated a call to ReleaseString...athomas2003-11-193-6/+24
* Proper handling of nulll parameter in alcOpenDevice() Somehow managed to undo...athomas2003-11-181-1/+1
* Proper handling of null in alcOpenDeviceathomas2003-11-181-2/+4
* Submitted by: Athomas Goldbergathomas2003-11-171-0/+4
* changed the "coming soon" linux binary link to point to the games-binaries do...athomas2003-11-161-1/+1
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ...athomas2003-11-151-29/+29
* Added missing ALut file.athomas2003-11-141-0/+120
* Added JOALVersion classathomas2003-09-112-1/+49
* Added Linux build instructionsathomas2003-08-191-13/+37
* * README.txt: finished sentencesugarshark2003-08-191-2/+2
* * .cvsignore: new filesugarshark2003-08-182-17/+69
* * .cvsignore: new filesugarshark2003-08-182-2/+15
* updated to point to the nightly buildathomas2003-08-051-1/+1
* added OpenAL logo to the siteathomas2003-07-092-1/+4
* added support for compiling under Linuxathomas2003-07-088-22/+63
* modified mutex to allow same thread to acquire lock multiple times. Will impl...athomas2003-06-291-1/+1
* check-in of lesson 4athomas2003-06-291-1/+1
* check-in of lesson 4athomas2003-06-291-0/+2
* mutex to provide thread safetyathomas2003-06-282-17/+37
* added synchronization mechanism around makeContextCurrent by adding a freeCur...athomas2003-06-272-12/+23