mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting release 0162
This commit is contained in:
@@ -42,8 +42,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 161;
|
||||
static final String VERSION_NAME = "0161 Beta";
|
||||
static final int VERSION = 162;
|
||||
static final String VERSION_NAME = "0162 Beta";
|
||||
|
||||
static final int[] platforms = new int[] {
|
||||
PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
|
||||
|
||||
@@ -120,12 +120,7 @@ Pre-release for 1.0.
|
||||
+ Alpha stroke rendered at full opacity in P2D
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1024
|
||||
|
||||
X bring back .width and .height fields for PShape
|
||||
o need to update the examples to reflect
|
||||
X no examples to update
|
||||
X change reference re: smoothing in opengl
|
||||
X hint(), smooth(), and size()
|
||||
X rev the version number
|
||||
+ Bring back the .width and .height fields for PShape
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
0161 core
|
||||
X present on macosx causing strange flicker/jump while window opens
|
||||
X using validate() for present mode, pack() otherwise
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1051
|
||||
|
||||
|
||||
0160 core
|
||||
X stroked lines drawing on top of everything else in P3D
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1032
|
||||
|
||||
+3
-4
@@ -1,7 +1,4 @@
|
||||
0161 core
|
||||
X present on macosx causing strange flicker/jump while window opens
|
||||
X using validate() for present mode, pack() otherwise
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1051
|
||||
0162 core
|
||||
|
||||
|
||||
[ known problems ]
|
||||
@@ -113,6 +110,8 @@ _ add an edge flag when tesselating
|
||||
_ mind the opengl tesselation flags
|
||||
_ need to turn off smoothing for the interior of shapes
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=200
|
||||
_ Implement support for complex shapes when using P2D and P3D
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1053
|
||||
_ Implement support for complex shapes when using the OpenGL renderer
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=947
|
||||
_ in opengl mode, use its tesselator
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
0161 pde
|
||||
X run javadoc, and upload to server
|
||||
X set background for disk image on macosx
|
||||
X fix dist scripts so that the name "1.0" can be used
|
||||
X Ignore dot files (.DS_Store), dot folders (.svn) while copying
|
||||
X on mac, window opens to prevent quit on close
|
||||
X but the window is not properly set as untitled
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=700
|
||||
X doesn't need to be fixed because of new setup for closing
|
||||
|
||||
|
||||
0160 pde
|
||||
X fix editor window placement
|
||||
X overlapping editor windows caused by activeEditor not being called in time
|
||||
|
||||
@@ -1,16 +1,8 @@
|
||||
0161 pde
|
||||
X run javadoc, and upload to server
|
||||
X set background for disk image on macosx
|
||||
X fix dist scripts so that the name "1.0" can be used
|
||||
X Ignore dot files (.DS_Store), dot folders (.svn) while copying
|
||||
X on mac, window opens to prevent quit on close
|
||||
X but the window is not properly set as untitled
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=700
|
||||
X doesn't need to be fixed because of new setup for closing
|
||||
|
||||
0162 pde (1.0)
|
||||
X update revisions.html
|
||||
|
||||
_ update Base.java to change to Processing 1.0 instead of the beta stuff
|
||||
_ write revisions.txt
|
||||
_ update revisions.html
|
||||
_ in 0149, removed /System/Library/Java
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1045
|
||||
_ update known problems reference
|
||||
|
||||
Reference in New Issue
Block a user