fix up broken tool setup, also wrapping up moviemaker mess

This commit is contained in:
benfry
2011-09-06 23:26:02 +00:00
parent 8bf4c8b9ab
commit 43009cb99f
9 changed files with 106 additions and 85 deletions
+9
View File
@@ -1,3 +1,12 @@
0200 core
X remove textMode(SCREEN)
X added expand(long) and expand(double) because of Table
X PImage.save() with full path raises exception
X http://code.google.com/p/processing/issues/detail?id=808
X update wiki re: PNode... also include notes about the changes
X add note about textMode(SCREEN) to the wiki
0199 core
X pnode: look more closely at json and xml compatibility
X argh, dumb mistake that broke SVG loading with loadNode()
+3 -9
View File
@@ -1,12 +1,6 @@
0200 core
X remove textMode(SCREEN)
X added expand(long) and expand(double) because of Table
X PImage.save() with full path raises exception
X http://code.google.com/p/processing/issues/detail?id=808
X update wiki re: PNode... also include notes about the changes
X add note about textMode(SCREEN) to the wiki
_ moviemaker built into core to write uncompressed frames? or PNG?
0201 core
o moviemaker built into core to write uncompressed frames? or PNG?
X doing this via a tool instead
_ change how beginRecord() works.. passing around PApplet vs PGraphics is gross
_ have to pass PApplet just to make the rendering work to both renderers