mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
starting rev 0107
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 = 106;
|
||||
static final String VERSION_NAME = "0106 Beta";
|
||||
static final int VERSION = 107;
|
||||
static final String VERSION_NAME = "0107 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,7 @@
|
||||
0106 core
|
||||
X fix bug where more than 512 vertices would cause trouble in P3D and OPENGL
|
||||
|
||||
|
||||
0105 core
|
||||
X fix some issues with beginRaw and opengl
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
0106 core
|
||||
X fix bug where more than 512 vertices would cause trouble in P3D and OPENGL
|
||||
0107 core
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
4
done.txt
4
done.txt
@@ -1,3 +1,7 @@
|
||||
0106 pde
|
||||
X save wasn't working properly with ctrl-s
|
||||
|
||||
|
||||
0105 pde
|
||||
X no changes, only fixes for opengl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user