Go to file
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
applet Added a Controllers applet test 2006-07-14 08:32:01 +00:00
doc obsolete stuff - all hail svn remove! 2006-07-11 21:55:24 +00:00
libs Added a Controllers applet test 2006-07-14 08:32:01 +00:00
platform_build check for fmod property when it's actually been imported 2006-07-12 19:38:24 +00:00
res Removed org.lwjgl.util.model 2006-07-03 11:30:30 +00:00
src 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
build.xml Added a commented out generatechecks option to the opengl stubs generator. It can can be activated to add Utils.checkGLError everywhere 2006-07-14 11:54:52 +00:00