starting rev 61

This commit is contained in:
benfry
2003-09-23 22:44:39 +00:00
parent 74fd920f98
commit cd8a17e99e
2 changed files with 36 additions and 38 deletions

View File

@@ -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

View File

@@ -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