diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 4e0a23bda..70986c421 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,12 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0144 - XX July 2008 + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0143 - 28 July 2008 Now using ECJ (the Eclipse Compiler for Java) instead of Javac. The diff --git a/core/done.txt b/core/done.txt index 13381ac35..e6efb2b6b 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,27 @@ +0143 core +X some fonts broken in java 1.5 on osx have changed again +X http://dev.processing.org/bugs/show_bug.cgi?id=407 +X filed as bug #4769141 with apple http://bugreport.apple.com/ +X appears that asking for the postscript name no longer works +o fix "create font" and associated font stuff to straighten it out +X was grabbing the wrong native font with ico sketch +X seems that the psname is no longer a good way to grab the font? related? +X available font issues +X is getFontList returning a different set of fonts from device2d? +X try it out on java 1.3 versus 1.4 +X getAllFonts() not quite working for many fonts +X i.e. Orator Std on windows.. macosx seems to be ok +X is getFamilyNames() any different/better? +X when did this break? 1.4.1? 1.4.x vs 1.3? +X may be that cff fonts won't work? +X or is it only those with ps names? +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1117445969 +o leading looks too big, at least in PGraphics2 with news gothic +X though prolly the converted version of the .ttf? +X add a fix so that negative angle values won't hork up arc() command +X add resize() method to PImage + + 0142 core X update iText in PDF library to 2.1.2u X loadStrings(".") should not list directory contents diff --git a/core/todo.txt b/core/todo.txt index f4f1c3bed..6a5c7281f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,29 +1,13 @@ -0143 core -X some fonts broken in java 1.5 on osx have changed again -X http://dev.processing.org/bugs/show_bug.cgi?id=407 -X filed as bug #4769141 with apple http://bugreport.apple.com/ -X appears that asking for the postscript name no longer works -o fix "create font" and associated font stuff to straighten it out -X was grabbing the wrong native font with ico sketch -X seems that the psname is no longer a good way to grab the font? related? -X available font issues -X is getFontList returning a different set of fonts from device2d? -X try it out on java 1.3 versus 1.4 -X getAllFonts() not quite working for many fonts -X i.e. Orator Std on windows.. macosx seems to be ok -X is getFamilyNames() any different/better? -X when did this break? 1.4.1? 1.4.x vs 1.3? -X may be that cff fonts won't work? -X or is it only those with ps names? -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1117445969 -o leading looks too big, at least in PGraphics2 with news gothic -X though prolly the converted version of the .ttf? -X add a fix so that negative angle values won't hork up arc() command -X add resize() method to PImage +0144 core -_ use gluErrorString() for glError() stuff +opengl fixes _ incorporate changes from andres colubri into PGraphicsOpenGL +_ use gluErrorString() for glError() stuff +_ PGraphicsOpenGL.java: +_ directionalLight() and .pointLight() are both calling +_ glLightNoAmbient() which then creates a new FloatBuffer +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1199376364 _ if loading an image in p5 and the image is bad, no error msg shown _ that is, if a loadImage() turns up an access denied page @@ -47,10 +31,6 @@ _ maybe this is stop()? _ should we do joins when alpha is turned off? _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=OpenGL;action=display;num=1210007450 -_ PGraphicsOpenGL.java: -_ directionalLight() and .pointLight() are both calling -_ glLightNoAmbient() which then creates a new FloatBuffer -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1199376364 _ odd-size height will make blue line across image in saveFrame() _ probably the pixel flipping code (and endian sorting) not happening _ because the blue comes from the byte order flip @@ -77,7 +57,7 @@ _ so that the file size can be much smaller _ remove saveFile() methods? -_ ENABLE_DEPTH_SORT no really working for GL +_ ENABLE_DEPTH_SORT not really working for GL _ because the zbuffer is still there, it's still calculating _ actually, this is probably because it happens after the frame _ so really, flush is required whenever the depth sort is called diff --git a/done.txt b/done.txt index 7fbcb82f5..7388eb0ef 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,16 @@ +0143 pde +X fixed build problems with macosx and linux, thanks to reports +o need to compare with localized version of javac strings +X http://dev.processing.org/bugs/show_bug.cgi?id=828 +X just moving to ecj instead of javac +X preproc code showing through since it's on line 0: +X http://dev.processing.org/bugs/show_bug.cgi?id=831 +X also need to handle "unexpected type" error in that example +X "Target VM failed to initialize: VM initialization failed" when trying to run +X http://dev.processing.org/bugs/show_bug.cgi?id=796 +X add better error message for memory too high + + 0142 pde X fix "cannot parse error text" with duplicate var declaration X also found that errors were continuing to process after the first diff --git a/todo.txt b/todo.txt index d306b6187..67340009d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,5 @@ -0143 pde -X fixed build problems with macosx and linux, thanks to reports -o need to compare with localized version of javac strings -X http://dev.processing.org/bugs/show_bug.cgi?id=828 -X just moving to ecj instead of javac -X preproc code showing through since it's on line 0: -X http://dev.processing.org/bugs/show_bug.cgi?id=831 -X also need to handle "unexpected type" error in that example -X "Target VM failed to initialize: VM initialization failed" when trying to run -X http://dev.processing.org/bugs/show_bug.cgi?id=796 -X add better error message for memory too high +0144 pde + _ draw mode apps do not shut off the run button when finished