starting revision 0182

This commit is contained in:
benfry
2010-03-19 21:33:48 +00:00
parent 8918e2f5dc
commit 097f2de47a
7 changed files with 32 additions and 19 deletions

View File

@@ -1,3 +1,7 @@
0181 android (pre-release)
X some changes to A3D
0180 android (pre-release)
X change sdk to use revision 6 (2.0.1) as the version
X change instructions on site

View File

@@ -1,4 +1,4 @@
0181 android
0182 android
_ make size() work to place the component at the center of the screen

View File

@@ -40,9 +40,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 181;
static final int REVISION = 182;
/** This might be replaced by main() if there's a lib/version.txt file. */
static public String VERSION_NAME = "0181";
static public String VERSION_NAME = "0182";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@@ -1,3 +1,7 @@
0181 core (pre-release)
X no changes for 0181
0180 core (pre-release)
X add implicit path commands to svg loader, thanks to Ben S
X http://dev.processing.org/bugs/show_bug.cgi?id=1503

View File

@@ -1,4 +1,5 @@
0181 core
0182 core
big ones
_ ortho() behaving differently in P3D vs OPENGL

View File

@@ -1,3 +1,21 @@
0181 pde (pre-release)
preprocessor
J unterminated string not caught by debugger
J http://dev.processing.org/bugs/show_bug.cgi?id=425
J allow doubles in preproc
J (for casting, etc) particularly for Math.cos() et al
J http://processing.org/bugs/show_bug.cgi?id=7
J Comments with non-ascii characters before import -> java.lang.OutOfMemoryError
J http://dev.processing.org/bugs/show_bug.cgi?id=1511
J more preprocessor issues with new syntax
J http://dev.processing.org/bugs/show_bug.cgi?id=1515
J http://dev.processing.org/bugs/show_bug.cgi?id=1516
J http://dev.processing.org/bugs/show_bug.cgi?id=1517
J http://dev.processing.org/bugs/show_bug.cgi?id=1518
J http://dev.processing.org/bugs/show_bug.cgi?id=1519
0180 pde (pre-release)
preprocessor

View File

@@ -1,18 +1,4 @@
0181 pde
J unterminated string not caught by debugger
J http://dev.processing.org/bugs/show_bug.cgi?id=425
J allow doubles in preproc
J (for casting, etc) particularly for Math.cos() et al
J http://processing.org/bugs/show_bug.cgi?id=7
J Comments with non-ascii characters before import -> java.lang.OutOfMemoryError
J http://dev.processing.org/bugs/show_bug.cgi?id=1511
J more preprocessor issues with new syntax
J http://dev.processing.org/bugs/show_bug.cgi?id=1515
J http://dev.processing.org/bugs/show_bug.cgi?id=1516
J http://dev.processing.org/bugs/show_bug.cgi?id=1517
J http://dev.processing.org/bugs/show_bug.cgi?id=1518
J http://dev.processing.org/bugs/show_bug.cgi?id=1519
0182 pde
need examples