diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 30e966e9d..2be621eae 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -42,8 +42,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 161; - static final String VERSION_NAME = "0161 Beta"; + static final int VERSION = 162; + static final String VERSION_NAME = "0162 Beta"; static final int[] platforms = new int[] { PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index fe2a845d5..d5ebad3b3 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -120,12 +120,7 @@ Pre-release for 1.0. + Alpha stroke rendered at full opacity in P2D http://dev.processing.org/bugs/show_bug.cgi?id=1024 -X bring back .width and .height fields for PShape -o need to update the examples to reflect -X no examples to update -X change reference re: smoothing in opengl -X hint(), smooth(), and size() -X rev the version number ++ Bring back the .width and .height fields for PShape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/done.txt b/core/done.txt index 3c8b6dbf4..9d1e2b9fb 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,9 @@ +0161 core +X present on macosx causing strange flicker/jump while window opens +X using validate() for present mode, pack() otherwise +X http://dev.processing.org/bugs/show_bug.cgi?id=1051 + + 0160 core X stroked lines drawing on top of everything else in P3D X http://dev.processing.org/bugs/show_bug.cgi?id=1032 diff --git a/core/todo.txt b/core/todo.txt index cd2038bea..5af307dc3 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,7 +1,4 @@ -0161 core -X present on macosx causing strange flicker/jump while window opens -X using validate() for present mode, pack() otherwise -X http://dev.processing.org/bugs/show_bug.cgi?id=1051 +0162 core [ known problems ] @@ -113,6 +110,8 @@ _ add an edge flag when tesselating _ mind the opengl tesselation flags _ need to turn off smoothing for the interior of shapes _ http://dev.processing.org/bugs/show_bug.cgi?id=200 +_ Implement support for complex shapes when using P2D and P3D +_ http://dev.processing.org/bugs/show_bug.cgi?id=1053 _ Implement support for complex shapes when using the OpenGL renderer _ http://dev.processing.org/bugs/show_bug.cgi?id=947 _ in opengl mode, use its tesselator diff --git a/done.txt b/done.txt index f290fe352..6d97cc4e8 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,14 @@ +0161 pde +X run javadoc, and upload to server +X set background for disk image on macosx +X fix dist scripts so that the name "1.0" can be used +X Ignore dot files (.DS_Store), dot folders (.svn) while copying +X on mac, window opens to prevent quit on close +X but the window is not properly set as untitled +X http://dev.processing.org/bugs/show_bug.cgi?id=700 +X doesn't need to be fixed because of new setup for closing + + 0160 pde X fix editor window placement X overlapping editor windows caused by activeEditor not being called in time diff --git a/todo.txt b/todo.txt index c1ae1d05e..683148966 100644 --- a/todo.txt +++ b/todo.txt @@ -1,16 +1,8 @@ -0161 pde -X run javadoc, and upload to server -X set background for disk image on macosx -X fix dist scripts so that the name "1.0" can be used -X Ignore dot files (.DS_Store), dot folders (.svn) while copying -X on mac, window opens to prevent quit on close -X but the window is not properly set as untitled -X http://dev.processing.org/bugs/show_bug.cgi?id=700 -X doesn't need to be fixed because of new setup for closing - +0162 pde (1.0) +X update revisions.html +_ update Base.java to change to Processing 1.0 instead of the beta stuff _ write revisions.txt -_ update revisions.html _ in 0149, removed /System/Library/Java _ http://dev.processing.org/bugs/show_bug.cgi?id=1045 _ update known problems reference