notes from Github updates

This commit is contained in:
Ben Fry
2015-10-19 19:13:43 -04:00
parent b18a68a2c8
commit 40974e118e
2 changed files with 22 additions and 0 deletions
+12
View File
@@ -10,6 +10,12 @@ X figure our size(img.width, img.height) situation
X just make loadImage() work in settings
_ update the wiki and reference
jakub
X Fix depth sorter ordering when two triangles in a plane share vertices
X https://github.com/processing/processing/pull/4010
X Turn off fixed rate scheduling in OpenGL
X https://github.com/processing/processing/pull/4004
andres
X cursor() fails to work as expected with P2D/P3D
X https://github.com/processing/processing/issues/3955
@@ -18,6 +24,12 @@ X https://github.com/processing/processing/issues/3947
X https://github.com/processing/processing/issues/3973
X Regressions wrt GLES2 support between b4 and b7
X https://github.com/processing/processing/issues/3976
X stroke glitches in P3D
X https://github.com/processing/processing/issues/4007
X https://github.com/processing/processing/issues/4027
X https://github.com/processing/processing/issues/4012
X line loops incorrectly closed in P3D
X https://github.com/processing/processing/issues/4031
jogl
X Update to JogAmp JOGL 2.3.2
+10
View File
@@ -1,6 +1,11 @@
0247 (3.0.1)
X NullPointerException in ContributionManager.deleteTemp()
X https://github.com/processing/processing/issues/4026
contribs
X Tweak Mode sometimes freezes while running, require a force quit
X https://github.com/processing/processing/issues/3928
X https://github.com/processing/processing/pull/4014
X Update Japanese translation
X https://github.com/processing/processing/pull/3956
_ https://github.com/processing/processing/pull/3971
@@ -10,6 +15,8 @@ _ make sure naming, etc is all correct
X processing-java stealing focus even with --build flag
X https://github.com/processing/processing/issues/3996
X https://github.com/processing/processing/pull/3998
_ question about PDE_pt-br instead of PDE_pt
_ https://github.com/processing/processing/issues/4018
jakub
X Include Example packs into update count
@@ -21,6 +28,9 @@ X https://github.com/processing/processing/issues/3929
X Library path for Error Checker and Suggestions
X https://github.com/processing/processing/pull/3989
X https://github.com/processing/processing/issues/3924
X A serious error occurred while trying to create a new editor window
X https://github.com/processing/processing/issues/3974
X https://github.com/processing/processing/pull/4001
known issues