starting rev 66

This commit is contained in:
benfry
2003-09-30 22:18:45 +00:00
parent c5660bad66
commit 3940c4ac03
2 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
0065
X fix SMOOTH_IMAGES problem with how text had been modified
X include version number in the about box
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
X Ctrl-B will beautify the code and send the cursor back to the
X beginning of the the text. Then you have to scroll back to
X where you were... ok, so maybe I am a heavy user of Ctrl-B.
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0
0064
X re-enable (bad) thick line code since it was completely shut off
X set default filename for the font

View File

@@ -1,18 +1,15 @@
0065
X fix SMOOTH_IMAGES problem with how text had been modified
X include version number in the about box
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
X Ctrl-B will beautify the code and send the cursor back to the
X beginning of the the text. Then you have to scroll back to
X where you were... ok, so maybe I am a heavy user of Ctrl-B.
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0
0066
X BImage.replicate for straight 1:1 copy, blend() for blended version
X remove the blendMode function because it's confusing
X big changes to image code from toxi
_ bresenham ellipses/circle ignore alpha
_ strokeWeight != 1 then shouldn't use flat_rect or flat_ellipse
DEVELOPERS
_ try ariel's Thread.yield() suggestion
_ set default framerate of 24? 30?
_ BImage.replicate for straight 1:1 copy, blend() for blended version
_ remove the blendMode function because it's confusing
MEDIUM