FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   Release 68: See you in April
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Release 68: See you in April  (Read 2800 times)
fry


WWW
Release 68: See you in April
« on: Feb 3rd, 2004, 7:20pm »

ABOUT REV 0068 - 2 february 2004
 
this is a bug fix release, not the planned version of 68 that supports  
multiple files and all sorts of amazing magic. it will be the last release  
for the next two months while ben finishes his dissertation.  
 
 
[ bug fixes ]
 
- concave/convex polygons are now handled properly. just don't make
  the last point of the polygon be the same as the first, otherwise
  you'll confuse the tesselator. however! there is a bug (that showed
  up during the release process.. ugh) that when smoothing is enabled,
  sometimes thin lines will be visible within a concave polygon. this
  will just have to be fixed in a future release. however, as long as  
  stroke() is enabled on the polygon, the lines should not be visible.
 
- fixed a bug that made the p5 environment freeze when an applet crashed
 
- fixed problem with the environment locking up when the console got
  too full. the console now has a maximum number of lines, set to 500  
  by default. the console is also cleared on each run, so that doesn't  
  cause trouble anymore. you can change both settings in pde.properties.
  http://processing.org/discourse/yabb/board_BugFixes_action_disp_lay_num_1075759355.html
 
- fixed a find/replace bug that made the thing lock up when changing
  case on a search. oops.
  http://processing.org/discourse/yabb/board_BugFixes_action_disp_lay_num_1075416670.html
  http://processing.org/discourse/yabb/board_BugFixes_action_disp_lay_num_1075416741.html
 
- fix to the noise() function by toxi (thanks toxi!)
 
- fix to the sphere() function by toxi (yay toxi!)
 
- font builder should update when the size for the font is changed
  (so long as the size itself is valid)
 
- font builder bug, was cutting off parts of letters
 
- better loadStream support when bagel is used by itself
 
 
[ features ]  
 
- added support for non-ascii characters in the font builder
  http://processing.org/discourse/yabb/board_Programs_action_disp_lay_num_1067596427.html
 
- added an option to disable smoothing on font creator
 
- better support for international characters inside the development
  environment.  
 
- toxi added sphereDetail(), to set the level of accuracy on spheres
 
Pages: 1 

« Previous topic | Next topic »