Search processing.org:
Cover
\
Exhibition
\
Reference
\
Learning
\
Download
\
Discourse
\
Contribute
\
About
FAQ
Index
\
Search
\
Members
\
Profile
\
Logout
\
RSS
Welcome, Guest. Please
Login
or
Register
Processing 1.0
›
Discussion
›
General Discussion, Status
› Processing 1.0.8 can't be stopped by a nor'easter
‹
Previous Topic
|
Next Topic
›
Pages: 1
Processing 1.0.8 can't be stopped by a nor'easter (Read 1634 times)
fry
YaBB Moderator
Offline
Posts: 2608
mass, usa
Processing 1.0.8 can't be stopped by a nor'easter
Oct 18
th
, 2009, 2:44pm
PROCESSING 1.0.8 (REV 0170) - 18 October 2009
A bonfire of bug fixes.
[ environment ]
+ Fix bug causing preferences to not save correctly.
http://dev.processing.org/bugs/show_bug.cgi?id=1320
http://dev.processing.org/bugs/show_bug.cgi?id=1322
http://dev.processing.org/bugs/show_bug.cgi?id=1325
http://dev.processing.org/bugs/show_bug.cgi?id=1329
http://dev.processing.org/bugs/show_bug.cgi?id=1336
http://dev.processing.org/bugs/show_bug.cgi?id=1337
http://dev.processing.org/bugs/show_bug.cgi?id=1344
+ Remove menu dimming code, in-frame menu bar, and warning message on OS X.
A year later, Apple fixed the spinning wheel w/ the menu bar problem.
http://dev.processing.org/bugs/show_bug.cgi?id=786
+ Fix "Unrecognized option: -d32" on OS X 10.4
http://dev.processing.org/bugs/show_bug.cgi?id=1324
+ Update the outdated "Get the latest Java Plug-in here" in exported applets.
http://dev.processing.org/bugs/show_bug.cgi?id=1331
+ Use temporary files when saving files inside the PDE. Prevents problems
when the save goes badly (e.g. disk is full).
http://dev.processing.org/bugs/show_bug.cgi?id=967
+ Fix problem with "Save changes before closing?" was being ignored.
http://dev.processing.org/bugs/show_bug.cgi?id=1193
+ Fix problems with adding/deleting tabs.
http://dev.processing.org/bugs/show_bug.cgi?id=1332
http://dev.processing.org/bugs/show_bug.cgi?id=1092
+ Saving the project with the same name (but different case)
as an existing tab was deleting code on Windows and OS X.
http://dev.processing.org/bugs/show_bug.cgi?id=1102
[ core ]
+ filter(RGB) supposed to be filter(OPAQUE)
http://dev.processing.org/bugs/show_bug.cgi?id=1346
+ Implement non-power-of-2 textures for OpenGL (on cards where available).
This is a partial fix for texture edge problems:
http://dev.processing.org/bugs/show_bug.cgi?id=602
+ Fix get() when used with save() in OpenGL mode
+ Immediately update projection with OpenGL. In the past, projection
updates required a new frame. This also prevents camera/project from
being reset when the drawing size is changed.
+ Removed an error that caused the cameraNear value to be set to -8.
This may cause other problems with drawing/clipping however.
+ Removed methods from PApplet that use doubles. These were only temporarily
available in SVN, but that's that.
+ Use temporary file with saveStrings(File) and saveBytes(File).
[ updates ]
+ Updated to Minim 2.0.2. (Thanks Damien!)
http://code.compartmental.net/tools/minim
+ Updated Java on Linux and Windows to 6u16.
+ Updated Quaqua to 6.2 on Mac OS X.
IP Logged
Pages: 1
‹
Previous Topic
|
Next Topic
›
« Home
‹ Board
Top of this page
Forum Jump »
Home
» 10 most recent Posts
» 10 most recent Topics
Discussion
- Exhibition
- Events, Publications, Opportunities
- General Discussion, Status ««
Programming Questions & Help
- Syntax Questions
- Programs
- OpenGL and 3D Libraries
- Sound, Music Libraries
- Video Capture, Movie Playback, Vision Libraries
- Electronics, Serial Library
- Other Libraries
- Integration
- Processing Implementations
Suggestions & Bugs
- Software, Documentation, Website Suggestions
- Software Bugs
- Website, Documentation, Book Bugs
Processing Development
- Libraries, Tool Development
- Core, Processing Development Environment (PDE)