diff --git a/android/done.txt b/android/done.txt index 9922ad14d..fced1c46c 100644 --- a/android/done.txt +++ b/android/done.txt @@ -1,3 +1,7 @@ +0181 android (pre-release) +X some changes to A3D + + 0180 android (pre-release) X change sdk to use revision 6 (2.0.1) as the version X change instructions on site diff --git a/android/todo.txt b/android/todo.txt index f7d38fc0a..866339f70 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,4 +1,4 @@ -0181 android +0182 android _ make size() work to place the component at the center of the screen diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index ec21c6614..30c1e286d 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -40,9 +40,9 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 181; + static final int REVISION = 182; /** This might be replaced by main() if there's a lib/version.txt file. */ - static public String VERSION_NAME = "0181"; + static public String VERSION_NAME = "0182"; /** 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 56a04b02d..71dd5c92b 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0181 core (pre-release) +X no changes for 0181 + + 0180 core (pre-release) X add implicit path commands to svg loader, thanks to Ben S X http://dev.processing.org/bugs/show_bug.cgi?id=1503 diff --git a/core/todo.txt b/core/todo.txt index 800bfa213..35af576d0 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ -0181 core +0182 core + big ones _ ortho() behaving differently in P3D vs OPENGL diff --git a/done.txt b/done.txt index cf06094f9..89ee93ffe 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,21 @@ +0181 pde (pre-release) + +preprocessor +J unterminated string not caught by debugger +J http://dev.processing.org/bugs/show_bug.cgi?id=425 +J allow doubles in preproc +J (for casting, etc) particularly for Math.cos() et al +J http://processing.org/bugs/show_bug.cgi?id=7 +J Comments with non-ascii characters before import -> java.lang.OutOfMemoryError +J http://dev.processing.org/bugs/show_bug.cgi?id=1511 +J more preprocessor issues with new syntax +J http://dev.processing.org/bugs/show_bug.cgi?id=1515 +J http://dev.processing.org/bugs/show_bug.cgi?id=1516 +J http://dev.processing.org/bugs/show_bug.cgi?id=1517 +J http://dev.processing.org/bugs/show_bug.cgi?id=1518 +J http://dev.processing.org/bugs/show_bug.cgi?id=1519 + + 0180 pde (pre-release) preprocessor diff --git a/todo.txt b/todo.txt index 171321e26..d7d00d91b 100644 --- a/todo.txt +++ b/todo.txt @@ -1,18 +1,4 @@ -0181 pde - -J unterminated string not caught by debugger -J http://dev.processing.org/bugs/show_bug.cgi?id=425 -J allow doubles in preproc -J (for casting, etc) particularly for Math.cos() et al -J http://processing.org/bugs/show_bug.cgi?id=7 -J Comments with non-ascii characters before import -> java.lang.OutOfMemoryError -J http://dev.processing.org/bugs/show_bug.cgi?id=1511 -J more preprocessor issues with new syntax -J http://dev.processing.org/bugs/show_bug.cgi?id=1515 -J http://dev.processing.org/bugs/show_bug.cgi?id=1516 -J http://dev.processing.org/bugs/show_bug.cgi?id=1517 -J http://dev.processing.org/bugs/show_bug.cgi?id=1518 -J http://dev.processing.org/bugs/show_bug.cgi?id=1519 +0182 pde need examples