|
Matzon
|
 |
« on: October 18, 2010, 12:16:17 » |
|
Time for yet another release LWJGL 2.6- New: LWJGL now requires Java 1.5.
- New: Support for OpenCL & CL/GL interop.
- New: Support for OpenGL 4.1 and new extensions.
- New: LWJGL installable extension: http://lwjgl.org/webstart/<version>/extension.jnlp, starting from 2.6.
- fix: issues with loading 64bit libraries.
- fix: moved appletloader cache to a more permanent location.
- fix: focus issues with Display.setParent on linux.
- fix: miscellaneous fixes and support for just logo or progressbar only - or both.
- fix: issue with setGrabbed on mac.
- fix: null pointer exception when creating Display on linux.
Download: https://sourceforge.net/projects/java-game-lib/files/Changelog: http://www.lwjgl.org/changelogs/2.6-changelog.txtRemember to donate Notice: We'd like to remind people to include the copyright, conditions and disclaimer statement for LWJGL in their products, as required by the license. Though we are not about to claim foul in any way, it would be nice to see a link back to lwjgl.org in the credits or documentation at the very minimum.
|
|
|
|
|
Logged
|
|
|
|
|
Matzon
|
 |
« Reply #1 on: October 18, 2010, 12:50:22 » |
|
Just to clarify here - this is the new extension stuff. We will no longer be updating and using the /jnlp/extension.php It will probably stay for a while, but die eventually. Please upgrade to use the above link instead.
|
|
|
|
|
Logged
|
|
|
|
|
kappa
|
 |
« Reply #2 on: October 18, 2010, 13:16:56 » |
|
yay, nice job ppl. Oh for those that have wanted to try LWJGL applets but weren't sure where to start, there is now a Full Tutorial for the LWJGL AppletLoader, it should contain everything there is know about it plus various tips to improve and polish the LWJGL Applet experience. There is also a Basic LWJGL Applet Tutorial covering a simple applet example using Display.setParent().
|
|
|
|
|
Logged
|
|
|
|
|
mot
|
 |
« Reply #3 on: October 19, 2010, 04:59:34 » |
|
Thanks!
|
|
|
|
|
Logged
|
|
|
|
|
jediTofu
|
 |
« Reply #4 on: October 19, 2010, 07:26:10 » |
|
|
|
|
|
|
Logged
|
cool story, bro
|
|
|
erlend_sh
Newbie

Posts: 7
|
 |
« Reply #5 on: October 20, 2010, 05:05:23 » |
|
Fantastic work guys, OpenCL could be huge.
We'll make sure to make LWJGL more visible from within the jMonkeyEngine project, starting with the jMonkeyPlatform and eventually the website and possibly docs. Let us know if you have any particular requests.
|
|
|
|
|
Logged
|
|
|
|
|
Fool Running
|
 |
« Reply #6 on: October 20, 2010, 05:36:54 » |
|
Another good release. Keep up the good work guys. 
|
|
|
|
|
Logged
|
Programmers will, one day, rule the world... and the world won't notice until its too late.
|
|
|
Estraven
Regular nerd
 
Posts: 53
|
 |
« Reply #7 on: October 22, 2010, 01:52:53 » |
|
Great ! Thanks you again. Oh for those that have wanted to try LWJGL applets but weren't sure where to start, there is now a Full Tutorial for the LWJGL AppletLoader, it should contain everything there is know about it plus various tips to improve and polish the LWJGL Applet experience. Very nice ! I sure will read this carefully. Thanks !! Estraven
|
|
|
|
|
Logged
|
|
|
|
emzic
Newbie

Posts: 22
|
 |
« Reply #8 on: October 30, 2010, 09:45:08 » |
|
good job and thanks for the release!
just curious: why the requirement for java 1.5?
|
|
|
|
|
Logged
|
|
|
|
wondersonic
Newbie

Posts: 40
|
 |
« Reply #9 on: November 04, 2010, 03:50:27 » |
|
Maybe it's time to add this logo on the home page 
|
|
|
|
|
Logged
|
S.
|
|
|
BatKid
Newbie

Posts: 45
|
 |
« Reply #10 on: November 04, 2010, 10:08:04 » |
|
Hi guys, thanks for the new release! I am running into some trouble that I'm hoping one of you would have an answer to. For the longest time, I was using version 2.2.1 and everything was fine (except that mouseGrab on applet does not work). So I decided to upgrade to this latest version. Things went smoothly for the most part (especially on my mac). However, when I test it on my windows machine, I get a "Unable to locate OpenAL" error. Has anything changed on the openal front that would cause this problem? For now, I am using SoundSystem from paulscode ( http://www.paulscode.com/) to fall back to Java Sound, so it's alright. But I would like to know the root cause of this problem if possible. Thanks
|
|
|
|
|
Logged
|
|
|
|
|
kappa
|
 |
« Reply #11 on: November 04, 2010, 10:36:50 » |
|
when I test it on my windows machine, I get a "Unable to locate OpenAL" error. Has anything changed on the openal front that would cause this problem?
Don't think there has been any major changes to the way openal works, obvious question, do you have openal.dll native included? and is this error with applets? or generally with lwjgl as an application? does the 2.2.1 version of lwjgl work with openal on this particular windows machine? I am running into some trouble that I'm hoping one of you would have an answer to. For the longest time, I was using version 2.2.1 and everything was fine (except that mouseGrab on applet does not work).
What mousegrab bug is this? which platform? and does it still happen in lwjgl 2.6?
|
|
|
|
|
Logged
|
|
|
|
BatKid
Newbie

Posts: 45
|
 |
« Reply #12 on: November 04, 2010, 11:47:20 » |
|
...do you have openal.dll native included? and is this error with applets? or generally with lwjgl as an application? does the 2.2.1 version of lwjgl work with openal on this particular windows machine? Oh yes, the openal32.dll is included. The error is with all applications (desktop, applet, webstart). My windows is 32 bit xp running on a 3rd generation macbook pro. lwjgl 2.2.1 works like a charm on this machine. What mousegrab bug is this? which platform? and does it still happen in lwjgl 2.6? The mousegrab bug happens on windows applets when running 2.2.1 - basically the mouse can freely leave the applet. lwjgl 2.6 works well.
|
|
|
|
|
Logged
|
|
|
|
|
kappa
|
 |
« Reply #13 on: November 04, 2010, 11:55:13 » |
|
Oh yes, the openal32.dll is included. The error is with all applications (desktop, applet, webstart). My windows is 32 bit xp running on a 3rd generation macbook pro. lwjgl 2.2.1 works like a charm on this machine.
hmm, in that case must have been a change made to lwjgl since 2.2.1, problem is that so many changes were made since lwjgl 2.2.1 that it's hard to track down when the relevant bug was introduced. It would help if you could narrow down which lwjgl release broke it for you (2.3, 2.4, 2.5, 2.6) that way it'll be easier to track down which change broke support and possibly fix it for you.
|
|
|
|
|
Logged
|
|
|
|
BatKid
Newbie

Posts: 45
|
 |
« Reply #14 on: November 04, 2010, 12:12:25 » |
|
One suspicious hint is that when I tried to link to 2.2.2, things stilled worked, although I get an access violation error with openal32.dll when trying to exit the system.
When I linked to 2.6, the access violation is still there, but it crashed my entire program reporting that openAl cannot be created.
I will try to progressively test each version to nail it down.
|
|
|
|
|
Logged
|
|
|
|
|