mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
tweaks and finishing up release 0151
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user