starting rev 104

This commit is contained in:
benfry
2006-01-19 03:52:55 +00:00
parent 91893e1737
commit f20516a649
5 changed files with 27 additions and 15 deletions
+2 -2
View File
@@ -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,
+14
View File
@@ -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
View File
@@ -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
+4
View File
@@ -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
+6 -1
View File
@@ -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