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 0132
Page Index Toggle Pages: 1
Processing 0132 (Read 689 times)
Processing 0132
Oct 23rd, 2007, 5:22am
 
ABOUT REV 0132 - 22 October 2007

The bug fixes continue. Didn't plan to release so soon, but found a
problem where sketches were being marked as untitled, forcing users
to save to a new location (and causing confusion in the process).

[ bug fixes ]

+ Fix bug introduced in 0131 where sketches opened from the toolbar
 into an untitled window were marked as untitled themselves.

+ Disallow the user from renaming unsaved sketches.

+ Fix problems with JAVA2D image drawing not properly handling RGB
 images, or tint() not working properly in JAVA2D.
 http://dev.processing.org/bugs/show_bug.cgi?id=351

+ Significantly improve memory requirements for handling tinted
 images with the JAVA2D renderer.

+ Fix inconsistencies between tint() and fill() with P3D and OPENGL.
 From now on, tint() is always used to color images, and fill is
 ignored when textures are in use. Prior, P3D ignored both fill()
 and tint() settings with textures, and OPENGL used the fill color.
 http://dev.processing.org/bugs/show_bug.cgi?id=222

+ Fix a problem with fill in P3D where no color would be applied to
 textures (especially when the color was unchaged across the shape)
 http://dev.processing.org/bugs/show_bug.cgi?id=169
 http://dev.processing.org/bugs/show_bug.cgi?id=90
Re: Processing 0132
Reply #1 - Oct 23rd, 2007, 1:50pm
 
i found strange problem with color selector in processing 0132.
In my case, the color selector turn out looks like HSB mode, the color i picked on the color select area does not match with color on the preview box.
Re: Processing 0132
Reply #2 - Oct 23rd, 2007, 2:28pm
 
hi, if you think it's a bug, please file a bug report at dev.processing.org/bugs (and include a screen shot). thanks.
Page Index Toggle Pages: 1