From 2135d6586acc7c8ceecc924a37c2b760b03040a8 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 18 May 2013 09:59:33 -0400 Subject: [PATCH] more notes and fixes --- build/shared/revisions.txt | 9 +++++++++ core/todo.txt | 6 ++++++ todo.txt | 1 + 3 files changed, 16 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 9905d8237..d5b87913e 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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! diff --git a/core/todo.txt b/core/todo.txt index dc5b3ce99..51cd42e3f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 2b9abdaf1..6ad9f484d 100644 --- a/todo.txt +++ b/todo.txt @@ -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