reset for 0191

This commit is contained in:
benfry
2010-08-27 23:57:29 +00:00
parent 280344c603
commit dcc2800673
4 changed files with 17 additions and 4 deletions
+8
View File
@@ -1,5 +1,13 @@
0191 android
A Get opengl matrices in A3D when GL_OES_matrix_get extension is not available
A http://code.google.com/p/processing/issues/detail?id=286
A Implement calculateModelviewInverse() in A3D
A http://code.google.com/p/processing/issues/detail?id=287
A Automatic clear/noClear() switch in A3D
A http://code.google.com/p/processing/issues/detail?id=289
A Camera issues in A3D
A http://code.google.com/p/processing/issues/detail?id=367
_ add to wiki: 1MB file size is max for data folder
_ Data exceeds UNCOMPRESS_DATA_MAX (11840328 vs 1048576)
+3 -3
View File
@@ -90,7 +90,7 @@ public class Base {
// classpath for all known libraries for p5
// (both those in the p5/libs folder and those with lib subfolders
// found in the sketchbook)
static public String librariesClassPath;
// static public String librariesClassPath;
// Location for untitled items
static File untitledFolder;
@@ -1328,8 +1328,8 @@ public class Base {
Compiler.contentsToClassPath(libraryFolder);
// grab all jars and classes from this folder,
// and append them to the library classpath
librariesClassPath +=
File.pathSeparatorChar + libraryClassPath;
// librariesClassPath +=
// File.pathSeparatorChar + libraryClassPath;
// need to associate each import with a library folder
String packages[] =
Compiler.packageListFromClassPath(libraryClassPath);
+3
View File
@@ -1,7 +1,10 @@
0191 core
X fix background(PImage) for OpenGL
X http://code.google.com/p/processing/issues/detail?id=336
X skip null entries with trim(String[])
_ textAlign() incorrect with default font on Mac OS X 10.6
_ http://code.google.com/p/processing/issues/detail?id=362
_ need to finish font changes wrt native fonts before any release
_ right now not in a good place--default font will be bitmapped and ugly
+3 -1
View File
@@ -1,4 +1,6 @@
0191
X remove unused librariesClassPath
X http://code.google.com/p/processing/issues/detail?id=360
mode work
@@ -22,7 +24,7 @@ _ http://code.google.com/p/processing/issues/detail?id=325
_ Exported libraries don't mantain symbolic links
_ http://code.google.com/p/processing/issues/detail?id=353
_ launch4j problem
_ launch4j problem - FIXABLE
_ no crash when double-clicking a sketch and loading it
_ http://code.google.com/p/processing/issues/detail?id=231
_ disappearing horizontal scroll bar