From 776c2fd1ad9debf80a0c6117623ea3b0de30bebc Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 19 Apr 2005 17:52:26 +0000 Subject: [PATCH] starting 0086 --- app/Base.java | 4 ++-- core/done.txt | 6 ++++++ core/todo.txt | 9 +++++---- done.txt | 5 +++++ todo.txt | 9 +++++---- 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/app/Base.java b/app/Base.java index b704411b6..48693fe93 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 = 85; - static final String VERSION_NAME = "0085 Beta"; + static final int VERSION = 86; + static final String VERSION_NAME = "0086 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index b5d7ab241..a282122d5 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,9 @@ +0085 core +X camera() was missing from PGraphics +X some tweaks to openStream() for loading images and less errors +X basic clipping in P3D from simon + + 0084 core X fixed create font / incremented font file version number X simon lighting fixes diff --git a/core/todo.txt b/core/todo.txt index 72f08cb09..9f590f70b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,7 +1,8 @@ -0085 core -X camera() was missing from PGraphics -X some tweaks to openStream() for loading images and less errors -X basic clipping in P3D from simon +0086 core + +_ is camera backwards, or staying fixed and moving the scene? +_ createGraphics(200, 200) to create same as source +_ createGraphics(200, 200, P2D) to create 2D from 3D . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index 89a3898f0..4c32146f3 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,8 @@ +0085 pde +X list of changes since rev 69? run through revisions.txt +X update and finalize the faq + + 0084 pde X can't edit prefs while processing is open, remove the link X add run.options for things run externally diff --git a/todo.txt b/todo.txt index b80eff7db..b4c0ca709 100644 --- a/todo.txt +++ b/todo.txt @@ -1,12 +1,13 @@ -0085 pde -X list of changes since rev 69? run through revisions.txt -X update and finalize the faq +0086 pde + +_ not slice() but subset()... get word from casey on how to resolve +_ update faq on site? what's difference between versions? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -NOT NECESSARY BEFORE BETA +_ move the useful serial buffering fxns into net library _ tab to just indent lines properly, _ rather than having it convert to spaces