kappa1
b59d60c4ba
Fix Matrix*f.negate(Matrix*f dest) methods in Matrix2f, Matrix3f and Matrix4f classes. Thx to Jegorex for finding, reporting and providing fix on forum.
2012-09-12 11:29:40 +00:00
kappa1
43426ac8d8
AppletLoader: Fix NumberFormatException when parsing version string on an EA or beta JVM, thx to UltraMoogleMan for spotting and reporting
2012-09-05 22:37:11 +00:00
Ioannis Tsakpinis
ad4f4c74eb
Restored (most of) the removed methods from the previous commit and added deprecation warnings.
2012-08-19 06:56:25 +00:00
Ioannis Tsakpinis
929817a4eb
Added support for OpenGL 4.3 and OpenGL ES 3.0.
...
Modified the generator process to use relative paths. We were hitting the command line length limit on Windows.
Some extension improvements, fixes and spec updates.
2012-08-07 15:14:03 +00:00
kappa1
afaf86df66
AppletLoader: fixed issue with applets on linux with Java 7 where the natives where LWJGL natives were failing to load.
2012-05-13 13:50:52 +00:00
kappa1
22e0831d8a
AppletLoader: fix to ensure a jar file download is attempted 3 times even if it throws some download exception.
2012-05-08 19:38:17 +00:00
kappa1
89a3558e3b
AppletLoader: add further checks to prevent Java default caching
2012-04-26 13:19:18 +00:00
kappa1
15d4e8af94
AppletLoader: set all streams that are open to use try/finally blocks to close the streams
2012-04-22 23:05:10 +00:00
kappa1
f575c37815
AppletLoader: add try/finally block to ensure file is closed on exception in the downloadJars(), thx to MatthiasM for pointing it out.
2012-04-22 22:51:47 +00:00
kappa1
f965ff8f83
AppletLoader: add extra urlconnections.setUseCaches(false) as an extra precaution to make sure caching is disabled.
2012-04-22 22:21:41 +00:00
kappa1
d2174850be
Update ControllerAdapter in util package to reflect new changes in the Controller interface class (should fix broken build)
2012-04-10 13:23:08 +00:00
kappa1
6e6f5a4ff0
prod nightly server to rebuild LWJGL.
2012-01-17 21:05:13 +00:00
kappa1
54664ef8cb
AppletLoader: fix uncaught null pointer exception
2011-11-17 21:41:24 +00:00
Ioannis Tsakpinis
ad7769f9c9
Added support for OpenCL 1.2 [UNTESTED]
2011-11-16 14:36:28 +00:00
kappa1
1762fa36b8
AppletLoader: minor tweak to show better update message when checking cache files for changes
2011-11-12 21:31:00 +00:00
kappa1
faefad816c
AppletLoader: minor change to provided more information for some error messages.
2011-10-20 10:36:42 +00:00
Ioannis Tsakpinis
0d0ffcbb59
Fixed signatures: CharSequence[] parameters and ByteBuffer returns.
2011-10-13 16:53:53 +00:00
kappa1
67c3452bb4
AppletLoader: create MediaTracker before requesting image in an attempt to fix a logo loading issue.
2011-10-12 22:31:12 +00:00
kappa1
8bc92abf82
AppletLoader: provide a more meaningful error message when certificates do not match.
2011-10-12 22:15:32 +00:00
kappa1
f6b567c5ad
AppletLoader: don't output needless lzma.jar is missing message on console unless a lzma file actually being loaded.
2011-10-12 22:07:36 +00:00
Ioannis Tsakpinis
dd87468d6f
Added @Optional support for AL and GLES.
2011-10-12 17:58:04 +00:00
kappa1
a1563394c6
AppletLoader: add missing JavaDoc for al_lookup_threads, clean up natives if validation on them fails.
2011-10-08 20:33:43 +00:00
kappa1
08eb7c60d9
AppletLoader: apply arielsan's concurrent HTTP requests patch
2011-10-08 18:33:44 +00:00
kappa1
dae790d54f
AppletLoader: apply fix/workaround for the double security dialogs issue on OS X
2011-10-06 23:05:06 +00:00
kappa1
0e6da07d54
Minor tweak to appletloader as an attempt to get nightly build server to build natives again.
2011-09-07 18:28:19 +00:00
kappa1
b49eb9db3f
update credits
2011-09-03 14:47:11 +00:00
kappa1
085f221fad
AppletLoader: somehow removed patch 3559 with last appletloader patch, readded removed code.
2011-08-29 00:54:54 +00:00
kappa1
31305a9410
AppletLoader: implement al_min_jre parameter, various small refactoring, update comments and javadoc.
2011-08-29 00:40:28 +00:00
Ioannis Tsakpinis
b333b029bd
Fixed GLX extension detection.
2011-08-18 17:13:05 +00:00
Ioannis Tsakpinis
67945fe317
Added unicode support on Windows.
...
Fixed AL and GLES native stub bindings.
Replaced many GetStringNativeChars usages with a Java implementation.
2011-08-16 22:17:32 +00:00
kappa1
873fed0613
AppletLoader: al_version tag now uses a case insensitive String (instead of float), much nicer for specifying application versions (e.g. "10.3.3.1 Beta"), still backwards compatible too :)
2011-08-14 17:07:23 +00:00
Ioannis Tsakpinis
717334be5a
Replaced Arrays.copyof with custom implementation for Java 5 compatibility.
2011-08-13 19:16:58 +00:00
Ioannis Tsakpinis
900eb4e4d2
Added support for cache-line padding and alignment.
...
Made byteOffset() in MappedField optional.
Misc fixes and improvements.
2011-08-10 16:05:46 +00:00
Ioannis Tsakpinis
f3472da2ed
CL: Cleaned-up callbacks and object registries.
...
Mapped: Added .capacity() and .foreach() with default elementCount.
2011-08-02 23:45:19 +00:00
Ioannis Tsakpinis
83c2208aa0
Added support for NV_path_rendering.
...
Made MappedObjectUnsafe package private.
2011-07-29 11:30:14 +00:00
Ioannis Tsakpinis
d3d14b6f3c
@MappedType is now optional.
...
copyTo now only copies (SIZEOF - padding) bytes.
2011-07-24 09:38:46 +00:00
Ioannis Tsakpinis
054a5c5ae9
Added support for volatile keyword.
2011-07-23 22:28:57 +00:00
Ioannis Tsakpinis
d0cb1f8c90
Removed sizeof from @MappedType, it's calculated automatically now.
...
Added padding to @MappedType, defaults to 0.
Added support for @Pointer long fields for easier interaction with pointer data.
2011-07-23 22:02:01 +00:00
Ioannis Tsakpinis
896e363979
Converted sizeof and align to methods.
...
Override more methods in MappedObject subclasses, foreach is now 4 times faster.
2011-07-22 20:09:01 +00:00
Ioannis Tsakpinis
20b9d3f89f
Added support for array access to mapped objects.
...
Added SpriteShootout test that uses mapped objects.
2011-07-22 02:01:56 +00:00
Ioannis Tsakpinis
a9a7067461
Converted GL APIUtil to a per ContextCapabilities instance.
2011-07-16 22:26:46 +00:00
Ioannis Tsakpinis
4a02aed129
More java-side pointer arithmetic.
...
Fixed pointer cast warning.
2011-07-16 16:42:51 +00:00
Ioannis Tsakpinis
0b0e185f47
Moved all pointer arithmetic to Java code.
2011-07-16 16:05:37 +00:00
Ioannis Tsakpinis
c7088cb44f
Fixed manual merge error.
2011-07-14 23:11:41 +00:00
Ioannis Tsakpinis
b09625557d
Implemented .next() with bytecode transformation, 4x faster now.
...
Made method transformation a bit faster.
2011-07-14 16:54:25 +00:00
Ioannis Tsakpinis
1f305d514a
Removed stride and .configure. Mapped object view updates are now 50% faster. [Riven]
...
org.lwjgl.util.mapped.PrintBytecode is now functional. [Riven]
2011-07-13 22:15:25 +00:00
Ioannis Tsakpinis
0033f1cc95
Made MappedForeach package private (foreach returns Iterable now) and changed next() to go through the bounds check.
2011-07-13 12:44:25 +00:00
Ioannis Tsakpinis
bad616d4cb
Fixed stackmap and classloading bugs.
2011-07-12 21:30:48 +00:00
Ioannis Tsakpinis
5158d53dec
Added bounds check to copyRange.
2011-07-12 20:40:05 +00:00
Ioannis Tsakpinis
a75b1dde68
Added friendly error message when a non-static inner class is registered with the transformer.
2011-07-12 19:29:15 +00:00