starting release 0158

This commit is contained in:
benfry
2008-11-19 03:13:02 +00:00
parent 2fd2974585
commit 29b321d162
5 changed files with 28 additions and 20 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 157;
static final String VERSION_NAME = "0157 Beta";
static final int VERSION = 158;
static final String VERSION_NAME = "0158 Beta";
static final int[] platforms = new int[] {
PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
+10
View File
@@ -1,3 +1,13 @@
0157 core
X SVG polygon shapes not drawing since loadShape() and PShape changes
X http://dev.processing.org/bugs/show_bug.cgi?id=1005
X image(a, x, y) not honoring imageMode(CENTER)
X need to just pass image(a, x, y) to image(a, x, y, a.width, a.height)
X rather than passing it directly to imageImpl()
X http://dev.processing.org/bugs/show_bug.cgi?id=1013
o disable P2D before releasing (unless implementation is finished)
0156 core
X clarify the "no variables in size() command" rule
X http://dev.processing.org/bugs/show_bug.cgi?id=992
+1 -8
View File
@@ -1,11 +1,4 @@
0157 core
X SVG polygon shapes not drawing since loadShape() and PShape changes
X http://dev.processing.org/bugs/show_bug.cgi?id=1005
X image(a, x, y) not honoring imageMode(CENTER)
X need to just pass image(a, x, y) to image(a, x, y, a.width, a.height)
X rather than passing it directly to imageImpl()
X http://dev.processing.org/bugs/show_bug.cgi?id=1013
o disable P2D before releasing (unless implementation is finished)
0158 core
_ Writing XML files (clean up the API)
+12
View File
@@ -1,3 +1,15 @@
0157 pde
X show sketch folder fails for directories containing umlauts
X http://dev.processing.org/bugs/show_bug.cgi?id=1010
X Find in Reference does not open Firefox in 0156 for Linux
X http://dev.processing.org/bugs/show_bug.cgi?id=1012
X add error message when trying to open sketch from the menu
X check into use of platform names in export sketch / export application
X opting not to deal with this because of size of populations
X default font on osx 10.5 is gross
X fix bug with reading the default prefs file
0156 pde
X fix typo in sketch renaming notice message
X line numbers not showing up for unknown var or class names
+3 -10
View File
@@ -1,15 +1,8 @@
0157 pde
X show sketch folder fails for directories containing umlauts
X http://dev.processing.org/bugs/show_bug.cgi?id=1010
X Find in Reference does not open Firefox in 0156 for Linux
X http://dev.processing.org/bugs/show_bug.cgi?id=1012
X add error message when trying to open sketch from the menu
X check into use of platform names in export sketch / export application
X opting not to deal with this because of size of populations
X default font on osx 10.5 is gross
X fix bug with reading the default prefs file
0158 pde
_ fix up mkdmg script to work with leopard properly
_ go through other sketch-opening menus to check for disappearing sketches
_ check if platform is MACOSX and font is monospaced (?)