mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
updates to revisions and todo for the release
This commit is contained in:
@@ -7,6 +7,55 @@ releases will be super crusty.
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0086 - 1 may 2005
|
||||
|
||||
fixes for a couple major bugs in the beta release.
|
||||
|
||||
|
||||
[ large ]
|
||||
|
||||
- "Save As" bugs fixed, along with some others found in "Rename"
|
||||
|
||||
- fixed an error that caused applets to require Java 1.3
|
||||
|
||||
- camera should no longer be backwards
|
||||
|
||||
|
||||
[ medium ]
|
||||
|
||||
- fixed the smashed text in the preferences window
|
||||
|
||||
- saveFrame() fixed once again
|
||||
|
||||
- color() wasn't properly changing with colorMode(HSB)
|
||||
|
||||
- Linux: serial and net libraries weren't included in the last release
|
||||
|
||||
- fix to make the environment run on Mac OS X 10.2
|
||||
|
||||
- caret and scroll position is now saved when switching tabs
|
||||
|
||||
|
||||
[ small ]
|
||||
|
||||
- fov on camera() changed to use radians
|
||||
|
||||
- lookat() has been removed, because its functionality is
|
||||
duplicated by camera().
|
||||
|
||||
- no longer throws an error with beginShape/endShape calls
|
||||
that have no vertex() calls in-between
|
||||
|
||||
- added an error for people who try to use textMode(RIGHT)
|
||||
|
||||
- updated the Windows and Linux downloads to include Java 1.4.2_07
|
||||
|
||||
- lots of changes to the faq
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0085 - 19 april 2005 - beta
|
||||
|
||||
- camera() was missing from PGraphics
|
||||
|
||||
@@ -13,11 +13,6 @@ X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action
|
||||
X ex on endshape if no calls to vertex
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113940972
|
||||
|
||||
_ polygons perpendicular to axis not drawing
|
||||
_ is this a clipping error?
|
||||
_ probably a triangulation error, because triangles work ok
|
||||
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114158993;start=0
|
||||
|
||||
_ is camera backwards, or staying fixed and moving the scene?
|
||||
_ camera() is broken, should be ok to call it at beinning of loop
|
||||
_ end of lookat might be backwards
|
||||
@@ -30,6 +25,11 @@ _ beginCamera also grabs it backwards
|
||||
|
||||
high priority but not *required* for 86
|
||||
|
||||
_ polygons perpendicular to axis not drawing
|
||||
_ is this a clipping error?
|
||||
_ probably a triangulation error, because triangles work ok
|
||||
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114158993;start=0
|
||||
|
||||
_ createGraphics(200, 200) to create same as source
|
||||
_ createGraphics(200, 200, P2D) to create 2D from 3D
|
||||
_ also, drawing a PGraphics2 doesn't seem to work
|
||||
|
||||
Reference in New Issue
Block a user