fix for bug #1245 cacheMap issue

This commit is contained in:
benfry
2009-05-14 19:55:52 +00:00
parent 4d58b9002a
commit 44d0663454
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ X also causes problems with PDF
X preliminary thread() implementation
X double param version of map()
_ what other methods should work with doubles? math?
X PImage cacheMap problem when using PImage.get()
X http://dev.processing.org/bugs/show_bug.cgi?id=1245
_ what's the difference with ascent on loadFont vs. createFont?
+4
View File
@@ -8,6 +8,10 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=1237
X update to java 6u13 on windows
_ update to java 6u13 on linux
_ switch to better deployment script for applets (download java kernel)
_ http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deplToolkit
_ make sure javadoc builds and uploads, also the zip files
_ add additional caveats about incompletion
_ problem with keyboard shortcuts when building from source
_ http://dev.processing.org/bugs/show_bug.cgi?id=1231