summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2001-12-16fixed font pathkramm1-4/+4
2001-12-16logf argument names changed.kramm1-3/+3
2001-12-13added byte order handlingkramm2-7/+26
2001-12-09fixed stupid typo defining false to be one (1), which caused zlibkramm1-1/+1
2001-12-06fixed advance valueskramm2-5/+5
2001-12-06* fixed memory leakskramm1-15/+34
2001-12-06swf_WriteFont: write characters > 256kramm1-11/+9
2001-12-05added #define HAVE_BOOLEAN, to tell the jpeglib that it hasn't tokramm1-0/+1
2001-12-04added #defines for TRUE/FALSE (rfxswf.h), and tell jpeglib that wekramm1-0/+7
2001-12-03swfdump: fix segfault and endless loop; improved action code outputboehme1-3/+28
2001-12-03added additive bitmap routines. (for alpha overlaying)kramm1-15/+60
2001-12-02added avi2swf.kramm1-1/+7
2001-12-02initial revision.kramm1-0/+231
2001-12-02s/GetDataSize/GetTagLen/gkramm3-5/+7
2001-12-02new function is_in_range.kramm1-0/+75
2001-11-30added buttoncxform, buttonsound, namecharacter to pseudodefines.kramm1-3/+7
2001-11-30new function isPseudoDefiningTag.kramm2-1/+21
2001-11-29spriteids and defineids are also defined in ../../src/flash.h. Changed namekramm1-6/+6
2001-11-29new function FontExtract_DefineTextCallback.kramm1-1/+12
2001-11-29prototype for FontExtract_DefineTextCallback.kramm1-0/+4
2001-11-28added YUV->RGB conversion.kramm1-3/+12
2001-11-28* Don't rely on jpeglib to do any conversions anymore.kramm1-5/+33
2001-11-21some versions of jpeglib don't support color conversion.release-0-1-2kramm1-5/+20
2001-11-21fix: grayscale jpegs weren't handled correctlykramm1-1/+1
2001-11-19SetMatrix: Handle matrix values which are too large.kramm1-0/+12
2001-11-18* fixed pushInt()kramm1-1/+28
2001-11-18fixjump didn't work if both arguments were identical. (used in tight loops)kramm1-5/+4
2001-11-16added escape-key action conditionkramm1-0/+22
2001-11-15new example: glyphshape.cboehme2-4/+171
2001-11-11added jump rewritingkramm1-0/+63
2001-11-11added jump rewriting for actionscriptkramm1-0/+6
2001-11-11fixed some targetsboehme1-4/+6
2001-11-11minor fixes: swf_SetBits(), cleanup shape struct, fixed dumpfontboehme4-26/+6
2001-11-11fixed header.kramm1-2/+3
2001-11-10swf_WriteFont: double spacing in text fields, remove the useDefineFont2kramm1-26/+28
2001-11-10swf_WriteFont doesn't take a useDefineFont2 parameter any longer.kramm1-1/+1
2001-11-10utility for creating the standard fonts in swf formatkramm1-0/+176
2001-11-10added makefonts utilitykramm1-2/+9
2001-11-08fixed a typo in swf_ActionSetkramm1-1/+1
2001-11-06changed actionscript-module function nameskramm1-2/+3
2001-11-06* optimized a loopkramm1-5/+16
2001-11-06* updated function nameskramm1-3/+5
2001-11-05minor fixes: new font structure in dumpfont.c, commented obsolete functions, ...boehme4-13/+15
2001-11-05added memsetkramm1-0/+1
2001-11-05fixed some bugs in extractdefinefont2kramm1-3/+10
2001-11-05* enumerate also definefont2 tagskramm1-3/+6
2001-11-05generate code for new SWFFONT struct.kramm1-11/+14
2001-11-05changed to new SWFFONT struct.kramm1-15/+17
2001-11-05changed gid to ascii2glyph and codes to glyph2asciikramm1-62/+100
2001-11-05changed codes and gid in SWFFONT to glyph2ascii and ascii2glyph.kramm1-2/+3