Elias Naur
|
f3d3ce7ce5
|
Moved ALC error check to java. Fix linux type cast warnings
|
2005-04-12 10:55:23 +00:00 |
|
Elias Naur
|
f5cf0ef2a4
|
Converted ALC pointers from int to long
|
2005-04-12 10:30:05 +00:00 |
|
Elias Naur
|
1619279ed1
|
Fix linux openal library name
|
2005-03-30 08:32:15 +00:00 |
|
Brian Matzon
|
97f919869e
|
reworked detection of native paths to shared implementation in new class LWJGLUtil
|
2005-03-28 12:44:33 +00:00 |
|
Elias Naur
|
7986b0abef
|
OpenAL: Don't use System.mapLibraryName
|
2005-03-09 13:28:16 +00:00 |
|
Elias Naur
|
7251a38930
|
OpenAL: Moved more library loading from native to java
|
2005-03-09 13:06:17 +00:00 |
|
Elias Naur
|
851c4d3129
|
AL: override default access control in AL.getPathFromClassLoader
|
2005-02-18 08:17:27 +00:00 |
|
Elias Naur
|
0f97eef81b
|
Made the generator deterministic by sorting. Should make the CVS commits smaller and make verification of generator changes easier by diff'ing previous and current output.
|
2005-02-16 21:46:03 +00:00 |
|
Elias Naur
|
5d53187baa
|
Win32: fixed compilation
|
2005-02-16 20:25:23 +00:00 |
|
Elias Naur
|
fdfa82a061
|
Made the gl caps flags auto-generated and moved them to GLContext.getCapabilities()
|
2005-02-16 12:58:40 +00:00 |
|
Elias Naur
|
17ee2523c0
|
The Big Generator. All OpenGL and OpenAL java and native source files are now generated from templates. See doc/generator.txt for a detailed description.
|
2005-02-15 11:05:36 +00:00 |
|
Elias Naur
|
1446c78b76
|
Renamed AL.getPathFromJWS to AL.getPathFromClassLoader and made it access protected methods too
|
2005-01-28 15:47:29 +00:00 |
|
Elias Naur
|
8220b2e04c
|
Removed EAX
|
2005-01-18 15:22:52 +00:00 |
|
Elias Naur
|
8412ce40ed
|
Fix Mac OS X Webstart OpenAL by searching for thw lwjgl library in addition to the openal library
|
2004-11-22 09:43:52 +00:00 |
|
Brian Matzon
|
e93393ef8a
|
native loading modified to be in line with oal
|
2004-09-19 11:17:28 +00:00 |
|
Brian Matzon
|
309ef6b06e
|
fixed a gazillion imports
|
2004-08-20 06:26:19 +00:00 |
|
Caspian Rychlik-Prince
|
3ff5cf64ef
|
Added getContext()
|
2004-08-10 10:31:52 +00:00 |
|
Elias Naur
|
adb35c3a2e
|
Made all AL classes final
|
2004-08-01 21:26:25 +00:00 |
|
Elias Naur
|
5966d7b6b6
|
Added private constructors to OpenAL and OpenGL static classes
|
2004-07-31 09:34:09 +00:00 |
|
Elias Naur
|
72afa14aa3
|
Converted *.allocateDirect to BufferUtils
|
2004-07-29 11:41:11 +00:00 |
|
Elias Naur
|
42cd6ddb20
|
Added buffer checks to AL
|
2004-07-29 11:30:13 +00:00 |
|
Brian Matzon
|
f618023b3f
|
expose suspendContext
|
2004-07-11 08:09:34 +00:00 |
|
Elias Naur
|
69d44be069
|
take out check on alcMakeContext again, the result type is differs on different platforms
|
2004-07-04 14:08:53 +00:00 |
|
Elias Naur
|
0ae705b7b0
|
Added more error checking in OpenAL. Unload native stubs on AL destroy.
|
2004-07-04 13:58:11 +00:00 |
|
Elias Naur
|
53bd9b660d
|
all initNativeStub() methods throws LWJGLException
|
2004-07-04 13:14:06 +00:00 |
|
Elias Naur
|
b7e4214a1a
|
Moved openal native stub loading to java
|
2004-07-04 09:13:19 +00:00 |
|
Brian Matzon
|
4cea3e191b
|
header unification
|
2004-06-12 20:28:34 +00:00 |
|
Brian Matzon
|
bafbb8899b
|
miscellaneous javadoc fixes
|
2004-05-23 17:14:44 +00:00 |
|
Caspian Rychlik-Prince
|
b697fb3ecf
|
Removed Sys.setTime(), Sys.getPlatform()
Changed Sys.getTime()
Added Display.sync()
|
2004-05-05 14:28:40 +00:00 |
|
Elias Naur
|
08fc228d2c
|
Fixed null pointer exception on ALC.alcOpenDevice failure
|
2004-05-02 15:46:55 +00:00 |
|
Elias Naur
|
942dfb758d
|
removed size argument from alBufferData and added additional buffer types
|
2004-04-09 15:22:20 +00:00 |
|
Elias Naur
|
9d55bbb302
|
Renamed LWJGLErrorException to LWJGLException
|
2004-03-27 15:05:24 +00:00 |
|
Elias Naur
|
63b33930b1
|
Added LWJGLErrorException to replace the too general Exception
|
2004-03-27 14:42:47 +00:00 |
|
Elias Naur
|
b98677fb47
|
All classes use Sys.initialize now
|
2004-03-27 13:48:58 +00:00 |
|
Elias Naur
|
c093f3ace1
|
Replaced asserts with proper runtime exceptions
|
2004-03-27 11:55:07 +00:00 |
|
Elias Naur
|
21cdb1f469
|
Converted openal to dynamic java native methods
|
2004-03-09 11:03:10 +00:00 |
|
Elias Naur
|
78e579f6be
|
use vorbis libs from local directory in linux
|
2004-03-08 15:21:10 +00:00 |
|
Brian Matzon
|
3fe2d6cb69
|
OpenAL / EAX Refactor
|
2004-02-26 21:51:58 +00:00 |
|
Caspian Rychlik-Prince
|
11b2fc05e3
|
The BIG LWJGL REFACTORING
|
2004-02-08 20:41:00 +00:00 |
|
Brian Matzon
|
8772b13167
|
vorbis extension
|
2004-01-08 22:56:59 +00:00 |
|
Brian Matzon
|
803c5391a5
|
created set too quickly
|
2004-01-08 22:41:55 +00:00 |
|
Brian Matzon
|
bc53639971
|
no destroy on !create
|
2004-01-08 22:41:22 +00:00 |
|
Brian Matzon
|
f20164e785
|
fixed small bug in alSourcePlay
|
2004-01-06 19:45:32 +00:00 |
|
Brian Matzon
|
035068e776
|
New EAX model implemented - needs more testing
|
2004-01-06 19:22:12 +00:00 |
|
Brian Matzon
|
4a89d67485
|
don't allow second creation
|
2003-12-27 02:12:02 +00:00 |
|
Brian Matzon
|
7a763bff29
|
*fv support
|
2003-12-27 02:10:56 +00:00 |
|
Elias Naur
|
790b01a01b
|
Reduced Sys.debug from bool -> int
|
2003-12-20 22:03:25 +00:00 |
|
Elias Naur
|
fb8fd0a2d7
|
Implemented proper debug levels
|
2003-12-20 14:01:31 +00:00 |
|
Elias Naur
|
472b5337d4
|
Replaced debug libraries with runtime debug condition
|
2003-12-15 11:49:17 +00:00 |
|
Elias Naur
|
561f3cff10
|
*** empty log message ***
|
2003-10-22 10:57:19 +00:00 |
|