diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index f97ebdab2..28d937070 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,6 +1,6 @@ PROCESSING 2.0.3 (REV 0221) - 23 August 2013 -Several OpenGL fixes. +Lots of bug fixes. [ andres vs the volcano ] @@ -53,14 +53,24 @@ Several OpenGL fixes. + Additional improvements to memory handling with images https://github.com/processing/processing/issues/1975 ++ Additional memory handling changes for render buffers + https://github.com/processing/processing/issues/1776 + + PShape does not draw arc properly https://github.com/processing/processing/issues/1990 ++ PShape style is not restored after calling enableStyle in P2D/P3D + https://github.com/processing/processing/issues/2061 + [ other bug fixes ] + Fix options parsing on loadTable() to handle spaces. ++ PVector.angleBetween() returns 0 for 3D vectors whenever x and y are both 0 + https://github.com/processing/processing/issues/2045 + https://github.com/processing/processing/pull/2046 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index 6e2fcdae3..08570d88c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,9 @@ 0221 core X fix options parsing on loadTable() to handle spaces X add static versions of loadJSONObject and loadJSONArray that take File inputs +X PVector.angleBetween() returns 0 for 3D vectors whenever x and y are both 0 +X https://github.com/processing/processing/issues/2045 +X https://github.com/processing/processing/pull/2046 andres X blendMode() change causes OpenGL renderer to be very slow @@ -35,6 +38,11 @@ X https://github.com/processing/processing/issues/1975 X PShape does not draw arc properly X https://github.com/processing/processing/issues/1990 +X Additional memory handling changes for render buffers +X https://github.com/processing/processing/issues/1776 +X PShape style is not restored after calling enableStyle in P2D/P3D +X https://github.com/processing/processing/issues/2061 + video X problem with bit shifting X https://github.com/processing/processing/pull/2023 diff --git a/todo.txt b/todo.txt index 9312d89df..d4b1739c0 100644 --- a/todo.txt +++ b/todo.txt @@ -3,9 +3,6 @@ X add double quotes to readlink call, fixes issue w/ paths and spaces X https://github.com/processing/processing/pull/2027 X fix submitted by hamoid -_ changing modes brings the PDE back on the second screen -_ the Find window (also the save windows) also have the same problem - high _ MovieMaker needs to be compiling as 1.6 @@ -27,6 +24,8 @@ _ and doesn't just look for .Trash _ getCoreLibrary() is breaking OpenGL _ "new Library()" constructor needs to go back to private _ add .bat file to lib on windows so that we can get better debugging info +_ changing modes brings the PDE back on the second screen +_ the Find window (also the save windows) also have the same problem 7u40 switch _ change how export is handled