From ff4b8d18add1bba1846f2c8eba7a88e796338f7d Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 8 May 2005 01:05:51 +0000 Subject: [PATCH] update the revisions file for 88 --- build/shared/revisions.txt | 69 ++++++++++++++++++++++++++++++++++++++ core/todo.txt | 12 +++---- 2 files changed, 75 insertions(+), 6 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index c951e6b4e..183575589 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,75 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0088 - 7 may 2005 + +lots of bug fixes in this release based on feedback on the discourse +board, thanks to everyone who's been reporting things. + + +[ tab madness ] + +- better at handling errors across multiple tabs + +- undo now works properly between tabs (undo used to be cleared + when changing a tab, or on each error) + +- when using multiple tabs (but no .java files or code folder or libs) + things will still run inside p5, meaning they'll start up more quickly + +- renaming a .java file now includes the .java in the name, so that + you don't accidentally make the file a .pde file + + +[ tools ] + +- auto format has been replaced by code long since contributed by + martin gomez. thanks to martin, things should improve significantly. + better yet, if there are problems, we can yell at him about em! + +- archive sketch saves before archiving, hopefully reducing confusion + + +[ export ] + +- new default html for exported applets + +- shows a processing loading image instead of sun's awful starburst + java coffee cup. like applet.html, this can be customized by placing + a file inside your sketch folder called 'loading.gif' + + +[ core/api ] + +- ceil(), floor(), and round() now return ints instead of floats + +- master gain error in PSound won't make the sound unusable, it'll just + shut off the ability to control volume. (a java 1.5 problem?) + +- fixed createFont() for built-in fonts + + +[ minor fixes ] + +- errors (exception stack traces, for the technical) properly show up + across multiple lines.. sometimes they used to get spammed onto a single + line, making them difficult to read. + +- run-expert.bat was unintentionally a little too expert, and required + editing before use. + + +[ platforms ] + +- windows and linux java have been updated for java 1.4.2_08 + +- windows java download includes the proper files for handling + non-european systems + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0087 - 2 may 2005 not tested as thoroughly as rev 86, gonna wait 24-48 hours before diff --git a/core/todo.txt b/core/todo.txt index 5b53b175b..50ac2de62 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,10 +1,4 @@ 0088 core -o move really general things out of PConstants (X, Y, Z..) ? -X add something to PApplet to have constants for the platform -o needed for error messages (don't talk about winvdig on mac) -X and also useful for programs -X bring screen space and font size settings back in to PGraphics -X causing too much trouble to be stuck down in PFont X createFont crashes on verdana (win2k) X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115258282;start=0 X made ceil(), floor(), and round() return ints instead of floats @@ -41,6 +35,12 @@ o so if nothing inside draw, just quits o make properly exit after things are finished o still some weirdness with thread flickering on the mac o and frenetic display updates on the pc +o move really general things out of PConstants (X, Y, Z..) ? +X add something to PApplet to have constants for the platform +o needed for error messages (don't talk about winvdig on mac) +X and also useful for programs +X bring screen space and font size settings back in to PGraphics +X causing too much trouble to be stuck down in PFont