notes and starting 117.

This commit is contained in:
benfry
2006-09-30 17:58:22 +00:00
parent 518e5ff4cf
commit b34cb01447
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 116;
static final String VERSION_NAME = "0116 Beta";
static final int VERSION = 117;
static final String VERSION_NAME = "0117 Beta";
/**
* Path of filename opened on the command line,
+2
View File
@@ -137,6 +137,8 @@ your coursework done, you may want to stick with release 0115.
the default renderer when none is specified. It is slower but
more accurate than the others.
- PGraphicsOpenGL (OPENGL) is the new name for PGraphicsGL.
+ Do not use "new PGraphics" to create PGraphics objects.
Instead, use createGraphics(), which will properly handle connecting
the new graphics object to its parent sketch, and will enable save()
+4
View File
@@ -1,4 +1,7 @@
0117 pde
_ add PGraphicsOpenGL change to revisions.txt and the changes faq
_ add server/client notification thing for the nyu guys
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -770,6 +773,7 @@ _ only supports tint() (to set alpha or color) and drawing? just drawing?
LIBRARIES / Net
_ add an event to Server that notifies when a Client disconnects
_ move the useful serial buffering fxns into net library
_ make the Client list public
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1116056805