tweaks and finishing up release 0151

This commit is contained in:
benfry
2008-10-17 17:30:20 +00:00
parent fb55857f1e
commit 53e7e62aca
3 changed files with 9 additions and 6 deletions
+6 -1
View File
@@ -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
+3 -4
View File
@@ -26,10 +26,9 @@ package processing.core;
/**
* Code for rendering lines.
* <P>
* 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
{
-1
View File
@@ -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