From 8d4f71896d65ba5ea487a756d8aad40dc6cb65c9 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 14 Dec 2004 18:31:43 +0000 Subject: [PATCH] forward porting the changes and notes made in 73/74 --- processing/build/shared/revisions.txt | 33 +++++++++++++++++++++++++++ processing/core/done.txt | 11 +++++++++ processing/core/todo.txt | 10 ++++---- processing/done.txt | 11 +++++++++ processing/todo.txt | 10 ++++---- 5 files changed, 66 insertions(+), 9 deletions(-) diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 8c7a43b82..7e4e157a7 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -7,6 +7,39 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0074 + +- fixed an issue with text and shapes fixing in a bad way (paul + fishwick's 'clock' bug) + +- removed a zbuffer precision hack that was drawing lines above + everything else + +- includes new icons designed by florian + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + +ABOUT REV 0073 + +fixes to several nastier bugs (hopefully) + +- the hanging bug may be fixed in this release + +- loadImage() should no longer re-download the entire jar file + +- libraries are built as 1.1 code like everything else, so things with + particles can be exported again + +- fixed a minor bug that prevented non-smoothed fonts from being + created in the font builder on macosx due to apple's creativity + with the java spec + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0072 bug fix release, most major being that the code folder should now be diff --git a/processing/core/done.txt b/processing/core/done.txt index b6cb67b89..04fe07de9 100644 --- a/processing/core/done.txt +++ b/processing/core/done.txt @@ -1,3 +1,14 @@ +0074 core +X removed zbuffer precision hack in PLine to improve z ordering +X no longer set g.dimensions = 3 when using vertex(x, y, 0) + + +0073 core +X tweak to fonts to use TEXT_ANTIALIAS because of macosx @#$(*& +X loadImage() is broken on some machines +X hacked for a fix in 72, but need to better coordinate with openStream() + + 0072 core X make m00, m01 etc public X hack to make loadImage() work diff --git a/processing/core/todo.txt b/processing/core/todo.txt index b9fb75077..ab0d006fc 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -1,4 +1,4 @@ -0073 +0075 X textureMode(NORMAL_SPACE) screws up the image() command X image() appears to require IMAGE_SPACE to function properly. X added focusGained() and focusLost() @@ -11,13 +11,13 @@ X add TRIANGLE_FAN X eyeX, eyeY etc have been renamed cameraX/Y/Z, and cameraNear/Far X modify targa and tiff writing routines to break into header writing X writeTIFF, writeHeaderTIFF, writeTGA, writeHeaderTGA -X use TEXT_ANTIALIAS instead of ANTIALIAS on font editor opengl -_ why is the thing hanging until 'stop' is hit? -_ what happens when stop is hit that sets it free? -_ (at what point does it start working properly?) +X why is the thing hanging until 'stop' is hit? +X what happens when stop is hit that sets it free? +X (at what point does it start working properly?) _ debug why certain spots are having errors (see 'problem here' notes) +_ INVALID_OPERATION after drawing lines for cube _ resolve ARGB versus RGBA versus just A issues for fonts _ make sure that current scenario works identically on mac _ if so, just switch the image code to expect alpha in the high bits diff --git a/processing/done.txt b/processing/done.txt index 13b024dc8..7240fc626 100644 --- a/processing/done.txt +++ b/processing/done.txt @@ -1,3 +1,14 @@ +0074 pde +X added florian's new icons + + +0073 pde +X fixed the hanging bug +X change horizontal offset to 5 instead of 4 +X yet another tweak to the message() function in PdeRuntime +X add -target 1.1 to all the library make entries + + 0072 pde X error message when an import isn't available o particle examples c & d don't have their extra files diff --git a/processing/todo.txt b/processing/todo.txt index bdaa393f6..d19613dc0 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,7 +1,9 @@ -0073 pde -X change horizontal offset to 5 instead of 4 -X yet another tweak to the message() function in PdeRuntime -X add -target 1.1 to all the library make entries +0075 pde + +X backported to 73 +X change horizontal offset to 5 instead of 4 +X yet another tweak to the message() function in PdeRuntime +X add -target 1.1 to all the library make entries _ basic sample audio playback needed for p5