From 7527e807da680d31178cf53fb05fc45f4ae6f940 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 10 Nov 2011 12:07:46 +0000 Subject: [PATCH] last minute bug notes --- build/shared/revisions.txt | 8 ++++++++ core/todo.txt | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 43da1dc5b..044b28b15 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -16,6 +16,14 @@ Chicago a little longer. A handful of bug fixes here: messages when natives aren't available for the platform--just an UnsatisfiedLinkError when you try to run. Will fix.) +[ andres' bug victims ] + ++ Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL + http://code.google.com/p/processing/issues/detail?id=865 + ++ Arc not drawn in P3D and OpenGL mode (2.0a2) + http://code.google.com/p/processing/issues/detail?id=890 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index cbcb4eb1b..64cf0cd2e 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,9 @@ 0203 core X fix strange build issue with video capture breakage on OS X +A Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL +A http://code.google.com/p/processing/issues/detail?id=865 +A Arc not drawn in P3D and OpenGL mode (2.0a2) +A http://code.google.com/p/processing/issues/detail?id=890 _ add inputPath() and outputPath() -> sketch folder or sd card