mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
yup
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
21
done.txt
21
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
|
||||
|
||||
27
todo.txt
27
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?
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user