starting rev 0119

This commit is contained in:
benfry
2006-10-04 17:48:46 +00:00
parent 908e46abcb
commit d2b7f4c675
3 changed files with 32 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.<init>(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