starting rev 0110

This commit is contained in:
benfry
2006-03-22 15:12:58 +00:00
parent dafdf024ce
commit d21ee2ebbf
5 changed files with 26 additions and 20 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -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

View File

@@ -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)