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 0127
Page Index Toggle Pages: 1
Processing 0127 (Read 665 times)
Processing 0127
Oct 15th, 2007, 12:42am
 
Now online, please test!


ABOUT REV 0127 - 14 October 2007

This release is primarily bug fixes. ** Be sure to read important
messages about release 0126 if you have not already **

[ core bug fixes ]

+ Fix pixel operations in OpenGL (get, set, copy, blend, loadPixels,
 updatePixels, background and the rest).
 http://dev.processing.org/bugs/show_bug.cgi?id=91

+ Fix major createGraphics() issues:
 http://dev.processing.org/bugs/show_bug.cgi?id=594
 http://dev.processing.org/bugs/show_bug.cgi?id=468
 Though not all of them:
 http://dev.processing.org/bugs/show_bug.cgi?id=641  

[ pde bug fixes ]

+ Mark sketches as modified when adding files, so that they are
 saved properly.

+ Replace untitled windows with opened sketches (rather than
 closing the old window and opening a new one)

+ Re-enable the Update Check in the PDE (was disabled in 0126).

+ Add option to not close the environment when closing the last
 window. Instead, it will open a blank sketch. This is because
 it's not possible to keep a Java program open without a Frame
 (or rather, to have a menubar without a Frame in a Java app).

+ Several updates to the keywords.txt file, syntax highlighting
 should now be much more up to date.

+ Added reference for new versions of the XMLElement getChild()
 and getChildren() functions that use paths.

+ Add reference for new match() method.

+ Fix animation example to use nf().
Re: Processing 0127
Reply #1 - Oct 15th, 2007, 8:48pm
 
The createGraphics() issues solved in this release include covers several other bug reports (though all pointed to essentially the same issue)

http://dev.processing.org/bugs/show_bug.cgi?id=160
http://dev.processing.org/bugs/show_bug.cgi?id=428
http://dev.processing.org/bugs/show_bug.cgi?id=482
http://dev.processing.org/bugs/show_bug.cgi?id=530
http://dev.processing.org/bugs/show_bug.cgi?id=527
Page Index Toggle Pages: 1