mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting revision 0200, update to Java 6u26 on Windows and Linux
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
0199 android
|
||||
X tries to create and AVD when running on the phone.. why?
|
||||
X this is a real problem, causes lots of crashing on startup
|
||||
|
||||
|
||||
0198 android
|
||||
A mask() has no effect unless image has already been drawn in A3D
|
||||
A http://code.google.com/p/processing/issues/detail?id=623
|
||||
|
||||
+2
-3
@@ -1,6 +1,5 @@
|
||||
0199 android
|
||||
X tries to create and AVD when running on the phone.. why?
|
||||
X this is a real problem, causes lots of crashing on startup
|
||||
0200 android
|
||||
|
||||
|
||||
_ don't let the examples get overwritten with other mode stuff
|
||||
_ the whole sketch.properties thing is yech
|
||||
|
||||
@@ -45,9 +45,9 @@ import processing.mode.java.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static public final int REVISION = 199;
|
||||
static public final int REVISION = 200;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static public String VERSION_NAME = "0199";
|
||||
static public String VERSION_NAME = "0200";
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
static public boolean RELEASE = false;
|
||||
/** True if heavy debugging error/log messages are enabled */
|
||||
|
||||
+2
-2
@@ -485,7 +485,7 @@
|
||||
<target name="linux-dist" depends="linux-build,android-dist-check"
|
||||
description="Build .tar.gz of linux version">
|
||||
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u24-linux-i586.tgz"
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u26-linux-i586.tgz"
|
||||
dest="linux/jre.tgz"
|
||||
usetimestamp="true" />
|
||||
|
||||
@@ -606,7 +606,7 @@ http://www.gnu.org/software/tar/manual/html_section/transform.html
|
||||
<target name="windows-dist" depends="windows-build,android-dist-check"
|
||||
description="Create .zip files of windows version">
|
||||
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u24-windows-i586.zip"
|
||||
<get src="http://processing.googlecode.com/files/jre-tools-6u26-windows-i586.zip"
|
||||
dest="windows/jre.zip"
|
||||
usetimestamp="true" />
|
||||
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
0199 core
|
||||
X pnode: look more closely at json and xml compatibility
|
||||
X argh, dumb mistake that broke SVG loading with loadNode()
|
||||
X fix major XML loading problem with names not getting set
|
||||
X image saving also broken, saving duplicate images (adding .tif to em all)
|
||||
X make note about XML dealing with whitespace differently
|
||||
X leaves it intact, 'name' will be set to null
|
||||
X add orientation() no-op and the two constants
|
||||
|
||||
|
||||
0198 core
|
||||
o arrayobjects (and others) flicker like hell in chrome 10
|
||||
o http://code.google.com/p/processing/issues/detail?id=646
|
||||
|
||||
+1
-8
@@ -1,11 +1,4 @@
|
||||
0199 core
|
||||
X pnode: look more closely at json and xml compatibility
|
||||
X argh, dumb mistake that broke SVG loading with loadNode()
|
||||
X fix major XML loading problem with names not getting set
|
||||
X image saving also broken, saving duplicate images (adding .tif to em all)
|
||||
X make note about XML dealing with whitespace differently
|
||||
X leaves it intact, 'name' will be set to null
|
||||
X add orientation() no-op and the two constants
|
||||
0200 core
|
||||
|
||||
|
||||
andres
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
0199 pde
|
||||
X remove error messages for UpdateCheck w/o internet connection
|
||||
X 'u' breaks sketches in 0198
|
||||
o http://code.google.com/p/processing/issues/detail?id=752
|
||||
X additional fixes to handling bad character constants in PdePreprocessor
|
||||
|
||||
|
||||
0198 pde
|
||||
X incorporate RXTXcomm.jar and others from Dave
|
||||
X Serial.list() cannot find /dev/ttyACM0
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
0199 pde
|
||||
X remove error messages for UpdateCheck w/o internet connection
|
||||
X 'u' breaks sketches in 0198
|
||||
o http://code.google.com/p/processing/issues/detail?id=752
|
||||
X additional fixes to handling bad character constants in PdePreprocessor
|
||||
|
||||
|
||||
_ update to java 6u26
|
||||
0200 pde
|
||||
X update to java 6u26
|
||||
|
||||
_ update the build instructions page
|
||||
_ http://code.google.com/p/processing/wiki/BuildInstructions
|
||||
|
||||
Reference in New Issue
Block a user