mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 104
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 = 103;
|
||||
static final String VERSION_NAME = "0103 Beta";
|
||||
static final int VERSION = 104;
|
||||
static final String VERSION_NAME = "0104 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
0103 core
|
||||
X fix stack overflow problem
|
||||
X bug in itext implementation on osx (10.4 only?)
|
||||
X http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg20234.html
|
||||
|
||||
in previous releases
|
||||
X recordFrame() and beginFile()/endFile()
|
||||
X how to deal with triangles/lines and triangleCount and lineCount
|
||||
X maybe just need a triangleImpl and lineImpl
|
||||
X because it's too messy to retain the triangle objects and info
|
||||
X calling recordFrame() from mousePressed is important
|
||||
X dangerous tho because mouse fxn called just before endFrame
|
||||
|
||||
|
||||
0102 core
|
||||
X no changes, windows-only release to deal with processing.exe
|
||||
|
||||
|
||||
+1
-12
@@ -1,15 +1,4 @@
|
||||
0103 core
|
||||
X fix stack overflow problem
|
||||
X bug in itext implementation on osx (10.4 only?)
|
||||
X http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg20234.html
|
||||
|
||||
in previous releases
|
||||
X recordFrame() and beginFile()/endFile()
|
||||
X how to deal with triangles/lines and triangleCount and lineCount
|
||||
X maybe just need a triangleImpl and lineImpl
|
||||
X because it's too messy to retain the triangle objects and info
|
||||
X calling recordFrame() from mousePressed is important
|
||||
X dangerous tho because mouse fxn called just before endFrame
|
||||
0104 core
|
||||
|
||||
|
||||
more pdf/recording stuff
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0103 pde
|
||||
X no changes, only pdf fixes
|
||||
|
||||
|
||||
0102 pde
|
||||
X p5's exe has trouble when PATH has quotes (or spaces?)
|
||||
X detect bad classpath or path settings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0103 pde
|
||||
0104 pde
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
@@ -35,6 +35,11 @@ _ (i.e. we really need those replacements for JOptionPane)
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
# tag current as the final
|
||||
svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-009X
|
||||
# tag revision 1666 as the final
|
||||
svn copy -r 1666 svn://processing.org/trunk/processing svn://processing.org/tags/processing-0093
|
||||
|
||||
the biggies
|
||||
_ bring back P2D with proper stuff
|
||||
_ it's something we had and we lost
|
||||
|
||||
Reference in New Issue
Block a user