lwjgl/src/java/org/lwjgl
Elias Naur 7742185e34 Sys.java: Don't use reflection to create platform specific implementations 2007-01-17 12:49:20 +00:00
..
devil 1.0-rc1 version string 2006-12-18 18:27:15 +00:00
examples applied patch to move ID tag 2006-03-23 19:32:21 +00:00
fmod3 1.0-rc1 version string 2006-12-18 18:27:15 +00:00
input osx cursor animation emulation enabled 2007-01-04 23:28:33 +00:00
openal Made LWJGLUtil.getLibraryPaths support multiple library names. Now AL.create on linux tries both libopenal.so and libopenal.so.0, which is the name of the system library 2006-11-20 20:07:29 +00:00
opengl Linux: Fixed wrong return type in LinuxEvent.nGetKeyAddress 2007-01-17 08:16:16 +00:00
test added Display.create/destroy. Fixes an error on mac, since OpenGL has to be initialized before creating ILUT 2007-01-07 20:41:45 +00:00
util Generator: Support arbitrary @AutoResultSize expressions. Make Buffer result sizes long instead of int 2006-12-20 19:19:56 +00:00
BufferChecks.java Split out the exception case in BufferChecks.checkBufferSize() to help the JVM inline it 2006-05-29 12:30:23 +00:00
BufferUtils.java Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8. 2006-06-26 13:50:48 +00:00
DefaultSysImplementation.java Split the external LWJGL version from the internal version of the native JNI library. The internal JNI version is now an integer. This has multiple advantages over the old way: 2006-07-14 16:14:52 +00:00
J2SESysImplementation.java applied patch to move ID tag 2006-03-23 19:32:21 +00:00
LWJGLException.java Tidied up unused variables, added serialVersionUIDs as appropriate, 2006-04-21 11:11:21 +00:00
LWJGLUtil.java Made LWJGLUtil.getLibraryPaths support multiple library names. Now AL.create on linux tries both libopenal.so and libopenal.so.0, which is the name of the system library 2006-11-20 20:07:29 +00:00
LinuxSysImplementation.java Linux: added support for 64 bit JVMs 2006-07-11 20:30:19 +00:00
MacOSXSysImplementation.java Removed multiple library names support from Sys.java, it is not needed anymore 2006-07-03 10:28:32 +00:00
Sys.java Sys.java: Don't use reflection to create platform specific implementations 2007-01-17 12:49:20 +00:00
SysImplementation.java Split the external LWJGL version from the internal version of the native JNI library. The internal JNI version is now an integer. This has multiple advantages over the old way: 2006-07-14 16:14:52 +00:00
WindowsSysImplementation.java Windows: Moved NativeSysImplementation.java to WindowsSysImplementation.java and moved some native code to java. 2006-07-15 19:45:36 +00:00