From 94f2ad0c7d178eff07d5d083df4c4a2d7ef80d09 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 27 Sep 2004 19:21:43 +0000 Subject: [PATCH] heading towards release --- build/shared/revisions.txt | 10 +++++++--- todo.txt | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 7af5f9653..5b011366a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,11 +7,11 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -ABOUT REV 0070 - 28 September 2004 +ABOUT REV 0070 - MEGABUCKET - 28 September 2004 YOUR CODE WILL ALMOST CERTAINLY BREAK IN THIS RELEASE, READ THE -"MAJOR CHANGES" SECTION TO SEE HOW TO FIX IT. this is one of the most -major releases to date in terms of things that have been changed, +"MAJOR CHANGES" SECTION BELOW TO SEE HOW TO FIX IT. this is one of the +most major releases to date in terms of things that have been changed, fixed, or revised. however, we've tried to make all the api and setup changes that we'll need to before beta so that we only massively break your code once. @@ -29,6 +29,10 @@ major changes: (things that break your code) - BImage, BFont, BGraphics, etc are all PImage, PFont, PGraphics. you'll need to rename them in your program. +- libraries will almost certainly need to be rewritten for this + release. we're working with amit on an update to sonia and several + other libraries will be included in future releases. + - mouse and key events are now properly queued, meaning that functions like mousePressed() and keyPressed() will be called at the *end* of your draw() method. this means that you can "draw" inside of those diff --git a/todo.txt b/todo.txt index c353a5283..3353df0d0 100644 --- a/todo.txt +++ b/todo.txt @@ -220,6 +220,9 @@ X history is not implemented in this version _ macosx - check to see if new linemetrics stuff is working better +with casey +_ figure out what to include for examples/libraries +_ let's not call it 'expert', let's just say w/o java ......................................................................