lwjgl/src/native/common
Elias Naur 3b03560ee7 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:
1. The JNI_VERSION field is now included automatically in the generated JNI headers, relieving us of the burden of updating the version number in both java and native code.
2. We can update the JNI version with every non-compatible change of the JNI library API, not just once per release, giving us extra safety when users download and build LWJGL from SVN.
3. We can now avoid rebuilding natives if a particular release only
contains java changes. Currently, This is mostly a problem when Brian bumps the
external version prior a release and I forget to re-build the natives ;)
2006-07-14 16:14:52 +00:00
..
devil support for version 2006-07-02 21:59:10 +00:00
fmod3 beta2 tag 2006-07-02 21:58:37 +00:00
awt_tools.h Removed redundant include from awt_tools.h 2005-02-22 14:07:50 +00:00
common_tools.c 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
common_tools.h Windows: don't cache the JNIEnv pointer in the message handle, but acquire it through the global JavaVM handle. 2006-07-09 08:31:49 +00:00
extal.c OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths. 2006-01-16 15:58:23 +00:00
extal.h OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths. 2006-01-16 15:58:23 +00:00
extgl.c Removed unsued JNIEnv parameter from extgl_QueryExtension 2005-02-23 15:19:21 +00:00
extgl.h Added EXT_timer_query extension 2006-05-25 13:03:35 +00:00
org_lwjgl_openal_AL.c OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths. 2006-01-16 15:54:50 +00:00
org_lwjgl_openal_ALC.c Fixed a potentially uninitialized return value in ALC.c 2006-02-23 19:22:00 +00:00
org_lwjgl_opengl_AWTSurfaceLock.c Moved AWTSurfaceLock retry-loop to java to avoid non-standard sleep functions 2005-04-27 20:30:14 +00:00
org_lwjgl_opengl_GLContext.c Win32: fixed compilation 2005-02-16 20:25:23 +00:00