mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
starting the next revision
This commit is contained in:
@@ -40,8 +40,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 169;
|
||||
static String VERSION_NAME = "0169";
|
||||
static final int REVISION = 170;
|
||||
static String VERSION_NAME = "0170";
|
||||
|
||||
static HashMap<Integer, String> platformNames = new HashMap<Integer, String>();
|
||||
static {
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
0169 core (1.0.7)
|
||||
X remove major try/catch block from PApplet.main()
|
||||
X hopefully will allow some exception stuff to come through properly
|
||||
X PVector.angleDistance() returns NaN
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1316
|
||||
|
||||
|
||||
0168 core (1.0.6)
|
||||
X getImage() setting the wrong image type
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1282
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
0169 core
|
||||
X remove major try/catch block from PApplet.main()
|
||||
X hopefully will allow some exception stuff to come through properly
|
||||
X PVector.angleDistance() returns NaN
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1316
|
||||
0170 core
|
||||
|
||||
|
||||
_ make the index lookup use numbers up to 256?
|
||||
|
||||
|
||||
8
done.txt
8
done.txt
@@ -1,3 +1,11 @@
|
||||
0169 pde (1.0.7)
|
||||
X Erroneous line highlighting is off by one if there is no setup() routine
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1263
|
||||
X Auto-format kills Unicode characters
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1312
|
||||
X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode
|
||||
|
||||
|
||||
0168 pde (1.0.6)
|
||||
X suggest declaring PDF's members protected
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1276
|
||||
|
||||
7
todo.txt
7
todo.txt
@@ -1,9 +1,4 @@
|
||||
0169 pde
|
||||
X Erroneous line highlighting is off by one if there is no setup() routine
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1263
|
||||
X Auto-format kills Unicode characters
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1312
|
||||
X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode
|
||||
0170 pde
|
||||
|
||||
|
||||
_ System.getProperty("sun.arch.data.model").equals("32").
|
||||
|
||||
Reference in New Issue
Block a user