mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
starting rev 0110
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
12
done.txt
12
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
|
||||
|
||||
12
todo.txt
12
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)
|
||||
|
||||
Reference in New Issue
Block a user