Ioannis Tsakpinis
|
6c134c6330
|
Merged OpenGL ES branch.
|
2011-07-10 16:58:16 +00:00 |
|
Ioannis Tsakpinis
|
bab22f696b
|
Merge preparation.
|
2011-07-10 10:26:36 +00:00 |
|
kappa1
|
2cbae6efc8
|
minor update to comments and add missing JavaDoc
|
2011-07-10 00:31:16 +00:00 |
|
kappa1
|
9e4c915959
|
Remove dead code from AWTGears example
|
2011-07-08 17:47:16 +00:00 |
|
kappa1
|
e49bfe3c40
|
LinuxDisplay - fix remaining issues with focus handling when running in xembed mode.
|
2011-07-02 20:50:27 +00:00 |
|
kappa1
|
7782156962
|
Fix small race condition in LinuxDisplay when focusing in and out really fast.
|
2011-06-26 11:50:23 +00:00 |
|
kappa1
|
6e15f0b781
|
AppletLoader: revert native file certificate validation to after extraction as it was failing if done before.
|
2011-06-26 02:18:53 +00:00 |
|
kappa1
|
cc91d81781
|
Proper fix for Linux focus handling with setParent(Canvas), no more hacks or messing with EDT. Side effect being LWJGL applet focus handling should work perfectly now.
|
2011-06-26 01:42:34 +00:00 |
|
Brian Matzon
|
a2a3a25b9b
|
Applying patch from Matthias that changes the LWJGL icon from byte array to string, shaving ~20k in class size.
|
2011-06-24 18:34:10 +00:00 |
|
Brian Matzon
|
c797193647
|
Applying patch from Matthias that adds the "negative mouse coordinates" to Mouse.next() too
|
2011-06-24 18:31:26 +00:00 |
|
kappa1
|
e2fe8155f8
|
Add "Unix" as a linux platform to allow LWJGL to work on Slackware Linux, thx to kruno73 for pointing this out.
|
2011-06-23 11:26:42 +00:00 |
|
Brian Matzon
|
18e6e1f95f
|
Applying 64bit loading patch by Matthias
|
2011-06-19 20:18:02 +00:00 |
|
kappa1
|
96648a6fad
|
AppletLoader: validate certificate for native files before attempting to extract them.
|
2011-06-15 21:15:58 +00:00 |
|
kappa1
|
1929c3be5d
|
AppletLoader: fix problem with file extension trimming code, added warning when lzma support is missing 'lzma.jar' and lzma files are being loaded.
|
2011-06-12 23:51:44 +00:00 |
|
kappa1
|
5e318ef834
|
AppletLoader: fix some comments, code clean up and refactoring
|
2011-06-12 21:22:50 +00:00 |
|
kappa1
|
4e85079dde
|
LinuxDisplay: run setFocusable(boolean) on the EDT
|
2011-06-09 22:27:53 +00:00 |
|
Ioannis Tsakpinis
|
c9e1319fc6
|
Fixed getWorkGroupInfoSizeArray parameter check.
|
2011-06-09 07:48:25 +00:00 |
|
Ioannis Tsakpinis
|
af0ed1d1c4
|
Added OpenAL & OpenCL generated native paths.
Added support for AMD_device_memory_flags, AMD_offline_devices, AMD_popcnt [OpenCL]
Minor bugs fixed in high-level OpenCL API.
|
2011-06-04 00:53:04 +00:00 |
|
Ioannis Tsakpinis
|
073da79e95
|
Update current DisplayMode when the Display's parent is resized.
|
2011-05-31 14:40:47 +00:00 |
|
Ioannis Tsakpinis
|
1dd8817855
|
Update current DisplayMode when the Display's parent is resized.
|
2011-05-31 13:32:38 +00:00 |
|
Ioannis Tsakpinis
|
eff8493ef6
|
Added support for NV_present_video and NV_video_capture.
Re-designed WindowsPeerInfo so that we can more easily use WGL extensions in the future.
|
2011-05-21 10:48:05 +00:00 |
|
Ioannis Tsakpinis
|
9b4b2f6f92
|
Added Context.
|
2011-05-17 17:26:33 +00:00 |
|
Ioannis Tsakpinis
|
40cbf3e45f
|
Added support for OpenGL ES.
|
2011-05-17 16:53:57 +00:00 |
|
kappa1
|
8f6dcd3a6d
|
AppletLoader: small fix to also include "ppc64" on macs.
|
2011-05-13 19:16:34 +00:00 |
|
kappa1
|
4e872f8c2c
|
AppletLoader: add support for optional mac arch specific natives, al_mac32, al_mac64, al_macppc, if they are not specified AppletLoader will fall back to the usual al_mac parameter.
|
2011-05-13 16:24:10 +00:00 |
|
Ioannis Tsakpinis
|
d53afc0b4d
|
Added missing include.
|
2011-05-11 14:21:59 +00:00 |
|
Ioannis Tsakpinis
|
3fb5f8ab8b
|
Added alignment checks to PointerBuffer constructor.
|
2011-05-11 00:12:52 +00:00 |
|
kappa1
|
d8ef76f3fe
|
AppletLoader: remove the last dependency on the sun.* package.
|
2011-05-07 16:29:13 +00:00 |
|
kappa1
|
ed6bdc0f7f
|
AppletLoader: fix String replace bug on file names, full credits to Riven for spotting it and assisting with the fix.
|
2011-05-04 23:11:11 +00:00 |
|
Brian Matzon
|
4b0cbedc64
|
excessively verbose exception description added to lower support requests :)
|
2011-05-04 19:24:57 +00:00 |
|
kappa1
|
4015ae10a7
|
AppletLoader: remove unneeded debug code
|
2011-05-01 00:09:43 +00:00 |
|
kappa1
|
555ac07fd4
|
|
2011-05-01 00:03:26 +00:00 |
|
kappa1
|
d635a22014
|
AppletLoader: minor tweak on comments
|
2011-04-30 23:56:24 +00:00 |
|
kappa1
|
f11b5ac0b1
|
AppletLoader: added jar validation to detect corruption and ensures that the cache system doesn't mark corrupt files as successfully downloads. Thx to Riven and MatthiasM for assisting with the implementation.
|
2011-04-30 23:54:24 +00:00 |
|
kappa1
|
d100475d95
|
AppletLoader: close fileoutputstream properly when extracting pack files. Minor clean up of extract lzma and gzip methods.
|
2011-04-26 11:04:12 +00:00 |
|
Brian Matzon
|
91c32952b5
|
fixing icons as per dr_evil [http://lwjgl.org/forum/index.php/topic,3925.0.html] [proper]
|
2011-04-16 21:13:27 +00:00 |
|
Brian Matzon
|
07ffa133ad
|
fixing icons as per dr_evil [http://lwjgl.org/forum/index.php/topic,3925.0.html]
|
2011-04-16 18:38:48 +00:00 |
|
Ioannis Tsakpinis
|
807c61ad59
|
Fixed JDK5 compilation issue and added SpriteShootout textures.
|
2011-04-08 03:41:19 +00:00 |
|
Ioannis Tsakpinis
|
924f20efd6
|
Added support for AMD_blend_minmax_factor & NV_texture_multisample.
Added sprite rendering samples.
Fixed ContextAttribs version checking for GL41.
|
2011-04-07 21:36:19 +00:00 |
|
Ioannis Tsakpinis
|
eb3a31bcc9
|
Attempt to fix NV compilation issue.
|
2011-04-02 11:33:02 +00:00 |
|
kappa1
|
8b1e7293ca
|
AppletLoader: minor javadoc credits update.
|
2011-03-26 15:58:21 +00:00 |
|
kappa1
|
46c69be952
|
AppletLoader: fix bug with al_version (should work correctly now). Thx to pjohnsen for spotting it.
|
2011-03-26 15:54:52 +00:00 |
|
kappa1
|
7023a35bac
|
AppletLoader: fix JVM bug where '!' is not escaped on the URL, thanks to NateS for spotting it and special thanks to MatthiasM for the fix.
|
2011-03-13 14:54:36 +00:00 |
|
kappa1
|
b3fdb66a3f
|
AppletLoader: implemented headless mode. Use the "al_headless" parameter to enable it. Use liveconnect to access the getStatus() and getMessages() methods to obtain the progress of the AppletLoader.
|
2011-03-12 21:16:22 +00:00 |
|
kappa1
|
6de9cc9871
|
AppletLoader: clean up and simplify code relating to reading and writing cache/version files.
|
2011-03-10 21:49:01 +00:00 |
|
kappa1
|
258d447736
|
AppletLoader: Add better checks/protection to reading cache/version files in case of corruption. Close resources properly when writing cache/version files. Add preliminary list of contributors. Thx to Arielsan for finding issue and providing patch.
|
2011-03-07 22:22:08 +00:00 |
|
kappa1
|
31dad59c9f
|
AppletLoader: "al_logo" and "al_progress" are now optional parameters, they default to "appletlogo.gif" and "appletprogress.gif". Credit to arielsan for patch.
|
2011-03-06 01:34:06 +00:00 |
|
kappa1
|
f80155efce
|
AppletLoader: add missing javadoc for the "lwjgl_arguments" parameter.
|
2011-02-17 19:43:33 +00:00 |
|
kappa1
|
f4f6401efd
|
AppletLoader Fix: set correct context classloader for the applet loaded by the AppletLoader. Credit to arielsan for finding the issue and supplying a fix/patch.
|
2011-02-17 19:09:59 +00:00 |
|
Brian Matzon
|
b60221fc35
|
Upgrading OpenAL-Soft to latest version .. cbe288aa93de6 and moving to 2.7.1
|
2011-02-09 21:09:33 +00:00 |
|