X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=TODO;h=6f843222fda493e36a4b891e5c6ce8a2fa25cbce;hp=04f31d15748b071e6a6d438da279c4b8ccb2449a;hb=67d6cef02b9f958dfe9a43efdf0985f538787195;hpb=45f50581326af82adcb6c03eecd5082487a0a042 diff --git a/TODO b/TODO index 04f31d1..6f84322 100644 --- 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 +