From 0a896065dbd8fb8cb50c72fc9f554ac984b4ed65 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 27 Jun 2011 23:05:20 +0000 Subject: [PATCH] starting revision 0200, update to Java 6u26 on Windows and Linux --- android/done.txt | 5 +++++ android/todo.txt | 5 ++--- app/src/processing/app/Base.java | 4 ++-- build/build.xml | 4 ++-- core/done.txt | 10 ++++++++++ core/todo.txt | 9 +-------- done.txt | 7 +++++++ todo.txt | 10 ++-------- 8 files changed, 31 insertions(+), 23 deletions(-) diff --git a/android/done.txt b/android/done.txt index 5d9ac9bf8..9adad7723 100644 --- a/android/done.txt +++ b/android/done.txt @@ -1,3 +1,8 @@ +0199 android +X tries to create and AVD when running on the phone.. why? +X this is a real problem, causes lots of crashing on startup + + 0198 android A mask() has no effect unless image has already been drawn in A3D A http://code.google.com/p/processing/issues/detail?id=623 diff --git a/android/todo.txt b/android/todo.txt index 20ba38fba..4932c3a92 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,6 +1,5 @@ -0199 android -X tries to create and AVD when running on the phone.. why? -X this is a real problem, causes lots of crashing on startup +0200 android + _ don't let the examples get overwritten with other mode stuff _ the whole sketch.properties thing is yech diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 0378d278b..54c2055f0 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -45,9 +45,9 @@ import processing.mode.java.*; * files and images, etc) that comes from that. */ public class Base { - static public final int REVISION = 199; + static public final int REVISION = 200; /** This might be replaced by main() if there's a lib/version.txt file. */ - static public String VERSION_NAME = "0199"; + static public String VERSION_NAME = "0200"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; /** True if heavy debugging error/log messages are enabled */ diff --git a/build/build.xml b/build/build.xml index bbeb38d44..2ee24b5cb 100644 --- a/build/build.xml +++ b/build/build.xml @@ -485,7 +485,7 @@ - @@ -606,7 +606,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html - diff --git a/core/done.txt b/core/done.txt index f66566209..b09414aec 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,13 @@ +0199 core +X pnode: look more closely at json and xml compatibility +X argh, dumb mistake that broke SVG loading with loadNode() +X fix major XML loading problem with names not getting set +X image saving also broken, saving duplicate images (adding .tif to em all) +X make note about XML dealing with whitespace differently +X leaves it intact, 'name' will be set to null +X add orientation() no-op and the two constants + + 0198 core o arrayobjects (and others) flicker like hell in chrome 10 o http://code.google.com/p/processing/issues/detail?id=646 diff --git a/core/todo.txt b/core/todo.txt index ee3063824..ee5f1e276 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,11 +1,4 @@ -0199 core -X pnode: look more closely at json and xml compatibility -X argh, dumb mistake that broke SVG loading with loadNode() -X fix major XML loading problem with names not getting set -X image saving also broken, saving duplicate images (adding .tif to em all) -X make note about XML dealing with whitespace differently -X leaves it intact, 'name' will be set to null -X add orientation() no-op and the two constants +0200 core andres diff --git a/done.txt b/done.txt index 171a1040d..b81472667 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,10 @@ +0199 pde +X remove error messages for UpdateCheck w/o internet connection +X 'u' breaks sketches in 0198 +o http://code.google.com/p/processing/issues/detail?id=752 +X additional fixes to handling bad character constants in PdePreprocessor + + 0198 pde X incorporate RXTXcomm.jar and others from Dave X Serial.list() cannot find /dev/ttyACM0 diff --git a/todo.txt b/todo.txt index d0f5476aa..995772090 100644 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,5 @@ -0199 pde -X remove error messages for UpdateCheck w/o internet connection -X 'u' breaks sketches in 0198 -o http://code.google.com/p/processing/issues/detail?id=752 -X additional fixes to handling bad character constants in PdePreprocessor - - -_ update to java 6u26 +0200 pde +X update to java 6u26 _ update the build instructions page _ http://code.google.com/p/processing/wiki/BuildInstructions