Skip to content

Commit f89d693

Browse files
committed
starting revision 0211, probably 2.0b3
1 parent 3866bcf commit f89d693

7 files changed

Lines changed: 55 additions & 45 deletions

File tree

android/done.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0210 android (2.0b2)
2+
X lots of example updates from Andres
3+
X update example categories in the browser
4+
5+
16
0209 android (2.0b1)
27
A GL android sketch stops running after rotation
38
A http://code.google.com/p/processing/issues/detail?id=1146

android/todo.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
0210 android
2-
X lots of example updates from Andres
3-
X update example categories in the browser
1+
0211 android
42

53

64
_ PMotionEvent is being used internal to PApplet, need to re-wrap

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* files and images, etc) that comes from that.
4545
*/
4646
public class Base {
47-
static public final int REVISION = 210;
47+
static public final int REVISION = 211;
4848
/** This might be replaced by main() if there's a lib/version.txt file. */
49-
static public String VERSION_NAME = "0210";
49+
static public String VERSION_NAME = "0211";
5050
/** Set true if this a proper release rather than a numbered revision. */
5151
static public boolean RELEASE = false;
5252

core/done.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
0210 core (2.0b2)
2+
X fix problem with key events breaking with libraries
3+
X added hint(ENABLE_STROKE_PURE) to deal with Java 2D grossness
4+
X fix stroke on TRIANGLE_FAN
5+
X http://code.google.com/p/processing/issues/detail?id=1137
6+
7+
docs
8+
C 2x and 4x smooth hints no longer needed/supported
9+
C http://code.google.com/p/processing/issues/detail?id=1144
10+
11+
andres
12+
A POINTS mode vertices are huge
13+
A http://code.google.com/p/processing/issues/detail?id=1037
14+
A potentially insufficient ellipse detail with P3D/OPENGL when scale()'d
15+
A http://code.google.com/p/processing/issues/detail?id=87
16+
A Using ortho() breaks stroke rendering
17+
A http://code.google.com/p/processing/issues/detail?id=1207
18+
19+
earlier
20+
A Implement support for complex shapes when using the OpenGL renderer
21+
A in opengl mode, use its tesselator
22+
A because the vertex calls can just come right back to regular vertex calls
23+
A this way we can also implement breakShape() for opengl
24+
A http://code.google.com/p/processing/issues/detail?id=122
25+
A modelX/Y/Z broken when aiming a camera
26+
A http://code.google.com/p/processing/issues/detail?id=148
27+
A OpenGL renderer does not work on Mac OS X + JDK 7
28+
A upstream fix in JOGL bindings
29+
A http://code.google.com/p/processing/issues/detail?id=1070
30+
A Problems w/ opengl example sketches
31+
A http://code.google.com/p/processing/issues/detail?id=902
32+
A updatePixels wth OpenGL requires a lot of memory, need better texture update
33+
A http://code.google.com/p/processing/issues/detail?id=77
34+
A text characters showing up as opaque rectangles in tga files
35+
o solution is to implement alpha compositing across all of P3D
36+
o http://en.wikipedia.org/wiki/Alpha_compositing
37+
A http://code.google.com/p/processing/issues/detail?id=80
38+
A changing framerate causes program to crash with P2D in 2.0a6
39+
A http://code.google.com/p/processing/issues/detail?id=1116
40+
41+
142
0209 core (2.0b1)
243
X loadImage() with spaces in path broken with exported applications on OS X
344
X http://code.google.com/p/processing/issues/detail?id=1073

core/todo.txt

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,4 @@
1-
0210 core
2-
X fix problem with key events breaking with libraries
3-
X added hint(ENABLE_STROKE_PURE) to deal with Java 2D grossness
4-
X fix stroke on TRIANGLE_FAN
5-
X http://code.google.com/p/processing/issues/detail?id=1137
6-
7-
docs
8-
C 2x and 4x smooth hints no longer needed/supported
9-
C http://code.google.com/p/processing/issues/detail?id=1144
10-
11-
andres
12-
A POINTS mode vertices are huge
13-
A http://code.google.com/p/processing/issues/detail?id=1037
14-
A potentially insufficient ellipse detail with P3D/OPENGL when scale()'d
15-
A http://code.google.com/p/processing/issues/detail?id=87
16-
A Using ortho() breaks stroke rendering
17-
A http://code.google.com/p/processing/issues/detail?id=1207
18-
19-
earlier
20-
A Implement support for complex shapes when using the OpenGL renderer
21-
A in opengl mode, use its tesselator
22-
A because the vertex calls can just come right back to regular vertex calls
23-
A this way we can also implement breakShape() for opengl
24-
A http://code.google.com/p/processing/issues/detail?id=122
25-
A modelX/Y/Z broken when aiming a camera
26-
A http://code.google.com/p/processing/issues/detail?id=148
27-
A OpenGL renderer does not work on Mac OS X + JDK 7
28-
A upstream fix in JOGL bindings
29-
A http://code.google.com/p/processing/issues/detail?id=1070
30-
A Problems w/ opengl example sketches
31-
A http://code.google.com/p/processing/issues/detail?id=902
32-
A updatePixels wth OpenGL requires a lot of memory, need better texture update
33-
A http://code.google.com/p/processing/issues/detail?id=77
34-
A text characters showing up as opaque rectangles in tga files
35-
o solution is to implement alpha compositing across all of P3D
36-
o http://en.wikipedia.org/wiki/Alpha_compositing
37-
A http://code.google.com/p/processing/issues/detail?id=80
38-
A changing framerate causes program to crash with P2D in 2.0a6
39-
A http://code.google.com/p/processing/issues/detail?id=1116
1+
0211 core
402

413

424
_ double check that new key and mouse events are being addressed correctly

done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0210 pde (2.0b2)
2+
X no changes
3+
4+
15
0209 pde (2.0b1)
26
X require Mac OS X 10.6.8 as the minimum
37
X replace/find need to dim out the buttons

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0210 pde
1+
0211 pde
22

33

44
. . .

0 commit comments

Comments
 (0)