mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 0114
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user