diff --git a/app/Base.java b/app/Base.java index 0620e11a0..b862a0be2 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 113; - static final String VERSION_NAME = "0113 Beta"; + static final int VERSION = 114; + static final String VERSION_NAME = "0114 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 609c53625..1e311c757 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0113 core +X fix for open() on macosx submitted by chandler + + 0112 core o PSound.play() won't play the sound a 2nd time (reopened) o http://dev.processing.org/bugs/show_bug.cgi?id=208 diff --git a/core/todo.txt b/core/todo.txt index ecb68bbfc..77a29da7e 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,4 @@ -0113 core -X fix for open() on macosx submitted by chandler - +0114 core priorities prior to fitc _ color values on camera input flipped on intel macs diff --git a/done.txt b/done.txt index 705ca518f..82a8a189f 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,21 @@ +0113 pde +X easier export to gl applet, finalize support for applets +X http://dev.processing.org/bugs/show_bug.cgi?id=166 +X add additional html file (applet-jogl.html) +X parse for renderer on export (and remove comments) +X when the renderer is OPENGL, change to: +X wire in the new jogl html file +X include the applet version of the jogl jar files (that contain DLLs) +X include the jogl.jar file itself +X use separate jar files +o can natives be included as jar files without trouble? +X make multiple jar files thing work as an option +X http://dev.processing.org/bugs/show_bug.cgi?id=62 +X applet default is one file, application default is multiple +X buttons on side of sketch do default (last) behavior +X don't slurp out the contents of code folders when exporting to application + + 0112 pde X PortInUseException with serial for 0111+ on Mac OS X X need to fix the setup scripts to cover the new lock file location diff --git a/todo.txt b/todo.txt index d2cec0232..018149372 100644 --- a/todo.txt +++ b/todo.txt @@ -1,19 +1,4 @@ -0113 pde -X easier export to gl applet, finalize support for applets -X http://dev.processing.org/bugs/show_bug.cgi?id=166 -X add additional html file (applet-jogl.html) -X parse for renderer on export (and remove comments) -X when the renderer is OPENGL, change to: -X wire in the new jogl html file -X include the applet version of the jogl jar files (that contain DLLs) -X include the jogl.jar file itself -X use separate jar files -o can natives be included as jar files without trouble? -X make multiple jar files thing work as an option -X http://dev.processing.org/bugs/show_bug.cgi?id=62 -X applet default is one file, application default is multiple -X buttons on side of sketch do default (last) behavior -X don't slurp out the contents of code folders when exporting to application +0114 pde _ jar files like the bad aiexport plugin will cause serious problems _ need to ignore processing.core classes showing up in other jar files