From cd8a17e99e54b3af539e1e56ec690af782fcd62a Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 23 Sep 2003 22:44:39 +0000 Subject: [PATCH] starting rev 61 --- processing/done.txt | 34 ++++++++++++++++++++++++++++++++++ processing/todo.txt | 40 ++-------------------------------------- 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/processing/done.txt b/processing/done.txt index 0e0f7089e..040ef8f78 100644 --- a/processing/done.txt +++ b/processing/done.txt @@ -1,3 +1,37 @@ +0061 +X remove private references in audio code that were breaking audio +X with the microsoft java vm +X the audio examples are not 1.1 compliant. the error: +X java.lang.IllegalAccessError: field AU_FILE is final +X remove 'width 200 high 200' debugging message on export +X fix saveFrame to allow saveFrame("blah.tif") +X better as a way to avoid potential confusion +X in the revisions.txt you write: +X "saveFrame("blah.tif") will save the current frame as blah.tif" +X ...this is not true +X save("blah.tif") will save the current frame as blah.tif. +X the syntax is either saveFrame() or saveFrame("blah-####.tif") +X either no properties passed-in or a name INCL. the ####'s +X save() is not color-coded as a proper P5-command! +X IllegalAccessError when running examples with inner classes in msjvm +X problem is that .class files are in both the applet folder and jar +X need to remove them from the applet folder +X weren't properly removed on windows b/c file was left open +X if no reference found, provide message +X watch out for people selecting the parens or part of the function +X red of the console color is difficult to read +X brightened slightly +X remove .DS_Store files from windows build (oops) + +cr X some new examples to fix noBackground and setPixel problems +cr X image/transparency is broken (removing noBackground() is fixing it...) +cr X form/vertices_3d: background() is still within setup() +cr X cellular_automata_3 had noBackground() +cr X fix for typography/helix example checked in +dh o expose access to oro api, perhaps as a plugin +dh o regexps: http://javaregex.com/cgi-bin/pat/tutorial.asp + + 0060 X gaps in lines for pmouseX, mouseX X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166777;start=0 diff --git a/processing/todo.txt b/processing/todo.txt index 3ba8584c7..f5b61ee80 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,43 +1,7 @@ -0061 -X remove private references in audio code that were breaking audio -X with the microsoft java vm -X the audio examples are not 1.1 compliant. the error: -X java.lang.IllegalAccessError: field AU_FILE is final -X remove 'width 200 high 200' debugging message on export -X fix saveFrame to allow saveFrame("blah.tif") -X better as a way to avoid potential confusion -X in the revisions.txt you write: -X "saveFrame("blah.tif") will save the current frame as blah.tif" -X ...this is not true -X save("blah.tif") will save the current frame as blah.tif. -X the syntax is either saveFrame() or saveFrame("blah-####.tif") -X either no properties passed-in or a name INCL. the ####'s -X save() is not color-coded as a proper P5-command! -X IllegalAccessError when running examples with inner classes in msjvm -X problem is that .class files are in both the applet folder and jar -X need to remove them from the applet folder -X weren't properly removed on windows b/c file was left open -X if no reference found, provide message -X watch out for people selecting the parens or part of the function -X red of the console color is difficult to read -X brightened slightly -_ remove .DS_Store files from windows build (oops) - -cr X some new examples to fix noBackground and setPixel problems -cr X image/transparency is broken (removing noBackground() is fixing it...) -cr X form/vertices_3d: background() is still within setup() -cr X cellular_automata_3 had noBackground() -cr X fix for typography/helix example checked in -dh o expose access to oro api, perhaps as a plugin -dh o regexps: http://javaregex.com/cgi-bin/pat/tutorial.asp - - -.................................................................. - - -HIGH +0062 _ serious sluggishness with applets _ beginShape/endShape.. 3D scenes with boxes.. +_ write script to remove .DS_Store and CVS folders from dist MEDIUM