From bef8b4f8a8f899dbf65962d6d2542c0bd5002bc5 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 2 Aug 2002 17:16:49 +0000 Subject: [PATCH] yup --- build/shared/readme.txt | 5 +++++ done.txt | 21 +++++++++++++++++++++ todo.txt | 27 +++------------------------ 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/build/shared/readme.txt b/build/shared/readme.txt index 79461b53e..e7292c450 100644 --- a/build/shared/readme.txt +++ b/build/shared/readme.txt @@ -119,6 +119,11 @@ but we'll have to see if we can afford being gouged $129 for the upgrade in order to do some testing under this cat-themed operating system. +another issue under osx.. it appears that there's a bug in their java +vm with text areas, so as a result, the arrow keys won't work in the +editor. we think this really stinks and are searching for options for +a (near?) future release. + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index b9217e94e..00034e621 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,24 @@ +0042 +X fixed ArrayIndexOutOfBoundsException in texture use +X added icon to replace the coffee cup +X see if play being highlighted can be implemented again +X especially important because of speed issues + +0042 BUGS +X this code is not performing correctly (triangle strip) +X (see example in reference for expected output) +X -> turns out it's correct, but not great +beginShape(TRIANGLE_STRIP); +vertex(30, 75); +vertex(40, 20); +vertex(50, 75); +vertex(60, 20); +vertex(70, 75); +vertex(80, 20); +vertex(90, 75); +endShape(); + + 0041 X fill(#ffcc00) wasn't working for rect, calci not being set X also affected background and stroke diff --git a/todo.txt b/todo.txt index df26bc02c..2c535c844 100644 --- a/todo.txt +++ b/todo.txt @@ -1,26 +1,7 @@ -0042 -X fixed ArrayIndexOutOfBoundsException in texture use -X added icon to replace the coffee cup -X see if play being highlighted can be implemented again -X especially important because of speed issues +0043 +o arrow keys don't work in the textarea.. known issue +X add note to release notes -0042 BUGS -X this code is not performing correctly (triangle strip) -X (see example in reference for expected output) -X -> turns out it's correct, but not great -beginShape(TRIANGLE_STRIP); -vertex(30, 75); -vertex(40, 20); -vertex(50, 75); -vertex(60, 20); -vertex(70, 75); -vertex(80, 20); -vertex(90, 75); -endShape(); - - -macosx -a _ arrow keys don't work in the textarea web / docs a _ finish writing 'readme.txt' @@ -31,8 +12,6 @@ a _ how do we encourage/point to updates? a _ auto updater? check for releases page in menu? - - ////////////////////////////////////////////////////////////////////