mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
starting rev 118
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 = 117;
|
||||
static final String VERSION_NAME = "0117 Beta";
|
||||
static final int VERSION = 118;
|
||||
static final String VERSION_NAME = "0118 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0117 core
|
||||
X no changes, only to the build scripts
|
||||
|
||||
|
||||
0116 core
|
||||
X make background() ignore transformations in JAVA2D
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1147010374
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0117 core
|
||||
0118 core
|
||||
|
||||
|
||||
_ alloc() stuff not fixed because of thread halting
|
||||
|
||||
4
done.txt
4
done.txt
@@ -1,3 +1,7 @@
|
||||
0117 pde
|
||||
X add PGraphicsOpenGL change to revisions.txt and the changes faq
|
||||
|
||||
|
||||
0116 pde
|
||||
o including function outlines in the code?
|
||||
o i.e. make setup() and draw() for people? seems silly.. not much to do
|
||||
|
||||
Reference in New Issue
Block a user