don't throw an error on empty shapes- those are perfectly normal e.g.
[swftools.git] / lib / modules /
2003-02-06 krammdon't throw an error on empty shapes- those are perfect...
2003-02-03 krammmade failed operations complain to stderr
2003-02-02 krammadded definebitsjpeg3 support.
2003-02-01 krammfixed scaling/advancing.
2003-01-31 kramm* zlib is now optional
2003-01-19 krammbugfix- cxforms in placeobject2 always have alpha
2003-01-17 kramm* bugfixes in sprite handling.
2003-01-07 krammbugfixes.
2003-01-04 krammimplemented definesound/startsound.
2002-12-08 krammadded FREEALL tag.
2002-12-08 krammbugfixes.
2002-11-03 krammbugfixes.
2002-10-28 krammFlash MX additions
2002-07-21 krammmore functions implemented.
2002-06-16 krammfixed morph shape ID enumerating.
2002-06-14 kramm* removed Font{Import,Export} functions
2002-06-14 krammfixed shape parsing bugs.
2002-06-13 krammmoved swf_GetMorphGradient from ../rfxswf.c.
2002-06-13 krammbugfix: font glyph boundaries weren't stored.
2002-06-13 krammimplemented SHAPE2 routines.
2002-06-12 kramm* implemented exportassets
2002-06-12 krammplaceobject(2) handling functions
2002-06-12 krammgetUsedIDs now also handles Morphshapes and some specia...
2002-06-06 krammfonts with 0 characters were parsed incorrectly.
2002-06-06 krammimplemented optional debugging.
2002-06-04 krammnew functions swf_SetDefineID, swf_Relocate.
2002-05-30 krammmade rfxswf actionscript routines threadsafe. ;)
2002-05-20 krammfixed block size.
2002-05-19 krammadded LAME mp3 routines.
2002-05-19 krammnew function swf_SetJPEGBits2().
2002-04-22 krammbugfixes.
2002-04-22 krammadded DefineFunction and With parsing.
2002-04-22 krammbugfix: doubles weren't parsed right.
2002-04-22 krammmore MX tags.
2002-04-21 krammbugfix: jump addresses are signed.
2002-04-21 krammadded Flash 6 Tags. (not deciphered yet)
2002-04-21 krammfixed compiler warnings.
2002-04-09 boehmeNew compile option: RFXSWF_DISABLESOUND
2002-03-23 krammadded functions for extracting positions of referred IDs
2002-03-22 kramm* removed flags field from SWFFONT structure
2002-03-05 krammfix -Wparentheses warnings.
2002-02-16 krammseveral bugfixes
2002-01-13 krammonly write the init header once per SWF.
2002-01-10 krammwrite sound data information
2002-01-10 kramminitial revision
2002-01-07 krammyet more big endian/solaris fixes. (especially the...
2002-01-07 krammseveral big endian fixes
2001-12-16 krammadded EditText handling.
2001-12-06 krammfixed advance values
2001-12-06 krammswf_WriteFont: write characters > 256
2001-12-03 boehmeswfdump: fix segfault and endless loop; improved action...
2001-11-30 krammadded buttoncxform, buttonsound, namecharacter to pseud...
2001-11-30 krammnew function isPseudoDefiningTag.
2001-11-29 krammspriteids and defineids are also defined in ../../src...
2001-11-29 krammnew function FontExtract_DefineTextCallback.
2001-11-28 krammadded YUV->RGB conversion.
2001-11-28 kramm* Don't rely on jpeglib to do any conversions anymore.
2001-11-21 krammsome versions of jpeglib don't support color conversion. release-0-1-2
2001-11-21 krammfix: grayscale jpegs weren't handled correctly
2001-11-18 kramm* fixed pushInt()
2001-11-18 krammfixjump didn't work if both arguments were identical...
2001-11-11 krammadded jump rewriting
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-11-10 krammswf_WriteFont: double spacing in text fields, remove...
2001-11-06 kramm* optimized a loop
2001-11-05 boehmeminor fixes: new font structure in dumpfont.c, commente...
2001-11-05 krammfixed some bugs in extractdefinefont2
2001-11-05 kramm* enumerate also definefont2 tags
2001-11-05 krammchanged gid to ascii2glyph and codes to glyph2ascii
2001-11-05 krammadded routine for dumping fonts.
2001-11-05 kramm* implemented definefont2 parsing
2001-11-05 krammadded tag types {EXPORT, IMPORT}ASSETS, ENABLEDEBUGGER
2001-11-04 krammadded swf_WriteFont and swfReadFont routines
2001-11-02 kramm* made output of dumpaction more nice
2001-11-02 krammadded DefineEditText in getDefineId.
2001-11-02 krammadded DEFINEEDITTEXT in getTagName()
2001-11-01 boehmeForgot DOS2UNIX ...
2001-11-01 boehmebugfix: ST_DEFINEBUTTON2 and CXForms
2001-10-31 krammFixed GetUrl.
2001-10-31 boehmefixed swf_FontImport()
2001-10-31 krammfixed opcode for GetUrl.
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-31 krammadded optimized routines for actioncode generation
2001-10-30 krammadded prefix swf_ to action enumeration routines.
2001-10-30 krammresolved conflicts
2001-10-30 krammadded action enumeration routines
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammadded ActionEnumerateURLs function.
2001-10-30 krammadded SetAction routine
2001-10-30 krammdon't include "args.h"
2001-10-30 krammModule for handling Flash 3/4/5 Actionscript.
2001-10-29 krammfixed getTagName so that it returns 0 if the Tag has...
2001-10-28 boehmenew lossless image functions (alpha channel still buggy...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-23 krammfixed ShapeSetLine (again) release-0-0-2
2001-10-22 krammGetName now uses GetTagPos, not GetTagPosPtr (which...
2001-10-22 kramm* ShapeSetEnd now resets the bit count
2001-10-22 krammmerged rainers jpeg patch, and converted newlines to...
2001-10-18 krammInitial revision