added info about the mailing-list.
[swftools.git] / TODO
1 swfc:
2
3     * simple actionscript commands
4     * rewrite in python
5     * python plugins?
6     * .texture
7     * .lock/.unlock
8     * object rel coords, as in obj1.(x,y) and monkey.nose
9         "follow me" feature:  default, or should it be explicitly specified?
10     * .replace command
11         .crossfade command????
12     * .soundstream
13     * text:  newlines
14     * .egon  (stub is there, never really implemented)... folding edges?
15     * .editbox
16     * .buttons
17     * .importassets
18     * default output filename (name.sc -> name.swf) if unspecified
19     * .hide/.show?
20     * .orbit
21     * store instance coordinates for .put with same name after .del?
22     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
23
24 pdf2swf:
25
26     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
27               optional- use another color for dashed lines)
28     * several bounding boxes are too big
29     * support for ttf fonts in --fontdirs
30     * add support for FreeType
31
32 font2swf:
33     
34     * implement support for truetype fonts.
35
36 avi2swf:
37
38     * update manpage
39     * speed up h.263 routines (MMX?)
40
41 swfcombine:
42
43     * Handle Bounding boxes
44     * Relocate  SetTarget "/content"  stuff, too?
45     * allow "combining" Actionscript and SWF.
46     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
47         relocate depth in normalcombine()
48     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
49     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
50     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
51     * support for centering (remove need to set -x,-y parameters manually when linking
52       preloaders)
53
54 swfextract:
55     
56     * mp3 extraction should also work for movieclips.
57
58 swfbbox:
59
60     * add manpage
61     * support for text boxes
62
63 wav2swf:
64
65     * pad blocks for mp3 compression
66
67 librfxswf:
68
69     * Actionscript has memory leaks
70     * Font routines still need a little more work (shape alignment)
71
72 png2swf:
73
74     * Image mode 4
75     * Interlace mode 1
76
77 Makefiles/configure/installation:
78
79     * check for vsnprintf, strndup etc. and supply replacements
80
81 other:
82
83     * swf2fig
84     * swfrender
85
86 documentation:
87
88     * basic command set 
89     * example set illustrating basics
90     * cook book:  how to get familiar effects 
91         (fade/wipe/titles/scrolling/false perspective etc)
92     * complete list of all required packages and libs and how to get/build them
93