mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting revision 116
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 = 115;
|
||||
static final String VERSION_NAME = "0115 Beta";
|
||||
static final int VERSION = 116;
|
||||
static final String VERSION_NAME = "0116 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,24 @@
|
||||
0115 core
|
||||
X remove debug message from loadPixels()
|
||||
X remove debug message from PGraphics2.save()
|
||||
X fix error message with dxf when used with opengl
|
||||
X if file is missing for reader()
|
||||
X return null and println an error rather than failing
|
||||
X add arraycopy(from, to, count);
|
||||
X fix fill/stroke issues in bugs db (bug 339)
|
||||
X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage
|
||||
X this was a mistake to expose the api this way
|
||||
X more image file i/o in java 1.4
|
||||
X add dynamic loading of the jpeg, png, and gif(?) encoder classes
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=165
|
||||
X http://java.sun.com/products/java-media/jai/index.jsp
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647
|
||||
X P5 cannot read files generated by saveFrame()
|
||||
X need to update docs re: tga
|
||||
X and add support for reading its own uncompressed TIFs
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=260
|
||||
|
||||
|
||||
0114 core
|
||||
X added createGraphics(width, height, renderer)
|
||||
X no need to use (..., null) anymore
|
||||
|
||||
@@ -1,24 +1,3 @@
|
||||
0115 core
|
||||
X remove debug message from loadPixels()
|
||||
X remove debug message from PGraphics2.save()
|
||||
X fix error message with dxf when used with opengl
|
||||
X if file is missing for reader()
|
||||
X return null and println an error rather than failing
|
||||
X add arraycopy(from, to, count);
|
||||
X fix fill/stroke issues in bugs db (bug 339)
|
||||
X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage
|
||||
X this was a mistake to expose the api this way
|
||||
X more image file i/o in java 1.4
|
||||
X add dynamic loading of the jpeg, png, and gif(?) encoder classes
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=165
|
||||
X http://java.sun.com/products/java-media/jai/index.jsp
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647
|
||||
X P5 cannot read files generated by saveFrame()
|
||||
X need to update docs re: tga
|
||||
X and add support for reading its own uncompressed TIFs
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=260
|
||||
|
||||
|
||||
0116 core
|
||||
_ endRaw() should force depth sorted triangles to flush
|
||||
_ fix dxf export bug
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
0115 pde
|
||||
o what's the long delay when hitting "save as" on osx?
|
||||
o the first time, it's very slow.. presumably an awt problem
|
||||
X renaming a sketch should rebuild the sketch menu
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=332
|
||||
|
||||
|
||||
0114 pde
|
||||
X fix "ignoring illegal line...macosx is missing libjogl_cg.jnilib" error msg
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
0115 pde
|
||||
o what's the long delay when hitting "save as" on osx?
|
||||
o the first time, it's very slow.. presumably an awt problem
|
||||
X renaming a sketch should rebuild the sketch menu
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=332
|
||||
0116 pde
|
||||
|
||||
_ toInt() needs to go away in time for the book.. fix parser bugs
|
||||
_ make expand() et al work on objects
|
||||
|
||||
Reference in New Issue
Block a user