From adefc1444785c3bece6daa4a0f7cbdf88953dca5 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 1 Oct 2006 22:22:08 +0000 Subject: [PATCH] starting rev 118 --- app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 2 +- done.txt | 4 ++++ todo.txt | 4 +--- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app/Base.java b/app/Base.java index fbc794612..0faa8f2cb 100644 --- a/app/Base.java +++ b/app/Base.java @@ -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, diff --git a/core/done.txt b/core/done.txt index 61b4121dd..a8fe279f0 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 2d7de192f..9f2b2b291 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,4 @@ -0117 core +0118 core _ alloc() stuff not fixed because of thread halting diff --git a/done.txt b/done.txt index f74719696..9ec580dc1 100644 --- a/done.txt +++ b/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 diff --git a/todo.txt b/todo.txt index 4ab64dd96..5a1acc930 100644 --- a/todo.txt +++ b/todo.txt @@ -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