changes for 85, hopefully closing in

This commit is contained in:
benfry
2005-04-19 07:24:18 +00:00
parent 227a1ef9f4
commit 38fc2d5225
5 changed files with 28 additions and 11 deletions

View File

@@ -3068,12 +3068,12 @@ public class PApplet extends Applet
//System.out.println("found the wrong case");
//throw new RuntimeException("wrong case");
}
} catch (IOException e) { }
} catch (Exception e) { } // ioex or security
stream = new FileInputStream(file);
if (stream != null) return stream;
} catch (IOException e) { } // ignored
} catch (Exception e) { } // ioex or security
}
try {

View File

@@ -1,16 +1,16 @@
0084 core
X fixed create font / incremented font file version number
X simon lighting fixes
X added simon's lighting docs to lights() fxn in javadoc
X set default stroke cap as ROUND
X otherwise smooth() makes points disappear
X hack for text with a z coordinate
0085 core
X camera() was missing from PGraphics
X some tweaks to openStream() for loading images and less errors
X basic clipping in P3D from simon
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
NOT COMPLETELY NECESSARY BEFORE BETA
_ bizarre image loading error with c_Rollover.zip
_ text() with a z coordinate is now using translate, very slow
_ also puts up a weird error message about translate() in 2D mode