From 7bbb24f4010e72c4b62ed57279c0704a3aade840 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 1 Sep 2012 19:34:16 +0000 Subject: [PATCH] starting revision 0209 --- android/done.txt | 4 ++++ android/todo.txt | 3 +-- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 30 ++++++++++++++++++++++++++++++ core/todo.txt | 28 +--------------------------- done.txt | 5 +++++ todo.txt | 5 ++--- 7 files changed, 45 insertions(+), 34 deletions(-) diff --git a/android/done.txt b/android/done.txt index aa072e99c..f4e2990e8 100644 --- a/android/done.txt +++ b/android/done.txt @@ -1,3 +1,7 @@ +0208 android (2.0a9) +X inherited PShape API changes from the desktop version + + 0207 android (2.0a8) X lots of cleanup on this todo list X Support Native Code in Libraries for Android (includes fix) diff --git a/android/todo.txt b/android/todo.txt index 7bf2ae580..4afb0be68 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,5 +1,4 @@ -0208 android (2.0a9) -X inherited PShape API changes from the desktop version +0209 android _ inside AndroidPreprocessor diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 3146c72fb..1cec006d3 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -44,9 +44,9 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static public final int REVISION = 208; + static public final int REVISION = 209; /** This might be replaced by main() if there's a lib/version.txt file. */ - static public String VERSION_NAME = "0208"; + static public String VERSION_NAME = "0209"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/core/done.txt b/core/done.txt index 7512e2cf4..4e7c87f49 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,33 @@ +0208 core (2.0a9) +X several constants moved out of PConstants and into PGraphics +X API cleanup to PShape and unapproved methods + +andres +A implement repeating textures +A http://code.google.com/p/processing/issues/detail?id=94 +X lights don't work in GL renderers on low-end android devices +X http://code.google.com/p/processing/issues/detail?id=1145 +X Pixels for createGraphics() should be transparent (P2D, P3D) in P2a7 +X http://code.google.com/p/processing/issues/detail?id=1156 + +video +X remove/hide several video functions that weren't approved +A Some videos give OpenGL error with P2D/P3D +A http://code.google.com/p/processing/issues/detail?id=1166 +A Jump movie to multiple of the framerate +A http://code.google.com/p/processing/issues/detail?id=1182 +A Movie functions not working in setup() +A http://code.google.com/p/processing/issues/detail?id=1181 +A Capture needs better initialization API +A http://code.google.com/p/processing/issues/detail?id=1184 +A Movie examples not working in P2D, P3D in 2.0a8 +A http://code.google.com/p/processing/issues/detail?id=1178 +A GettingStartedCapture in 2.0a8 launches X11 in Mountain Lion +A http://code.google.com/p/processing/issues/detail?id=1191 +A Wrong resolutions reported by Capture.list() +A http://code.google.com/p/processing/issues/detail?id=1192 + + 0207 core (2.0a8) X switch link() and others to just use java.awt.Desktop classes X also deprecate param, link() with a target, and others diff --git a/core/todo.txt b/core/todo.txt index 2cf11d628..a6e349d76 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,31 +1,5 @@ -0208 core (2.0a9) -X several constants moved out of PConstants and into PGraphics -X API cleanup to PShape and unapproved methods +0209 core -andres -A implement repeating textures -A http://code.google.com/p/processing/issues/detail?id=94 -X lights don't work in GL renderers on low-end android devices -X http://code.google.com/p/processing/issues/detail?id=1145 -X Pixels for createGraphics() should be transparent (P2D, P3D) in P2a7 -X http://code.google.com/p/processing/issues/detail?id=1156 - -video -X remove/hide several video functions that weren't approved -A Some videos give OpenGL error with P2D/P3D -A http://code.google.com/p/processing/issues/detail?id=1166 -A Jump movie to multiple of the framerate -A http://code.google.com/p/processing/issues/detail?id=1182 -A Movie functions not working in setup() -A http://code.google.com/p/processing/issues/detail?id=1181 -A Capture needs better initialization API -A http://code.google.com/p/processing/issues/detail?id=1184 -A Movie examples not working in P2D, P3D in 2.0a8 -A http://code.google.com/p/processing/issues/detail?id=1178 -A GettingStartedCapture in 2.0a8 launches X11 in Mountain Lion -A http://code.google.com/p/processing/issues/detail?id=1191 -A Wrong resolutions reported by Capture.list() -A http://code.google.com/p/processing/issues/detail?id=1192 docs _ textureWrap() CLAMP and REPEAT now added diff --git a/done.txt b/done.txt index 346ec1bc7..8c6444719 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,8 @@ +0208 pde (2.0a9) +X Help menu broken when Processing has spaces in its path name in 2.0a8 +X http://code.google.com/p/processing/issues/detail?id=1164 + + 0207 pde (2.0a8) X wordtreemap_sotu gives weird preproc error: wrong line, can't parse extends X problem was 'extends' after 'implements' diff --git a/todo.txt b/todo.txt index 7e605a173..eb6123ee9 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,5 @@ -0208 pde (2.0a9) -X Help menu broken when Processing has spaces in its path name in 2.0a8 -X http://code.google.com/p/processing/issues/detail?id=1164 +0209 pde + _ remove preferences that refer to applets