going through the bugs list

This commit is contained in:
Ben Fry
2020-09-23 20:38:04 -04:00
parent 2b19ff8d26
commit a564b71602
2 changed files with 40 additions and 8 deletions
+21
View File
@@ -4,12 +4,21 @@ X https://github.com/processing/processing/pull/6081
fixed in 4.x (close/lock these with final 4.0 release)
_ AppKit errors from P2D/P3D
_ https://github.com/processing/processing/issues/5880
X Export Application broken in Processing 3.5.4 when using P2D or P3D renderers
X may be a JOGL bug, fixed by the 2.4 RC (therefore fixed in 4.x already?)
_ https://github.com/processing/processing/issues/5983
_ Profile GL3bc is not available on X11GraphicsDevice
_ https://github.com/processing/processing/issues/5476
X Cannot run rotateZ() within the PShape class
_ https://github.com/processing/processing/issues/5770
_ size() not working on ubuntu 16 and processing 3.5.3
_ https://github.com/processing/processing/issues/5912
_ Complaints that size() is not working
_ Windows: https://github.com/processing/processing/issues/6046
_ Linux: https://github.com/processing/processing/issues/5912
_ JDK 11.0.7+ workarounds/hacks in place, fix them
_ https://github.com/processing/processing4/issues/124
@@ -126,6 +135,18 @@ https://bkaradzic.github.io/bgfx/
https://bkaradzic.github.io/bgfx/examples.html
possible additions for 4.x?
_ Tint on FX2D now works properly, and improved JavaFX/Scenebuilder integration
_ https://github.com/processing/processing/pull/6051
_ make offscreen PGraphicsFX2D work
_ https://github.com/processing/processing/issues/4638
_ https://github.com/processing/processing/pull/4698
_ Add support for floating point textures to OpenGL (using a hint?)
_ https://github.com/processing/processing/issues/3321
_ Friendly Names for new Sketches (includes UI for switching it back)
_ https://github.com/processing/processing/pull/6048
from Casey
_ Math for BLEND incorrect in the reference?
_ https://github.com/processing/processing-docs/issues/762
+19 -8
View File
@@ -1,11 +1,16 @@
1272 (4.0a3)
X make changes to get sound and video to prompt on Catalina
X also fix for exported applications
X added NSCameraUsageDescription and NSMicrophoneUsageDescription to Info.plist
X also for exported applications
X audio and video broken on macOS b/c can't access mic/camera
X https://github.com/processing/processing-sound/issues/51
_ startup chatter (from appbundler?)
_ Processing[25059:13082813] int launch(char *, int, char **) Launchpath
_ 'Basics' always open in examples list
_ 'Basics' folder always open in examples list
_ get vaqua back out of there
_ need to fix this text:
@@ -15,15 +20,10 @@ _ also need spaces in the size command, per our guidelines
_ JSSC binaries for windows_32 and windows_64 appear to be macOS files
_ https://github.com/processing/processing4/issues/119
X audio and video broken on macOS b/c can't access mic/camera
_ https://github.com/processing/processing-sound/issues/51
_ need an updated version of the video library
_ https://github.com/processing/processing-video/issues/134
_ workarounds https://gist.github.com/i3games/b063987dfb62baf5d0afda422631b480
<key>NSCameraUsageDescription</key>
<string>The sketch you're running needs access to your video camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>The sketch you're running needs access to your microphone.</string>
https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos
_ helpful comment on video
_ https://github.com/processing/processing-video/issues/134#issuecomment-617301980
_ beta 4 works better, but only if replacing just the library folder
@@ -33,6 +33,17 @@ _ update appbundler? https://github.com/TheInfiniteKind/appbundler
_ might be broken though https://github.com/TheInfiniteKind/appbundler/issues/70
_ symlink https://github.com/TheInfiniteKind/appbundler/issues/1
fixed in 4.x?
_ HDPI support GNOME desktop
_ https://github.com/processing/processing/issues/6059
possible additions for 4.x?
_ Friendly Names for new Sketches (includes UI for switching it back)
_ https://github.com/processing/processing/pull/6048
before final release
_ Update graphics and visual design elements for 4.x
_ https://github.com/processing/processing4/issues/48