mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
starting release 0112
This commit is contained in:
@@ -50,8 +50,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 111;
|
||||
static final String VERSION_NAME = "0111 Beta";
|
||||
static final int VERSION = 112;
|
||||
static final String VERSION_NAME = "0112 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
0111 core
|
||||
X need to have a better way of getting/figuring out the endian
|
||||
X use ByteOrder class in jdk 1.4, since issue is local to JOGL
|
||||
X security ex when run as an applet
|
||||
X also can no longer assume that macosx is big endian
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=309
|
||||
o making 'run' synchronized caused a freeze on start w/ opengl
|
||||
X display() as a function name is problematic
|
||||
X causes nothing to show up.. either rename or mark it final
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=213
|
||||
X fix for lights throwing a BufferOverflowException
|
||||
|
||||
|
||||
0110 core
|
||||
X finish updates for osx and opengl
|
||||
X http://developer.apple.com/qa/qa2005/qa1295.html
|
||||
|
||||
@@ -1,14 +1,4 @@
|
||||
0111 core
|
||||
X need to have a better way of getting/figuring out the endian
|
||||
X use ByteOrder class in jdk 1.4, since issue is local to JOGL
|
||||
X security ex when run as an applet
|
||||
X also can no longer assume that macosx is big endian
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=309
|
||||
o making 'run' synchronized caused a freeze on start w/ opengl
|
||||
X display() as a function name is problematic
|
||||
X causes nothing to show up.. either rename or mark it final
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=213
|
||||
X fix for lights throwing a BufferOverflowException
|
||||
0112 core
|
||||
|
||||
|
||||
bugs arising from / part of priorities
|
||||
|
||||
11
done.txt
11
done.txt
@@ -1,3 +1,14 @@
|
||||
0111 pde
|
||||
X switch back to rev b3 of jogl so that applets will work
|
||||
X fix color picker:
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=308
|
||||
X also add esc/ctrl-w for closing the picker
|
||||
X update information on mactels in the faq, also java 1.6
|
||||
X find/build universal version of rxtx
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=311
|
||||
X update the faq
|
||||
|
||||
|
||||
0110 pde
|
||||
X no changes to the pde, only fixes for jogl
|
||||
|
||||
|
||||
11
todo.txt
11
todo.txt
@@ -1,13 +1,4 @@
|
||||
0111 pde
|
||||
X switch back to rev b3 of jogl so that applets will work
|
||||
X fix color picker:
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=308
|
||||
X also add esc/ctrl-w for closing the picker
|
||||
X update information on mactels in the faq, also java 1.6
|
||||
X find/build universal version of rxtx
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=311
|
||||
X update the faq
|
||||
|
||||
0112 pde
|
||||
|
||||
_ linux problems with things not showing up
|
||||
_ probably threading issue, 98 doesn't have any trouble
|
||||
|
||||
Reference in New Issue
Block a user