@@ -13,8 +13,8 @@ an author of these, see the notes in the link above. We're also planning some
1313sort of online Q & A / office hours / talk to Ben about what's changed session
1414to help folks along. We want to help, we just need to find the time.
1515
16- For those into the nitty gritty, here are the details of what's changed
17- since 3.0 alpha 11:
16+ And for those into the nitty gritty, or who enjoy lame jokes about esoteric
17+ technical details, the detailed changes since 3.0 alpha 11 are below.
1818
1919
2020[ bug fixes ]
@@ -148,30 +148,26 @@ since 3.0 alpha 11:
148148 https://github.com/processing/processing/pull/3527
149149 https://github.com/processing/processing/issues/2771
150150
151- X ArrayIndexOutOfBoundsException error when enabling depth sorting in P3D
152- X https://github.com/processing/processing/pull/3477
153- X https://github.com/processing/processing/issues/3476
154- X Fix curves - properly this time
155- X https://github.com/processing/processing/pull/3501
156- X Remove duplicate curve vertex
157- X https://github.com/processing/processing/pull/3496
158- X https://github.com/processing/processing/issues/2937
159- X JOGL window size is now set properly
160- X https://github.com/processing/processing/pull/3493
161- X https://github.com/processing/processing/issues/3223
162- X more sorter work
163- X https://github.com/processing/processing/pull/3507
164- X Depth sorting wrong when drawing inside setup(), P3D
165- X can no longer be reproduced
166- X https://github.com/processing/processing/issues/2483
167- X Device parsing on Linux is incorrect
168- X https://github.com/processing/processing/issues/3532
169- o don't show display warning when display 1 doesn't exist
170- X apparently this was an OpenGL bug (#3532)
171- X flush geometry when lighting changes
172- X otherwise lights apply to the entire scene
173- X https://github.com/processing/processing/issues/3533
151+ + ArrayIndexOutOfBoundsException error when enabling depth sorting in P3D
152+ https://github.com/processing/processing/pull/3477
153+ https://github.com/processing/processing/issues/3476
154+
155+ + Fix curves - properly this time
156+ https://github.com/processing/processing/pull/3501
157+
158+ + Remove duplicate curve vertex
159+ https://github.com/processing/processing/pull/3496
160+ https://github.com/processing/processing/issues/2937
161+
162+ + JOGL window size is now set properly
163+ https://github.com/processing/processing/pull/3493
164+ https://github.com/processing/processing/issues/3223
165+
166+ + Device parsing on Linux is incorrect, causing "display 1 doesn't exist" msg
167+ https://github.com/processing/processing/issues/3532
174168
169+ + Flush geometry when lighting changes, otherwise lights apply to entire scene
170+ https://github.com/processing/processing/issues/3533
175171
176172
177173. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0 commit comments