making notes for recent changes

This commit is contained in:
Ben Fry
2015-05-31 20:15:49 -04:00
parent d3a14b67e1
commit 2fb40f416f
2 changed files with 47 additions and 0 deletions

View File

@@ -1,7 +1,32 @@
0237 (3.0a10)
fixed earlier/can no longer reproduce
X strips when rendering spheres with lights and anti-aliasing
X https://github.com/processing/processing/issues/1185
andres/opengl
X set(0, 0, image) does not set alpha channel to opaque in P2D/P3D
X https://github.com/processing/processing/issues/2125
X save() and saveFrame() with OPENGL renderer fails
X https://github.com/processing/processing/issues/3334
X group shapes are broken in 3.0a9
X https://github.com/processing/processing/issues/3336
X only a quarter of the sketch is appearing with P2D_2X and P3D_2X
X (i.e. the image shows up too large)
X https://github.com/processing/processing/issues/3332
X https://github.com/processing/processing/issues/3327
X single transparent pixel at end of textures in OpenGL
X https://github.com/processing/processing/issues/115
X implement setImpl() instead of set() inside PGraphicsOpenGL
X https://github.com/processing/processing/issues/160
high priority
_ sketch window briefly appears on top left corner when using OpenGL
_ https://github.com/processing/processing/issues/3308
_ looks like we're off by 1 on monitor numbering
_ https://github.com/processing/processing/issues/3309
_ need a better option for using full screen
_ https://github.com/processing/processing/issues/3296
_ right now using a (display ignoring) hack to displayWidth/Height
@@ -72,6 +97,8 @@ _ probably from the material stuff, but we need to fix that
full screen
_ claim about a bar at the top in 10.9
_ https://github.com/processing/processing/issues/3305
_ present window draws in stages (OS X)
_ split 'present' and 'full screen'?
_ --full-screen causes considerable flicker at this point

View File

@@ -1,7 +1,21 @@
0237 (3.0a10)
fixed earlier
X Can't set Breakpoint from the Breakpoint bar at the side
X https://github.com/processing/processing/issues/2835
X Old version number shown in Mode Manager dialog
X https://github.com/processing/processing/issues/2843
gui
_ add new app and export icons (downloaded)
_ inquire about updated document icon
_ don't show breakpoints when debugger is off
_ https://github.com/processing/processing/issues/3093
_ no setting breakpoints when debugger is off
_ https://github.com/processing/processing/issues/3306
_ make breakpoints more prominent
_ https://github.com/processing/processing/issues/3307
_ finish the gui
_ https://github.com/processing/processing/issues/3072
_ add a "what's new" window to explain features in 3
@@ -27,6 +41,8 @@ _ otherwise could run in one mode, then try to stop in another
pde/build
_ when variables used in size(), getting exceptions instead of any warning
_ https://github.com/processing/processing/issues/3311
_ crashed on startup w/ JavaScript mode as default b/c PdeKeyListener not found
_ because it's in the other ClassLoader, can no longer rely on it
_ remove JavaMode.errorLogsEnabled and JavaEditor.writeErrorsToFile()
@@ -66,6 +82,10 @@ _ pass through the source to update licenses
_ add Processing Foundation as 2012-15
_ update license info to state gplv2 not v3
_ run through that online license checker
_ default display set to a second, then gets confused when monitor doesn't exist
_ is this not resetting the preference?
_ https://github.com/processing/processing/issues/1457
_ add last revision used / max revision used settings?
breakage