Brought up to date
authorkramm <kramm>
Wed, 3 Dec 2003 19:29:35 +0000 (19:29 +0000)
committerkramm <kramm>
Wed, 3 Dec 2003 19:29:35 +0000 (19:29 +0000)
ChangeLog
FAQ
TODO

index 5db328b..d8ebfc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3.
        * lib/: changed logf to msg (support for gcc 3.2)
        * src/jpeg2swf: Added support for H.263 compression (for correlated images).
+       * swfc: New tool, allow compilation of .sc files to swf
+       * swfbbox: New Tool, allows several bounding box operations on SWFs
+       * wav2swf: added support for samplerate 44100 (Marcus Doemling)
+       * avi2swf: added -r (--mp3-samplerate) parameter (Marcus Doemling)
+
diff --git a/FAQ b/FAQ
index 93e7770..37cba0c 100644 (file)
--- a/FAQ
+++ b/FAQ
 
 11.) Is there a mailing list for SWFTools?
 
-    There used to be, however it was shut down due to lack of traffic. The archive
-    is available as raw INBOX file on http://www.quiss.org/swftools/list.tar.gz .
+    Yes there is. You can subscribe by going to
+    
+    http://mail.nongnu.org/mailman/listinfo/swftools-common
 
diff --git a/TODO b/TODO
index 85ad8ab..0d17ea4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ swfc:
 
     * simple actionscript commands
     * rewrite in python
+    * python plugins?
     * .texture
     * .lock/.unlock
     * object rel coords, as in obj1.(x,y) and monkey.nose
@@ -12,10 +13,9 @@ swfc:
     * text:  newlines
     * .egon  (stub is there, never really implemented)... folding edges?
     * .editbox
+    * .buttons
     * .importassets
     * default output filename (name.sc -> name.swf) if unspecified
-    * change .swf to .flash ?  
-       import swfs with .swf instead of .movie?
     * .hide/.show?
     * .orbit
     * store instance coordinates for .put with same name after .del?
@@ -47,6 +47,7 @@ swfcombine:
        relocate depth in normalcombine()
     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
+    * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
     * support for centering (remove need to set -x,-y parameters manually when linking
       preloaders)
 
@@ -61,7 +62,6 @@ swfbbox:
 
 wav2swf:
 
-    * support for 44100khz
     * pad blocks for mp3 compression
 
 librfxswf:
@@ -69,6 +69,11 @@ librfxswf:
     * Actionscript has memory leaks
     * Font routines still need a little more work (shape alignment)
 
+png2swf:
+
+    * Image mode 4
+    * Interlace mode 1
+
 Makefiles/configure/installation:
 
     * check for vsnprintf, strndup etc. and supply replacements