wrapping up release 0109

This commit is contained in:
benfry
2006-03-22 00:14:35 +00:00
parent 541cf75498
commit d6810df98d
3 changed files with 50 additions and 10 deletions
+37
View File
@@ -7,6 +7,43 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0109 - 21 March 2006
Lots of bug fixes, in particular for Windows QuickTime and the
shell script for Linux.
[ bug fixes ]
+ fix more issues with QuickTime on Windows. yet again, this should help
the WinVDIG stuff, especially when using QuickTime 7.
http://dev.processing.org/bugs/show_bug.cgi?id=299
+ change how the linux shell script works to better support situations
where a parent folder of the processing app has spaces in the name.
http://dev.processing.org/bugs/show_bug.cgi?id=298
+ fix the "strokeCap not available in P3D" error (again)
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134011764
+ fix the weird error message that comes from loadImage("")
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954
+ fixes contributed by willis morse to deal with memory wastefulness.
these should help speed up some types of OPENGL and P3D mode sketches,
thanks willis!
+ only create a single instance of the find/replace window, was
creating excessive numbers of windows with multiple finds.
http://dev.processing.org/bugs/show_bug.cgi?id=307
+ disabled resizing of the color picker window so that it doesn't
inadvertently disappear.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0108 - 15 March 2006
A couple minor bug fixes but mostly fun additional features in this
+10 -6
View File
@@ -6,6 +6,16 @@ X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action
X fixes contributed by willis morse to deal with memory wastefulness
X should help speed up some types of OPENGL and P3D mode sketches
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
_ loadImage(url) having trouble with jpeg
_ actually it's an issue with some types of jpeg files
_ http://dev.processing.org/bugs/show_bug.cgi?id=279
_ png image loading problems
_ http://dev.processing.org/bugs/show_bug.cgi?id=305
_ when an exception comes through during cameraEvent, not printed
_ need to show an actual stack trace (InvocationTargetEx)
_ because otherwise it's impossible to debug this stuff
@@ -50,12 +60,6 @@ _ don't need to apply tint() to textures, supposed to use fill color
_ registerSize() in arcball is causing trouble
_ some sort of infinite loop issue
_ loadImage(url) having trouble with jpeg
_ actually it's an issue with some types of jpeg files
_ http://dev.processing.org/bugs/show_bug.cgi?id=279
_ png image loading problems
_ http://dev.processing.org/bugs/show_bug.cgi?id=305
_ updatePixels() is slow to create a BufferedImage
_ therefore the incomplete rendering
_ could this be an issue fixed by a MediaTracker?
+3 -4
View File
@@ -5,15 +5,14 @@ X seems to be ignoring any paths that contain spaces
X http://dev.processing.org/bugs/show_bug.cgi?id=299
X fix windows make.sh (or move back to Makefile)
X currently rewrites exe on each build, even if not updated
X fix linux dist script to work more like the exported apps
X no relative paths, etc
X http://dev.processing.org/bugs/show_bug.cgi?id=298
_ svg loader is on the list for 1.0
_ maybe include as part of PApplet (casey thinks so)
_ svg output, make simple version of PGraphicsSVG based on PGraphicsPDF
_ fix linux dist script to work more like the exported apps
_ no relative paths, etc
_ http://dev.processing.org/bugs/show_bug.cgi?id=298
_ sketch marked as modified too aggressively
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1142415397