From 53e7e62acade1865fbc8afa57f7a94858ecf8954 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 17 Oct 2008 17:30:20 +0000 Subject: [PATCH] tweaks and finishing up release 0151 --- build/shared/revisions.txt | 7 ++++++- core/src/processing/core/PLine.java | 7 +++---- core/todo.txt | 1 - 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f0dd40d3e..02966eae9 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -6,7 +6,7 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -ABOUT REV 0151 - 16 October 2008 +ABOUT REV 0151 - 17 October 2008 Read the 0149 release notes! This release contains only additions and a couple bug fixes. @@ -26,6 +26,11 @@ a couple bug fixes. operations in OpenGL, because it was breaking loadPixels(). http://dev.processing.org/bugs/show_bug.cgi?id=944 ++ Fix ArrayIndexOutOfBoundsException showing up when drawing lines or points. + http://dev.processing.org/bugs/show_bug.cgi?id=246 + http://dev.processing.org/bugs/show_bug.cgi?id=462 + http://dev.processing.org/bugs/show_bug.cgi?id=937 + [ changes / additions ] + Your childhood friend the smooth() command is returning to P3D. Right now diff --git a/core/src/processing/core/PLine.java b/core/src/processing/core/PLine.java index 0a9f45f16..97f5daef6 100644 --- a/core/src/processing/core/PLine.java +++ b/core/src/processing/core/PLine.java @@ -26,10 +26,9 @@ package processing.core; /** - * Code for rendering lines. - *

- * This code will soon be removed. - * Written by Carlos Rocha. + * Code for rendering lines with P2D and P3D. + * @author rocha + * @author fry */ public class PLine implements PConstants { diff --git a/core/todo.txt b/core/todo.txt index 4e1bf0ad6..c52c21160 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -11,7 +11,6 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=944 X probably the pixel flipping code (and endian sorting) not happening X because the blue comes from the byte order flip X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=OpenGL;action=post;num=1219196429 - X ArrayIndexOutOfBoundsException in PLine X http://dev.processing.org/bugs/show_bug.cgi?id=246 X http://dev.processing.org/bugs/show_bug.cgi?id=462