mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
starting rev 0119
This commit is contained in:
@@ -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.
|
||||
|
||||
4
done.txt
4
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
|
||||
|
||||
|
||||
24
todo.txt
24
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.<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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user