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 0091 is heading your way
Page Index Toggle Pages: 1
Processing 0091 is heading your way (Read 4272 times)
Processing 0091 is heading your way
Jun 7th, 2005, 7:13am
 
building now, download page should be all updated within the hour once things have finished uploading.


ABOUT REV 0091 - 6 june 2005


[ major bug fixes ]

- european users rejoice: using processing from a user account with
 non-ascii characters in the user name no longer causes a problem on
 windows

- error messages should be improved a bit when libraries or a code
 folder are in use


[ minor bug fixes ]

- keys in the editor now properly work while shift is down

- printing too many chars to the console (32,000 of them) no longer
 makes things choke

- linux first checks to see if jikes is properly installed and built
 for the current distro

- better error message when Capture.list() fails

- if sketchbook goes missing, default to a new location rather than
 dying completely

- improvements to running applets from the command line.. shouldn't
 require --present option anymore

- fixed a weird bug where curveVertex() had trouble with > 128 points

- hitting escape now quits present mode

- the runner stop button color wasn't being read from the preferences
 file properly

- "java 1.3 required" message when running in a 1.1 browser was broken


[ minor api change ]

- createFont() functions cleared up a bit, they've changed from:
 createFont(name, size)
 createFont(name, size, charset)
 createFont(name, size, smooth)
 createFont(name, size, charset, smooth)
 in previous releases to now look like:
 createFont(name, size)
 createFont(name, size, smooth)
 createFont(name, size, smooth, charset)
 (docs may not yet be updated)
Re: Processing 0091 is heading your way
Reply #1 - Jun 7th, 2005, 7:55am
 
all set.. have fun.
Page Index Toggle Pages: 1