This commit is contained in:
benfry
2002-08-02 17:16:49 +00:00
parent d04340fc07
commit bef8b4f8a8
3 changed files with 29 additions and 24 deletions

View File

@@ -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.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -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

View File

@@ -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?
////////////////////////////////////////////////////////////////////