mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes and starting 117.
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user