mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
wrapping up revisions list
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
5
todo.txt
5
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
|
||||
|
||||
Reference in New Issue
Block a user