additional notes based on recent updates

This commit is contained in:
Ben Fry
2013-02-06 20:29:57 -05:00
parent 40a4f59aac
commit e710c4f3d1
+15 -4
View File
@@ -39,6 +39,8 @@ X add randomGaussian()
X Add TAU as alias for TWO_PI
X http://code.google.com/p/processing/issues/detail?id=1488
_ waiting on reference from Casey
X fixes for removeColumn()
X remove SVG warning about "#text" ignored
andres
A P3D sketches failing to run
@@ -47,6 +49,10 @@ A transparent pixels are not set on multisampled offscreen GL surfaces
A http://code.google.com/p/processing/issues/detail?id=1516
A clean-up PShape API
A http://code.google.com/p/processing/issues/detail?id=1518
A several key/mouse event issues in the db
A http://code.google.com/p/processing/issues/detail?id=1464
A finalize shader API
A https://github.com/processing/processing/issues/13
cleaning/earlier
C textureWrap() CLAMP and REPEAT now added
@@ -142,17 +148,22 @@ _ decide on getAmount() and weirdness w/ clickCount
_ get mouseWheel() added to api ref
_ also added to keywords.txt
_ remove "ignoring #text tag" from SVG loader
_ can ignore any # items altogether
andres
_ disable stroke perspective by default
_ with DISABLE_STROKE_PERSPECTIVE, use GL lines, not triangles to draw lines
_ http://code.google.com/p/processing/issues/detail?id=1560
A disable stroke perspective by default (but this didn't fix it)
_ P2D/P3D sketches don't get focus until click
_ also problem for Java2D when canvas is used?
_ need to standardize canvas handling
A OpenGL/P3D sketches show graphical corruption
A http://code.google.com/p/processing/issues/detail?id=1452
_ noCursor() seems quite/somewhat broken
_ needs to be set to other color
_ http://code.google.com/p/processing/issues/detail?id=1452
_ cursor(...) and noCursor() having trouble in P2D or P3D mode
_ noCursor() seems quite/somewhat broken
X started some work, ignores 'invisible' already being set
_ several key/mouse event issues in the db
_ remap() instead of map()