diff --git a/app/Base.java b/app/Base.java index 1e53f8c35..079ad3193 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 111; - static final String VERSION_NAME = "0111 Beta"; + static final int VERSION = 112; + static final String VERSION_NAME = "0112 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 8eb93a0f2..a1dc9670c 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,16 @@ +0111 core +X need to have a better way of getting/figuring out the endian +X use ByteOrder class in jdk 1.4, since issue is local to JOGL +X security ex when run as an applet +X also can no longer assume that macosx is big endian +X http://dev.processing.org/bugs/show_bug.cgi?id=309 +o making 'run' synchronized caused a freeze on start w/ opengl +X display() as a function name is problematic +X causes nothing to show up.. either rename or mark it final +X http://dev.processing.org/bugs/show_bug.cgi?id=213 +X fix for lights throwing a BufferOverflowException + + 0110 core X finish updates for osx and opengl X http://developer.apple.com/qa/qa2005/qa1295.html diff --git a/core/todo.txt b/core/todo.txt index 45fa7dd2c..b276eadad 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,14 +1,4 @@ -0111 core -X need to have a better way of getting/figuring out the endian -X use ByteOrder class in jdk 1.4, since issue is local to JOGL -X security ex when run as an applet -X also can no longer assume that macosx is big endian -X http://dev.processing.org/bugs/show_bug.cgi?id=309 -o making 'run' synchronized caused a freeze on start w/ opengl -X display() as a function name is problematic -X causes nothing to show up.. either rename or mark it final -X http://dev.processing.org/bugs/show_bug.cgi?id=213 -X fix for lights throwing a BufferOverflowException +0112 core bugs arising from / part of priorities diff --git a/done.txt b/done.txt index 1928da3f1..3ac555fdb 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,14 @@ +0111 pde +X switch back to rev b3 of jogl so that applets will work +X fix color picker: +X http://dev.processing.org/bugs/show_bug.cgi?id=308 +X also add esc/ctrl-w for closing the picker +X update information on mactels in the faq, also java 1.6 +X find/build universal version of rxtx +X http://dev.processing.org/bugs/show_bug.cgi?id=311 +X update the faq + + 0110 pde X no changes to the pde, only fixes for jogl diff --git a/todo.txt b/todo.txt index 0c7d31601..4a7038767 100644 --- a/todo.txt +++ b/todo.txt @@ -1,13 +1,4 @@ -0111 pde -X switch back to rev b3 of jogl so that applets will work -X fix color picker: -X http://dev.processing.org/bugs/show_bug.cgi?id=308 -X also add esc/ctrl-w for closing the picker -X update information on mactels in the faq, also java 1.6 -X find/build universal version of rxtx -X http://dev.processing.org/bugs/show_bug.cgi?id=311 -X update the faq - +0112 pde _ linux problems with things not showing up _ probably threading issue, 98 doesn't have any trouble