mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
starting release 0153
This commit is contained in:
@@ -42,8 +42,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 152;
|
||||
static final String VERSION_NAME = "0152 Beta";
|
||||
static final int VERSION = 153;
|
||||
static final String VERSION_NAME = "0153 Beta";
|
||||
|
||||
static final int[] platforms = new int[] {
|
||||
PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0152 core
|
||||
X no changes to 0152 core
|
||||
|
||||
|
||||
0151 core
|
||||
X NullPointerException on curveVertex() when using more than 128 vertices
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=952
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0152 core
|
||||
0153 core
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
7
done.txt
7
done.txt
@@ -1,3 +1,10 @@
|
||||
0152 pde
|
||||
X movie.read() breaking, which breaks the examples
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=961
|
||||
X movie width/height broken
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=962
|
||||
|
||||
|
||||
0151 pde
|
||||
o Fix error message spew on Linux when using "Save As"
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=951
|
||||
|
||||
6
todo.txt
6
todo.txt
@@ -1,8 +1,4 @@
|
||||
0152 pde
|
||||
X movie.read() breaking, which breaks the examples
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=961
|
||||
X movie width/height broken
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=962
|
||||
0153 pde
|
||||
|
||||
|
||||
_ don't open more than one "create font" or "color selector"
|
||||
|
||||
Reference in New Issue
Block a user