From cc8f2ea6ccafd9b0ace3fb934116d7ceaec97ab3 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 23 Mar 2006 01:12:03 +0000 Subject: [PATCH] finalizing release 110 --- build/shared/revisions.txt | 34 ++++++++++++++++++++++++++++++++++ core/todo.txt | 8 ++++---- todo.txt | 1 + 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 752f1e8c5..ebbde581a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,40 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0110 - 22 March 2006 + +This version updates the OPENGL rendering mode to a newer version of +the JOGL library. Most importantly, this version is a Universal Binary +that works on Intel machines running Mac OS X. + +Some notes about this release: + ++ This new OpenGL setup has not been tested very much. Basically + I got things working and thought I was so cool that I just had + to post the new release. + ++ Even though it will be easier to do because of the new JOGL, + support for the OPENGL renderer in applets is still unavailable. + http://dev.processing.org/bugs/show_bug.cgi?id=166 + ++ The main reason for the lack of applet support is simply that + I haven't yet had time to try to get this to work. An enterprising + individual might give this a shot if they have a chance to look + into how this is done with the new JOGL (known as JSR-231). There + are .jar files for jogl that will be exported with a p5 applet + that are signed by Sun. Note that the version for Mac OS X does + *not* support Intel Macs. The .jnilib files were built on my own, + but the .jar files were left intact because of the signing. + ++ The release of JOGL is the nightly build dated 22 March 2006. + ++ Lots more fixes for OpenGL are on the way, next on deck are + fixes for a lot of texture mapping (and image drawing) issues. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0109 - 21 March 2006 Lots of bug fixes, in particular for Windows QuickTime and the diff --git a/core/todo.txt b/core/todo.txt index a2fedb147..4cb93a652 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,7 @@ 0110 core +X finish updates for osx and opengl +X http://developer.apple.com/qa/qa2005/qa1295.html +X find/build universal version of jogl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -15,10 +18,7 @@ _ need to show an actual stack trace (InvocationTargetEx) _ because otherwise it's impossible to debug this stuff priorities prior to fitc -_ finish updates for osx and opengl -_ http://developer.apple.com/qa/qa2005/qa1295.html -_ find/build universal version of jogl -_ find/build universal version of rxtx +_ find/build universal version of rxtx _ need to have a better way of getting/figuring out the endian _ use ByteOrder class in jdk 1.4, since issue is local to JOGL _ security ex when run as an applet diff --git a/todo.txt b/todo.txt index 63251dbfc..f2d43c7d3 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,5 @@ 0110 pde +X no changes to the pde, only fixes for jogl _ svg loader is on the list for 1.0