diff --git a/core/todo.txt b/core/todo.txt index cd81e0717..98048b43a 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -67,6 +67,8 @@ _ i think the listeners aren't re-added, but need to double check _ PSound.play() won't play the sound a 2nd time (reopened) _ http://dev.processing.org/bugs/show_bug.cgi?id=208 +_ loadSound apparently broken in java 1.5? +_ http://dev.processing.org/bugs/show_bug.cgi?id=285 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -366,7 +368,10 @@ _ and then does 5 step sizes for each curveto CORE / PGraphics - +_ point() doesn't work with some graphics card setups +_ particularly with opengl and java2d +_ http://dev.processing.org/bugs/show_bug.cgi?id=121 +_ http://dev.processing.org/bugs/show_bug.cgi?id=269 _ cairo tesselation used: _ John Hobby, Practical Segment Intersection with Finite Precision _ Output. Computational Geometry Theory and Application, 13(4), 1999. @@ -647,8 +652,6 @@ _ implement hint(NO_DEPTH_TEST) for opengl _ images are memory leaking pretty badly _ texture re-allocated on each frame _ http://dev.processing.org/bugs/show_bug.cgi?id=150 -_ point() doesn't work with some graphics card setups -_ http://dev.processing.org/bugs/show_bug.cgi?id=121 _ blend(), get(), set(), copy(), loadPixels, updatePixels() are broken in opengl _ set(x, y, image) y reversed in openGL _ http://dev.processing.org/bugs/show_bug.cgi?id=91 diff --git a/todo.txt b/todo.txt index 42b4b52e0..61d45b90a 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,10 @@ 0104 pde X removed "yep yep yep" when using "Create Font" +_ p5 not saving changes on quit, even if you say 'yes' +_ http://dev.processing.org/bugs/show_bug.cgi?id=276 +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1139519266;start=;mstate=0 + X update osx for intel binary (if necessary) _ http://developer.apple.com/qa/qa2005/qa1295.html _ find/build universal version of jogl @@ -10,6 +14,9 @@ X updated the jikes included with p5 to be the universal version X add notes to the faq about status X set java version to be 1.4, not 1.4+ +X fix LD_LIBRARY_PATH issues for applications on some linux distros +X http://dev.processing.org/bugs/show_bug.cgi?id=234 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .