last bits for 63

This commit is contained in:
benfry
2003-09-27 18:06:07 +00:00
parent 31e725d341
commit e3388155e3
3 changed files with 73 additions and 14 deletions

View File

@@ -37,6 +37,13 @@ KNOWN BUGS
the real deal, keeping us awake at night
- java mode in rev 63 and higher only works if you have java available
in your path--meaning that you've installed it yourself under
windows or linux, or this will always be the case for macosx.
- network examples haven't been updated for the latest api, so they
will likely break in releases 60 and higher.
- clipping planes are not yet implemented. meaning that objects may
sometimes fly into the camera and turn upside down or do other tricks.
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1058491568;start=0

View File

@@ -4,6 +4,53 @@ for older releases will be super crusty. caution: the beverage you're
about to enjoy is extremely hot.
ABOUT REV 0063 - 27 september 2003
revision 63 includes some major new features and semi-major bug fixes,
however it has not been tested very thoroughly.
like 61 and 62, this is a suggested download (for people who have at
least revision 60). if you're running a version older than 60, then
this version is strongly recommended.
if you used a version of processing older than 60, and have not yet
tried revision 60 or later, then you should read the section of
revisions.txt that talks about all of the many changes that happened
in revision 60.
[ additions ]
- this release is the first to add the ability to load external .class
and .jar files to your projects. it is also the first revision to
support the full 'java' mode as described in the documentation. in
order to use this mode, you'll need to have java somewhere in your
path. this will change in future releases.
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089
- when using 'add files' and selecting a .class, .jar, or shared
library file, the files will be copied to the 'code' folder for
inclusion in your sketch, instead of the 'data' folder.
[ bug fixes ]
- on windows 2000, some applets were running very very slowly half
the time. arielm spent hours tracking down the problem caused by a
single one line change, so win2k users (and i) have him to thank.
- fixed problem where the serial port menu on windows was always
dimmed, unless processing was started using the .bat files. so
serial port should work again.
- beautify menu was broken (it did nothing) and has been repaired.
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064678231;start=0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0062 - 24 september 2003
this release primarily introduces new features. it is the third
@@ -60,6 +107,9 @@ releases 60 and later.
of your favorite bug/feature.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0061 - 23 september 2003
this is a brief addendum release to revision 60, that fixes a few

View File

@@ -15,20 +15,8 @@ X send messages for window location
X remove 'wanna move' msg, and actually record the position
X 'add files' for .class, .jar should drop the stuff into 'code'
o external classes using loadStream, etc have trouble
_ history could be gzipped and appended to history.dat
_ along with another file that is actually a table of offsets
_ no need to make the thing a gzip stream
_ checkbox on menu for 'record history' ?
_ history converter option?
_ jikes errors are missing newline/linefeed ?
_ using run-expert.bat on 62 causes NullPointerException weirdness
_ network/shared_canvas, network/value has old code
_ write script to remove .DS_Store and CVS folders from dist
_ include version number in the about box
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
X bug in CLASSPATH setup inside processing.exe, had quotes
X was breaking the load of javax.comm.properties
assigned to dan haskovec, completed by fry
X for 'java' mode, try run using external vm
@@ -48,6 +36,20 @@ X lockup when something missing from classpath on dynamic load
X but makes no error.. peditorconsole probably swallowing it
0064
_ set PATH to include java (!)
_ history could be gzipped and appended to history.dat
_ along with another file that is actually a table of offsets
_ no need to make the thing a gzip stream
_ checkbox on menu for 'record history' ?
_ history converter option?
_ jikes errors are missing newline/linefeed ?
_ using run-expert.bat on 62 causes NullPointerException weirdness
_ network/shared_canvas, network/value has old code
_ write script to remove .DS_Store and CVS folders from dist
_ include version number in the about box
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
MEDIUM
_ ability to include other .java and .pde code from sketchbook folder