starting the next release

This commit is contained in:
benfry
2012-11-02 13:18:24 +00:00
parent 358aae114a
commit 3e360ccc5f
8 changed files with 59 additions and 50 deletions
+11
View File
@@ -1,3 +1,14 @@
0214 core (2.0b6)
A Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java
A http://code.google.com/p/processing/issues/detail?id=1306
A reverted back to earlier version of JOGL
A several fixes for GMA 950
A video was broken due to JOGL issues
A http://code.google.com/p/processing/issues/detail?id=1364
X icon loading causes an error if you use a package
X http://code.google.com/p/processing/issues/detail?id=1346
0213 core (2.0b5)
X mouseButton not being set properly on Windows (and probably Linux) in 2.0b4
X http://code.google.com/p/processing/issues/detail?id=1332
+7 -7
View File
@@ -10419,7 +10419,7 @@ public class PApplet extends Applet
* Description to come...
*
* ( end auto-generated from textureWrap.xml )
*
*
* @webref image:textures
* @param wrap Either CLAMP (default) or REPEAT
*/
@@ -10588,7 +10588,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref Rendering
* @param mode the blending mode to use
*/
@@ -10632,7 +10632,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
* @param fragFilename name of fragment shader file
*/
@@ -10655,7 +10655,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
* @param shader name of shader file
*/
@@ -10680,7 +10680,7 @@ public class PApplet extends Applet
* This is a new reference entry for Processing 2.0. It will be updated shortly.
*
* ( end auto-generated )
*
*
* @webref rendering:shaders
*/
public void resetShader() {
@@ -11561,9 +11561,9 @@ public class PApplet extends Applet
/**
*
*
* @param level either 2, 4, or 8
*/
*/
public void smooth(int level) {
if (recorder != null) recorder.smooth(level);
g.smooth(level);
+1 -9
View File
@@ -1,12 +1,4 @@
0214 core (2.0b6)
A Patch for /trunk/processing/core/src/processing/opengl/PGraphicsOpenGL.java
A http://code.google.com/p/processing/issues/detail?id=1306
A reverted back to earlier version of JOGL
A several fixes for GMA 950
A video was broken due to JOGL issues
A http://code.google.com/p/processing/issues/detail?id=1364
X icon loading causes an error if you use a package
X http://code.google.com/p/processing/issues/detail?id=1346
0215 core
_ mouseButton not being set properly in mouseClicked