misc fixes, todo updates

This commit is contained in:
Ben Fry
2013-09-12 18:00:58 -04:00
parent b1ebdd6ed6
commit be08ef7c23
5 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# The pde.jar file may be buried inside the .app file on Mac OS X.
PDE=`find ../.. -name pde.jar`
javac -target 1.5 \
javac -target 1.6 \
-cp "../../lib/core.jar:$PDE" \
-d bin \
src/Mangler.java
+2 -2
View File
@@ -18,8 +18,8 @@
-->
<mkdir dir="bin" />
<javac target="1.5"
source="1.5"
<javac target="1.6"
source="1.6"
srcdir="src"
destdir="bin"
encoding="UTF-8"
+2 -2
View File
@@ -6198,7 +6198,7 @@ public class PApplet extends Applet
return new JSONArray(new StringReader(input));
}
/**
* @webref input:files
* @param filename name of a file in the data folder or a URL
@@ -6212,7 +6212,7 @@ public class PApplet extends Applet
return new JSONArray(createReader(filename));
}
static public JSONArray loadJSONArray(File file) {
return new JSONArray(createReader(file));
}
+4 -4
View File
@@ -1,11 +1,11 @@
0222 core
X background color for present mode has no effect
X https://github.com/processing/processing/issues/2071
critical
_ loadPixels doesn't set alpha value for pixels on Java2D
_ https://github.com/processing/processing/issues/2030
high
_ loadPixels doesn't set alpha value for pixels on Java2D
_ https://github.com/processing/processing/issues/2030
_ blendMode(ADD) is broken with default renderer
_ https://github.com/processing/processing/issues/2012
_ add option to have full screen span across screens
+16 -2
View File
@@ -1,8 +1,8 @@
0222 pde
X MovieMaker needs to be compiling as 1.6
high
_ MovieMaker needs to be compiling as 1.6
_ move old Google Code SVN back to processing.org
_ then cull out the old branches/tags from the Github repo
_ figure out Android build w/o javac so we can remove tools.jar and javac
@@ -58,18 +58,32 @@ http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jre-7u25-linux-i586.tar.gz
http://ivan-site.com/2012/05/download-oracle-java-jre-jdk-using-a-script/
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jre-7u25-linux-i586.tar.gz
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" http://download.oracle.com/otn-pub/java/jdk/7u40-b43/jre-7u40-linux-i586.tar.gz
http://download.oracle.com/otn-pub/java/jdk/7u40-b43/jre-7u40-linux-i586.tar.gz
http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jre-7u25-linux-i586.tar.gz
http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jre-7u25-linux-x64.tar.gz
http://download.oracle.com/otn-pub/java/jdk/7u25-b17/jre-7u25-windows-i586.tar.gz
http://download.oracle.com/otn-pub/java/jdk/7u25-b17/jre-7u25-windows-x64.tar.gz
or a direct download from http://www.java.com/en/download/manual.jsp
or a direct download from http://www.java.com/en/download/manual.jsp
for 7u25
http://javadl.sun.com/webapps/download/AutoDL?BundleId=78695 Linux i386
http://javadl.sun.com/webapps/download/AutoDL?BundleId=78697 Linux x64
http://javadl.sun.com/webapps/download/AutoDL?BundleId=78698 OS X (64-bit)
http://javadl.sun.com/webapps/download/AutoDL?BundleId=79063 Windows (32?)
http://javadl.sun.com/webapps/download/AutoDL?BundleId=79065 Windows (64-bit)
for 7u40
http://javadl.sun.com/webapps/download/AutoDL?BundleId=80806 OS X (64-bit)
http://javadl.sun.com/webapps/download/AutoDL?BundleId=80803 Linux i386
http://javadl.sun.com/webapps/download/AutoDL?BundleId=80805 Linux x64
http://javadl.sun.com/webapps/download/AutoDL?BundleId=80812 Windows i586
http://javadl.sun.com/webapps/download/AutoDL?BundleId=80814 Windows (64-bit)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .