starting rev 118

This commit is contained in:
benfry
2006-10-01 22:22:08 +00:00
parent af5cdd6d84
commit adefc14447
5 changed files with 12 additions and 6 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 = 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,

View File

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

View File

@@ -1,4 +1,4 @@
0117 core
0118 core
_ alloc() stuff not fixed because of thread halting

View File

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

View File

@@ -1,6 +1,4 @@
0117 pde
X add PGraphicsOpenGL change to revisions.txt and the changes faq
_ have casey run an svn update of the site
0118 pde
_ add server/client notification thing for the nyu guys