more notes and fixes

This commit is contained in:
Ben Fry
2013-05-18 09:59:33 -04:00
parent 8394c632fc
commit 2135d6586a
3 changed files with 16 additions and 0 deletions
+9
View File
@@ -54,6 +54,15 @@ with one or two issues that could require a beta 10. That's a lot of beta.
+ Plus dozens of other P2D/P3D fixes that Andres snuck in there.
+ Last lines of a beginShape(LINES) are invisible in the P2D renderer
https://github.com/processing/processing/issues/1761
+ Incorrect number of vertices on beginShape(TRIANGLES) affect subsequent Shapes
https://github.com/processing/processing/issues/1760
+ Rendering unlit geometry with TEXLIGHT shader throws misleading error message
https://github.com/processing/processing/issues/1757
[ changes ]
+ New images for modes. New design!
+6
View File
@@ -26,6 +26,12 @@ andres
A lines not properly renderered in P3D when using ortographic projection
A https://github.com/processing/processing/issues/1661
A "deleted n framebuffer objects"
A last lines of a beginShape(LINES) are invisible in the P2D renderer
A https://github.com/processing/processing/issues/1761
A Incorrect number of vertices on beginShape(TRIANGLES) affect subsequent Shapes
A https://github.com/processing/processing/issues/1760
A rendering unlit geometry with TEXLIGHT shader throws misleading error message
A https://github.com/processing/processing/issues/1757
earlier
X decision on registered methods
+1
View File
@@ -978,6 +978,7 @@ Things to fix on the source code side of things.
_ update license info to state gplv2 not v3
_ add Processing Foundation as 2012
_ https://github.com/processing/processing/issues/1777
_ add proper copyright and license information for all included projects
_ http://code.google.com/p/processing/issues/detail?id=185
_ list of license issues