We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionGeneral Discussion,  Status › Processing 0094 is 1 better than 0093
Page Index Toggle Pages: 1
Processing 0094 is 1 better than 0093 (Read 1039 times)
Processing 0094 is 1 better than 0093
Nov 1st, 2005, 9:29am
 
rev 0094 is on the download page now, windows version is still in the process of being uploaded but should be up within a few minutes.

a bunch of bug fixes in this release, but also a few structural changes which i hope don't break things and undermine the bug fixing.

as always, report to the bugs db if you have trouble:
http://dev.processing.org/bugs/


ABOUT REV 0094 - 31 October 2005


[ additions ]

- drag and drop! you can now drag and drop a file to the editor
 window to add it to the sketch. if you drag and drop a sketch file
 (a .pde file whose parent folder is named the same thing),
 that sketch will be opened.
 http://dev.processing.org/bugs/show_bug.cgi?id=21

- item added to the tools menu that allows building all sketches
 underneath a particular subfolder. this won't be part of the base
 tools once the tool api is done (meaning that it won't be in the
 menu by default), but it's there for now.
 http://dev.processing.org/bugs/show_bug.cgi?id=117


[ bug fixes ]

- stdout.txt and stderr.txt are no longer written to the processing
 folder, which will prevent errors for lab users.
 http://dev.processing.org/bugs/show_bug.cgi?id=177

- console text selection no longer immediately de-selects
 http://dev.processing.org/bugs/show_bug.cgi?id=180

- removing quotes from QTJAVA path if they exist (this may have fixed
 some issues?)

- fix bug that was causing font sizes not to be set on opengl
 http://dev.processing.org/bugs/show_bug.cgi?id=174

- apply fix from toxi to make targa file i/o less picky

- width/height now properly set in "static" mode apps

- g.smooth no longer always false in opengl
 http://dev.processing.org/bugs/show_bug.cgi?id=192


[ semi-obscure api tweaks ]

- in PApplet, "folder" has been renamed to "path" to match savePath().

- added dataPath(String filename) to return the full path to the
 give filename within the data folder

- new api is in the process of being added for shape recording..
 more on this in future releases.
Re: Processing 0094 is 1 better than 0093
Reply #1 - Nov 1st, 2005, 11:04pm
 
at least one nasty bug has been found in this release:
http://dev.processing.org/bugs/show_bug.cgi?id=195
that causes some sketches not to run. i have a guess on what it's doing, and will try to get a fix in shortly.
Page Index Toggle Pages: 1