From d2b7f4c6750c6b7bf6fbf5fdb1cdaaa68d4084bd Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 4 Oct 2006 17:48:46 +0000 Subject: [PATCH] starting rev 0119 --- build/shared/revisions.txt | 6 ++++++ done.txt | 4 ++++ todo.txt | 24 ++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 29c9966c9..d806e61b1 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,12 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0119 - ?? October 2006 + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0118 - 1 October 2006 This release fixes two major bugs that are minor fixes. diff --git a/done.txt b/done.txt index 9ec580dc1..8bd94e5ae 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0118 pde +X no changes, only an opengl export fix + + 0117 pde X add PGraphicsOpenGL change to revisions.txt and the changes faq diff --git a/todo.txt b/todo.txt index 8038c0d1b..31725fe21 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,26 @@ -0118 pde -X no changes, only an opengl export fix +0119 pde +X .java files weren't working in 116+ +X http://dev.processing.org/bugs/show_bug.cgi?id=405 +_ need to document changes to int() (no longer accepts boolean) +_ also parseInt and parseFloat, how they can return another number of NaN + +_ macosx dropping exceptions all the time.. grr +_ solution is to export, and then see how it runs +_ this is particularly bad with threaded applications + +Exception in thread "Thread-2" java.lang.NoClassDefFoundError: +processing/core/PApplet + at processing.serial.Serial.(Serial.java:156) + +generally, that error means that something is missing from the +CLASSPATH. the NoClassDefError gives erroneous feedback about *what* +class is actually missing, as of java 1.3+ (yay!) + +so perhaps conflicting versions of a library in the sketchbook (solve +this by setting to an empty sketchbook temporarily) or files might be +installed in the CLASSPATH variable or something conflicting in +/System/Library/Extensions. _ add server/client notification thing for the nyu guys