added some debugging code.
[swftools.git] / TODO
blobf0b5ce14690ea58ed05c3e3de95fbeefb3f34b18
1 swfc:
3     * .morph
4     * .soundstream
5     * text: newlines
6     * .texture
7     * .orbit
8     * plugins?
9     * .lock/.unlock
10     * object rel coords, as in obj1.(x,y) and monkey.nose
11         "follow me" feature:  default, or should it be explicitly specified?
12     * .replace command
13         .crossfade command?
14     * .egon  (stub is there, never really implemented)... folding edges?
15     * .importassets
16     * default output filename (name.sc -> name.swf) if unspecified
17     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
18     * .hide/.show?
19     * store instance coordinates for .put with same name after .del?
20     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
22 pdf2swf:
24     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
25               optional- use another color for dashed lines)
26     * several bounding boxes are too big
27     * support for ttf fonts in --fontdirs
28     * add support for FreeType
29     * upgrade xpdf
31 avi2swf:
33     * speed up h.263 routines (MMX?)
35 swfcombine:
37     * allow "combining" Actionscript and SWF.
38     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
39     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
40     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
41     * Handle Bounding boxes
42     * support for centering (remove need to set -x,-y parameters manually when linking
43       preloaders)
45 swfextract:
46     
47     * mp3 extraction should also work for movieclips.
48     * frame extraction should also extract not yet deleted characters from the previous frames.
50 swfbbox:
52     * support for MorphShape?
54 wav2swf:
56     * pad blocks for mp3 compression
57     * stereo support?
59 librfxswf:
61     * logging
63 png2swf:
65     * Image mode 4
66     * Interlace mode 1
68 Makefiles/configure/installation:
70     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
72 other:
74     * swf2fig
75     * swfrender
76     * update man pages
78 documentation:
80     * basic command set 
81     * example set illustrating basics
82     * cook book:  how to get familiar effects 
83         (fade/wipe/titles/scrolling/false perspective etc)
84     * complete list of all required packages and libs and how to get/build them