diff --git a/app/Base.java b/app/Base.java index 350fc832a..c301918bf 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 = 109; - static final String VERSION_NAME = "0109 Beta"; + static final int VERSION = 110; + static final String VERSION_NAME = "0110 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 04bae73a1..c193cbfe0 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,12 @@ +0109 core +X loadImage("") produces weird error message +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954 +X still having strokeCap() problems +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134011764 +X fixes contributed by willis morse to deal with memory wastefulness +X should help speed up some types of OPENGL and P3D mode sketches + + 0108 core X image(String filename, ...) and textFont(String filename, ...) implemented X add notes to faq about video fix diff --git a/core/todo.txt b/core/todo.txt index 5b0397094..6754df262 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,11 +1,4 @@ -0109 core -X loadImage("") produces weird error message -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954 -X still having strokeCap() problems -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134011764 -X fixes contributed by willis morse to deal with memory wastefulness -X should help speed up some types of OPENGL and P3D mode sketches - +0110 core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index f6b9d0638..f703c640f 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,15 @@ +0109 pde +X turn off resizing of the color picker window +X new set of windows quicktime issues introduced in 102+ +X seems to be ignoring any paths that contain spaces +X http://dev.processing.org/bugs/show_bug.cgi?id=299 +X fix windows make.sh (or move back to Makefile) +X currently rewrites exe on each build, even if not updated +X fix linux dist script to work more like the exported apps +X no relative paths, etc +X http://dev.processing.org/bugs/show_bug.cgi?id=298 + + 0108 pde X internal color picker X could be a separate window that's always around if needed diff --git a/todo.txt b/todo.txt index b6f3e48bf..63251dbfc 100644 --- a/todo.txt +++ b/todo.txt @@ -1,13 +1,5 @@ -0109 pde -X turn off resizing of the color picker window -X new set of windows quicktime issues introduced in 102+ -X seems to be ignoring any paths that contain spaces -X http://dev.processing.org/bugs/show_bug.cgi?id=299 -X fix windows make.sh (or move back to Makefile) -X currently rewrites exe on each build, even if not updated -X fix linux dist script to work more like the exported apps -X no relative paths, etc -X http://dev.processing.org/bugs/show_bug.cgi?id=298 +0110 pde + _ svg loader is on the list for 1.0 _ maybe include as part of PApplet (casey thinks so)