mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
starting revision 0182
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0181 android
|
||||
0182 android
|
||||
|
||||
|
||||
_ make size() work to place the component at the center of the screen
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0181 core
|
||||
0182 core
|
||||
|
||||
|
||||
big ones
|
||||
_ ortho() behaving differently in P3D vs OPENGL
|
||||
|
||||
18
done.txt
18
done.txt
@@ -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
|
||||
|
||||
16
todo.txt
16
todo.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user