* added new files from ttf2pt1 3.4.3
[swftools.git] / TODO
diff --git a/TODO b/TODO
index 04f31d1..6f84322 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,24 +1,42 @@
 swfc:
 
+    * simple actionscript commands
+    * rewrite in python
+    * .texture
+    * .lock/.unlock
+    * object rel coords, as in obj1.(x,y) and monkey.nose
+       "follow me" feature:  default, or should it be explicitly specified?
     * .replace command
-    * output filename (name.sc -> name.swf)
+       .crossfade command????
+    * .soundstream
+    * text:  newlines
+    * .egon  (stub is there, never really implemented)... folding edges?
+    * .editbox
+    * .importassets
+    * default output filename (name.sc -> name.swf) if unspecified
+    * change .swf to .flash ?  
+       import swfs with .swf instead of .movie?
     * .hide/.show?
-    * .rotate
+    * .orbit
     * store instance coordinates for .put with same name after .del?
+    * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
 
 pdf2swf:
 
     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
              optional- use another color for dashed lines)
-    * fix memory leaks
-    * some bounding boxes are too big
+    * several bounding boxes are too big
     * support for ttf fonts in --fontdirs
-    * upgrade ttf2pt1
 
 font2swf:
     
     * implement support for truetype fonts.
 
+avi2swf:
+
+    * update manpage
+    * speed up h.263 routines (MMX?)
+
 swfcombine:
 
     * Handle Bounding boxes
@@ -32,16 +50,30 @@ swfextract:
     
     * mp3 extraction should also work for movieclips.
 
-wav2swf:
-    
-    * -r flag doesn't work without -d option.
+swfbbox:
+
+    * add manpage
+    * support for text boxes
 
 librfxswf:
 
     * Actionscript has memory leaks
     * Font routines still need a little more work (shape alignment)
 
+Makefiles/configure/installation:
+
+    * check for vsnprintf
+
 other:
 
-    * swfcrop
     * swf2fig
+    * swfrender
+
+documentation:
+
+    * basic command set 
+    * example set illustrating basics
+    * cook book:  how to get familiar effects 
+       (fade/wipe/titles/scrolling/false perspective etc)
+    * complete list of all required packages and libs and how to get/build them
+