From a7bdc1f90e118eabe3e8cecdb9c5269c21414256 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 9 Nov 2004 02:53:37 +0000 Subject: [PATCH] last bits for 72 --- processing/build/shared/revisions.txt | 33 +++++++++++++++++++++++++++ processing/core/todo.txt | 5 +++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 8b681670e..8c7a43b82 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -7,6 +7,39 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0072 + +bug fix release, most major being that the code folder should now be +working again, and error messages from libraries may have an easier +time of propogating upwards. + +BUGS + +- code folder works again. + +- the code folder hanging bug *may* have been fixed.. either by a fix + from francis li, or by the error message changes by me. keep your + fingers crossed.. + +- loadImage() is broken on some machines.. a small hack has been + introduced to get around this, hopefully it doesn't break for + everyone else. as a result of the hack, the 'cache' setting on + images is temporarily ignored. + +- hint()/unhint() settings were static variables, meaning that they'd + stick around per processing session, which is too long. + + +API & STUFF + +- g.m00, g.m01 etc are now public + +- error message shows up when a library isn't available + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0071 bug fix release, clears up several things with text and other tidbits diff --git a/processing/core/todo.txt b/processing/core/todo.txt index aa5343c0a..d6fe502ee 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -5,7 +5,9 @@ X cache settings are ignored, may be slow as hell X make hints[] no longer static X they weren't properly resetting -_ loadImage() is mostly broken +_ image("blah.jpg"); +_ loadImage() is broken on some machines +_ hacked for a fix in 72, but need to better coordinate with openStream() _ uv coords > 1 shouldn't clamp, they should just repeat ala opengl _ actually i think opengl has a setting for it @@ -47,6 +49,7 @@ _ screenX/Y and also using the 3 arg version of translate - _ ie translate(hw,hh,0) instead of just translate(hw,hh). text issues +_ textMode ALIGN_CENTER _LEFT _RIGHT -> CENTER, LEFT, RIGHT ? _ need to resolve SCREEN_SPACE vs OBJECT_SPACE _ can this be auto-detected with noDepth()? _ how does rotated text work?