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 0135
Page Index Toggle Pages: 1
Processing 0135 (Read 1037 times)
Processing 0135
Nov 21st, 2007, 6:58pm
 
a long flight for me means bug fixes for you.


ABOUT REV 0135 - 21 November 2007

Fairly innocuous but helpful bug fix release.

[ bug fixes ]

+ Fixed modelX(), modelY(), and modelZ().
 http://dev.processing.org/bugs/show_bug.cgi?id=486
 Also wrote documentation for modelX(), modelY(), and modelZ().

+ Brought back mipmapping for OpenGL (this helps textures look
 better when they're resized significantly). Turns out that I was
 on a goose chase, that things were working properly in rev 0125.
 http://dev.processing.org/bugs/show_bug.cgi?id=610

+ Fixed copy() so that it doesn't need an updatePixels() call when
 used with OPENGL and JAVA2D. You should only have to call
 loadPixels() and updatePixels() when you're actually messing with
 the pixels[] array of an image (or the main drawing surface).
 http://dev.processing.org/bugs/show_bug.cgi?id=681

+ Improved how fonts are handled in the preferences file to ensure
 against errors. Some strange things popping up with Processing
 not starting up properly and giving ominous "Fatal Exception" or
 "Failed Startup" messages. Though it's still not clear how the file
 was getting corrupted (whether operator error or something that
 a recent Java release is doing).
 http://dev.processing.org/bugs/show_bug.cgi?id=688
Page Index Toggle Pages: 1