From fe0754b7cc210dca7b5e58409ff3d3e2075190be Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 2 May 2005 03:34:13 +0000 Subject: [PATCH] updates to revisions and todo for the release --- processing/build/shared/revisions.txt | 49 +++++++++++++++++++++++++++ processing/core/todo.txt | 10 +++--- 2 files changed, 54 insertions(+), 5 deletions(-) diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 8abb3c66a..f9f1e0672 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -7,6 +7,55 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0086 - 1 may 2005 + +fixes for a couple major bugs in the beta release. + + +[ large ] + +- "Save As" bugs fixed, along with some others found in "Rename" + +- fixed an error that caused applets to require Java 1.3 + +- camera should no longer be backwards + + +[ medium ] + +- fixed the smashed text in the preferences window + +- saveFrame() fixed once again + +- color() wasn't properly changing with colorMode(HSB) + +- Linux: serial and net libraries weren't included in the last release + +- fix to make the environment run on Mac OS X 10.2 + +- caret and scroll position is now saved when switching tabs + + +[ small ] + +- fov on camera() changed to use radians + +- lookat() has been removed, because its functionality is + duplicated by camera(). + +- no longer throws an error with beginShape/endShape calls + that have no vertex() calls in-between + +- added an error for people who try to use textMode(RIGHT) + +- updated the Windows and Linux downloads to include Java 1.4.2_07 + +- lots of changes to the faq + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0085 - 19 april 2005 - beta - camera() was missing from PGraphics diff --git a/processing/core/todo.txt b/processing/core/todo.txt index 53b23d05d..f7152334b 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -13,11 +13,6 @@ X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action X ex on endshape if no calls to vertex X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113940972 -_ polygons perpendicular to axis not drawing -_ is this a clipping error? -_ probably a triangulation error, because triangles work ok -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114158993;start=0 - _ is camera backwards, or staying fixed and moving the scene? _ camera() is broken, should be ok to call it at beinning of loop _ end of lookat might be backwards @@ -30,6 +25,11 @@ _ beginCamera also grabs it backwards high priority but not *required* for 86 +_ polygons perpendicular to axis not drawing +_ is this a clipping error? +_ probably a triangulation error, because triangles work ok +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114158993;start=0 + _ createGraphics(200, 200) to create same as source _ createGraphics(200, 200, P2D) to create 2D from 3D _ also, drawing a PGraphics2 doesn't seem to work