Elias Naur
e2bbb739aa
Linux: added support for 64 bit JVMs
2006-07-11 20:30:19 +00:00
Elias Naur
253ee1bcf4
LWJGLInstaller: use constant instead of hardcoded filename
2006-07-11 19:33:05 +00:00
Brian Matzon
b69aed51c7
update/fix comments
2006-07-11 19:30:10 +00:00
Elias Naur
c2ed404c44
LWJGInstaller: Run the uninstaller before installing instead of at VM exit
2006-07-11 19:06:11 +00:00
Elias Naur
02d9944b2f
LWJGLInstaller: Rename watermark file to .lwjglinuse
2006-07-11 18:55:35 +00:00
Elias Naur
9dfe05a126
LWJGLInstaller: Don't allow applets to decide whether to uninstall old lwjgl dirs
2006-07-11 18:52:13 +00:00
Elias Naur
b3dcdeb51d
Tightened access modifiers in LWJGLInstaller
2006-07-11 18:49:36 +00:00
Elias Naur
3768fdf891
Added final modifier to a constant in LWJGLInstaller
2006-07-11 18:38:46 +00:00
Elias Naur
292839a5be
Add correct timestamps to jinput controller environment for LWJGL input Mouse and Keyboard
2006-07-10 00:47:32 +00:00
Elias Naur
c64dd328f9
Added a native NewStringNativeUnsigned to avoid compile warnings
2006-07-07 10:36:26 +00:00
Elias Naur
e28bde351b
LWJGLInstaller now uses JarFile instead of JarInputStream to work around a bug with java 1.5 and jar signing
2006-07-04 13:44:16 +00:00
Elias Naur
e0268732b0
LWJGLInstaller: Exceptions should propagate to ease debugging
2006-07-04 12:20:17 +00:00
Elias Naur
a2f398e507
Tightened access modifiers for LWJGLInstaller
2006-07-04 12:10:35 +00:00
Elias Naur
9c5cf0beb5
Collapsed exception chains in LWJGLInstaller
2006-07-04 11:07:53 +00:00
Elias Naur
0f4df46e9b
LWJGLInstaller should check for non-existing master directory. Use exceptions instead of boolean status code in verifyCerts
2006-07-04 10:51:51 +00:00
Brian Matzon
e11fbd3801
cleaned up imports
2006-07-03 23:23:14 +00:00
Brian Matzon
5c82452d5e
added certificate check
...
reworked installer to expect a jar with the platform natives inside a jar
now installs into java.io.tmpdir/.lwjglinstall/<timestamp>
uninstaller checks for removed watermark file - tho it never gets removed *grumble*
2006-07-03 23:22:46 +00:00
Elias Naur
5671f93656
Added support for applets to jinput
2006-07-03 12:00:12 +00:00
Elias Naur
8dd4e47dae
Removed org.lwjgl.util.model
2006-07-03 11:30:30 +00:00
Elias Naur
8ea2ce415e
Added missing static methods to Quaternion for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 13:30:27 +00:00
Elias Naur
09001cb925
Added missing static methods to Matrix4f for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 12:44:53 +00:00
Elias Naur
dbf9356358
Added missing static methods to Matrix3f for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 08:20:21 +00:00
Elias Naur
48a52a67ce
Added missing static methods to Matrix2f for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 07:54:47 +00:00
Elias Naur
effa3a297c
Added missing static methods to Matrix2f for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 07:53:41 +00:00
Elias Naur
71970c3bbf
Added missing static methods to Matrix2f for consistency. Cleaned up handling of src == dest aliasing
2006-06-16 07:48:40 +00:00
Ioannis Tsakpinis
bb66074c13
Fixed i64 suffixes
2006-05-26 12:58:37 +00:00
Ioannis Tsakpinis
843ce1bc27
Added EXT_timer_query extension
...
Added support for long (int64) types
2006-05-25 13:03:35 +00:00
Elias Naur
3ce92a9563
Fixed warning from generated native code on mac os x
2006-05-01 08:58:26 +00:00
Caspian Rychlik-Prince
16524516cd
Tidied up unused variables, added serialVersionUIDs as appropriate,
...
removed a few unnecessary casts and brackets and exceptions.
2006-04-21 11:11:21 +00:00
Elias Naur
481ffb5f16
Fixed jinput plugins
2006-04-05 12:42:17 +00:00
Elias Naur
f16f0e26cc
Added a JInput plugin to interface with the LWJGL mouse and keyboard from jinput (untested)
2006-04-05 11:27:46 +00:00
Brian Matzon
8a3bee6b1c
applied patch to move ID tag
2006-03-23 19:32:21 +00:00
Brian Matzon
0c539252b4
new, improved and shiny version, courtesy of Jos Hirth
2006-03-10 18:49:34 +00:00
Elias Naur
d7c55744ce
Widened VBO/PBO buffer offsets and sizes to long to better match the GLsizeiptr and GLintptr native types
2006-02-26 11:44:34 +00:00
Elias Naur
2e3c168792
OpenGL: Made generated ContextCapabilities only try to load super class symbols if a sub class is supported. This avoids spurious 'Could not locate symbol' warnings in debug mode (glLoadProgramNV on ATI hardware)
2006-02-06 11:11:09 +00:00
Elias Naur
d633986260
PBO/VBO checks now query OpenGL directly instead of keeping track of the currently bound buffers
2005-12-27 14:46:42 +00:00
Elias Naur
140e3fa3b7
Added support for doubles (ALdouble and GLdouble)
2005-11-02 09:28:12 +00:00
Elias Naur
4636c4b251
Added the opengl-template-pattern ant property to control the set of included opengl extensions
2005-09-29 18:12:20 +00:00
Elias Naur
df2bc7d7e0
Moved generated files to seperate directories
2005-09-29 17:13:38 +00:00
Caspian Rychlik-Prince
4e3a47e343
*** empty log message ***
2005-08-20 10:33:28 +00:00
Brian Matzon
b2713156b8
fixed XPMFile to use InputStream load method too
2005-08-18 13:55:10 +00:00
Brian Matzon
0481285dd9
added everything but the kitchen sink
2005-08-18 11:27:44 +00:00
Kevin Glass
5e72533772
Fix for compilation on 1.4, remove autoboxing
2005-07-16 10:36:13 +00:00
Brian Matzon
c100909c35
XPM File reader
2005-07-16 09:11:26 +00:00
Elias Naur
523a5c6fc2
Fixed generator to not include checkALerror.h
2005-05-05 10:02:45 +00:00
Caspian Rychlik-Prince
200ed3792a
Cleanup of unused imports
2005-05-04 20:59:44 +00:00
Elias Naur
fecbafc097
Don't emit initNativeStub() when generating context-specific OpenGL java classes
2005-04-04 11:19:18 +00:00
Brian Matzon
ad8d7676c2
moved Sys.log to LWJGLUtils and renamed property to org.lwjgl.util.Debug
2005-03-29 18:09:33 +00:00
Elias Naur
a5af4dfeba
Added missing file
2005-03-22 12:41:33 +00:00
Elias Naur
87bf14c698
Implemented strong references in glVertexPointer and friends
2005-03-21 08:27:45 +00:00