swftools.git
15 years agoadded list_prepend method
kramm [Tue, 2 Dec 2008 17:06:27 +0000 (17:06 +0000)]
added list_prepend method

15 years agofixed some bugs in handlenumber()
kramm [Tue, 2 Dec 2008 17:05:49 +0000 (17:05 +0000)]
fixed some bugs in handlenumber()

15 years agorenamed all keywords KW_KEYWORD, added number conversion
kramm [Tue, 2 Dec 2008 17:05:41 +0000 (17:05 +0000)]
renamed all keywords KW_KEYWORD, added number conversion

15 years agomore stub code
kramm [Tue, 2 Dec 2008 17:04:32 +0000 (17:04 +0000)]
more stub code

15 years agoadded more built-in types
kramm [Tue, 2 Dec 2008 17:04:25 +0000 (17:04 +0000)]
added more built-in types

15 years agorenamed 'package' to 'public'
kramm [Tue, 2 Dec 2008 17:03:48 +0000 (17:03 +0000)]
renamed 'package' to 'public'

15 years agorenamed to_string to tostring
kramm [Tue, 2 Dec 2008 17:03:39 +0000 (17:03 +0000)]
renamed to_string to tostring

15 years agoreworked grammar, added variable definitions
kramm [Tue, 2 Dec 2008 17:03:27 +0000 (17:03 +0000)]
reworked grammar, added variable definitions

15 years agoswitched to %union
kramm [Tue, 2 Dec 2008 17:03:18 +0000 (17:03 +0000)]
switched to %union

15 years agoinitial checkin
kramm [Tue, 2 Dec 2008 17:03:09 +0000 (17:03 +0000)]
initial checkin

15 years agoadded code_append()
kramm [Tue, 2 Dec 2008 17:02:38 +0000 (17:02 +0000)]
added code_append()

15 years agofixed segfault in code_find_start()
kramm [Tue, 2 Dec 2008 17:02:29 +0000 (17:02 +0000)]
fixed segfault in code_find_start()

15 years agomoved parsed methodbody parameters into 'old' struct
kramm [Tue, 2 Dec 2008 17:01:57 +0000 (17:01 +0000)]
moved parsed methodbody parameters into 'old' struct

15 years agoreturntype is a multiname, now
kramm [Tue, 2 Dec 2008 17:01:48 +0000 (17:01 +0000)]
returntype is a multiname, now

15 years agofixed display of patch errors
kramm [Tue, 2 Dec 2008 17:01:35 +0000 (17:01 +0000)]
fixed display of patch errors

15 years agoremoved lib/modules/swfabc.c
kramm [Mon, 24 Nov 2008 16:18:16 +0000 (16:18 +0000)]
removed lib/modules/swfabc.c

15 years agoremoved debug code
kramm [Mon, 24 Nov 2008 16:18:08 +0000 (16:18 +0000)]
removed debug code

15 years agofixed sizeof detection
kramm [Mon, 24 Nov 2008 16:17:59 +0000 (16:17 +0000)]
fixed sizeof detection

15 years agofixed a mem leak
kramm [Mon, 24 Nov 2008 16:17:48 +0000 (16:17 +0000)]
fixed a mem leak

15 years agofixed some bugs in Get/SetU30
kramm [Mon, 24 Nov 2008 16:17:36 +0000 (16:17 +0000)]
fixed some bugs in Get/SetU30

15 years agoadded more type-checking
kramm [Mon, 24 Nov 2008 16:17:12 +0000 (16:17 +0000)]
added more type-checking

15 years agoadded as3/registry.o
kramm [Mon, 24 Nov 2008 16:17:00 +0000 (16:17 +0000)]
added as3/registry.o

15 years agomade constant_fromindex copy strings and namespaces
kramm [Mon, 24 Nov 2008 16:16:30 +0000 (16:16 +0000)]
made constant_fromindex copy strings and namespaces

15 years agoadded constant_t implementation
kramm [Mon, 24 Nov 2008 16:16:21 +0000 (16:16 +0000)]
added constant_t implementation

15 years agoreworked tristate logic
kramm [Mon, 24 Nov 2008 16:16:03 +0000 (16:16 +0000)]
reworked tristate logic

15 years agoregenerated
kramm [Mon, 24 Nov 2008 16:15:22 +0000 (16:15 +0000)]
regenerated

15 years agoregenerated
kramm [Mon, 24 Nov 2008 16:15:13 +0000 (16:15 +0000)]
regenerated

15 years agocreate multinames from strings (for now)
kramm [Mon, 24 Nov 2008 16:14:57 +0000 (16:14 +0000)]
create multinames from strings (for now)

15 years agowrite 2 functions for multiname ops
kramm [Mon, 24 Nov 2008 16:14:45 +0000 (16:14 +0000)]
write 2 functions for multiname ops

15 years agorenamed abc_code_t into code_t
kramm [Mon, 24 Nov 2008 16:14:37 +0000 (16:14 +0000)]
renamed abc_code_t into code_t

15 years agofixed pushint parameter
kramm [Mon, 24 Nov 2008 16:13:55 +0000 (16:13 +0000)]
fixed pushint parameter

15 years agoadded int/uint/float constant pool lookup
kramm [Mon, 24 Nov 2008 16:13:46 +0000 (16:13 +0000)]
added int/uint/float constant pool lookup

15 years agoadded flags generation
kramm [Mon, 24 Nov 2008 16:13:37 +0000 (16:13 +0000)]
added flags generation

15 years agofixed some mem leaks
kramm [Mon, 24 Nov 2008 16:13:28 +0000 (16:13 +0000)]
fixed some mem leaks

15 years agobugfixes, added exception handling
kramm [Mon, 24 Nov 2008 16:13:19 +0000 (16:13 +0000)]
bugfixes, added exception handling

15 years agoremoved parent element in abc_code
kramm [Mon, 24 Nov 2008 16:13:11 +0000 (16:13 +0000)]
removed parent element in abc_code

15 years agoreplaced vindex/vkind fields with constant_t, do codestat calculation during writing
kramm [Mon, 24 Nov 2008 16:12:33 +0000 (16:12 +0000)]
replaced vindex/vkind fields with constant_t, do codestat calculation during writing

15 years agorefactoring: renamed 'pool' variables to 'file'
kramm [Mon, 24 Nov 2008 16:12:24 +0000 (16:12 +0000)]
refactoring: renamed 'pool' variables to 'file'

15 years agofixed two more mem leaks
kramm [Mon, 24 Nov 2008 16:12:15 +0000 (16:12 +0000)]
fixed two more mem leaks

15 years agomem leak fixes
kramm [Mon, 24 Nov 2008 16:12:06 +0000 (16:12 +0000)]
mem leak fixes

15 years agoadded exception struct
kramm [Mon, 24 Nov 2008 16:11:57 +0000 (16:11 +0000)]
added exception struct

15 years agofixed some g++ compile problems
kramm [Mon, 24 Nov 2008 16:11:44 +0000 (16:11 +0000)]
fixed some g++ compile problems

15 years agoreshuffled as3 files
kramm [Sun, 23 Nov 2008 14:02:11 +0000 (14:02 +0000)]
reshuffled as3 files

15 years agoremoved standard query for installation path
kramm [Sun, 23 Nov 2008 14:01:58 +0000 (14:01 +0000)]
removed standard query for installation path

15 years agoif page range is given and % filename syntax is used, name files according to page...
kramm [Sun, 23 Nov 2008 14:01:48 +0000 (14:01 +0000)]
if page range is given and % filename syntax is used, name files according to page number

15 years agochanged ABC interface
kramm [Sun, 23 Nov 2008 14:01:36 +0000 (14:01 +0000)]
changed ABC interface

15 years agorenamed dict_put2 to dict_put
kramm [Sun, 23 Nov 2008 14:01:21 +0000 (14:01 +0000)]
renamed dict_put2 to dict_put

15 years agoadded -T option
kramm [Sun, 23 Nov 2008 14:00:56 +0000 (14:00 +0000)]
added -T option

15 years agoadded as3 data types
kramm [Sun, 23 Nov 2008 14:00:31 +0000 (14:00 +0000)]
added as3 data types

15 years agoadded type_t structure
kramm [Sun, 23 Nov 2008 13:59:51 +0000 (13:59 +0000)]
added type_t structure

15 years agomerged with lib/as3/utils.{c,h}
kramm [Sun, 23 Nov 2008 13:59:41 +0000 (13:59 +0000)]
merged with lib/as3/utils.{c,h}

15 years agocorrected bpp alignment during saving
kramm [Sun, 23 Nov 2008 13:59:28 +0000 (13:59 +0000)]
corrected bpp alignment during saving

15 years agoadded as3/opcodes.o, as3/code.o
kramm [Sun, 23 Nov 2008 13:59:15 +0000 (13:59 +0000)]
added as3/opcodes.o, as3/code.o

15 years agoadded as3/pool.c, removed as3/utils.c
kramm [Sun, 23 Nov 2008 13:59:06 +0000 (13:59 +0000)]
added as3/pool.c, removed as3/utils.c

15 years ago*** empty log message ***
kramm [Sun, 23 Nov 2008 13:58:38 +0000 (13:58 +0000)]
*** empty log message ***

15 years agosmall change in multiname display
kramm [Sun, 23 Nov 2008 13:57:58 +0000 (13:57 +0000)]
small change in multiname display

15 years agoadded hashing for everything
kramm [Sun, 23 Nov 2008 13:57:48 +0000 (13:57 +0000)]
added hashing for everything

15 years agoadded some comments
kramm [Sun, 23 Nov 2008 13:57:38 +0000 (13:57 +0000)]
added some comments

15 years agomade multiname_to_string cope with null multinames
kramm [Sun, 23 Nov 2008 13:57:29 +0000 (13:57 +0000)]
made multiname_to_string cope with null multinames

15 years agoabc constant pool implementation
kramm [Sun, 23 Nov 2008 13:57:20 +0000 (13:57 +0000)]
abc constant pool implementation

15 years agoadded code.h include
kramm [Sun, 23 Nov 2008 13:56:59 +0000 (13:56 +0000)]
added code.h include

15 years agorenamed abc_ops.c into opcodes.{c,h}
kramm [Sun, 23 Nov 2008 13:56:19 +0000 (13:56 +0000)]
renamed abc_ops.c into opcodes.{c,h}

15 years agorenamed params to data
kramm [Sun, 23 Nov 2008 13:55:55 +0000 (13:55 +0000)]
renamed params to data

15 years agogenerate header file, too
kramm [Sun, 23 Nov 2008 13:55:46 +0000 (13:55 +0000)]
generate header file, too

15 years agoscript for creating abc_ops.c
kramm [Sun, 23 Nov 2008 13:55:37 +0000 (13:55 +0000)]
script for creating abc_ops.c

15 years agoadded statistics generation
kramm [Sun, 23 Nov 2008 13:54:39 +0000 (13:54 +0000)]
added statistics generation

15 years agoextracted from abc.{c,h}
kramm [Sun, 23 Nov 2008 13:54:30 +0000 (13:54 +0000)]
extracted from abc.{c,h}

15 years agomoved code_write to code.c
kramm [Sun, 23 Nov 2008 13:53:28 +0000 (13:53 +0000)]
moved code_write to code.c

15 years agomoved opcodes stuff into code.c and opcodes.c
kramm [Sun, 23 Nov 2008 13:53:18 +0000 (13:53 +0000)]
moved opcodes stuff into code.c and opcodes.c

15 years agofixed swf_AddButtonLinks()
kramm [Sun, 23 Nov 2008 13:53:07 +0000 (13:53 +0000)]
fixed swf_AddButtonLinks()

15 years agofixed bug in name display
kramm [Sun, 23 Nov 2008 13:52:56 +0000 (13:52 +0000)]
fixed bug in name display

15 years agofixed memory leaks
kramm [Sun, 23 Nov 2008 13:52:45 +0000 (13:52 +0000)]
fixed memory leaks

15 years agoseveral bugfixes
kramm [Sun, 23 Nov 2008 13:52:34 +0000 (13:52 +0000)]
several bugfixes

15 years agouse constant pool only while reading and writing
kramm [Sun, 23 Nov 2008 13:52:23 +0000 (13:52 +0000)]
use constant pool only while reading and writing

15 years agomake sure to initialize dashPattern correctly
kramm [Sun, 23 Nov 2008 13:52:10 +0000 (13:52 +0000)]
make sure to initialize dashPattern correctly

15 years agodon't ignore 1x1 images- they may be square root roofs or fraction lines
kramm [Sun, 23 Nov 2008 13:51:58 +0000 (13:51 +0000)]
don't ignore 1x1 images- they may be square root roofs or fraction lines

15 years agofixed dot dashes
kramm [Sun, 23 Nov 2008 13:51:46 +0000 (13:51 +0000)]
fixed dot dashes

15 years agochar* -> const char*
kramm [Sun, 23 Nov 2008 13:51:30 +0000 (13:51 +0000)]
char* -> const char*

15 years agonew option 'disablelinks'
kramm [Sun, 23 Nov 2008 13:51:17 +0000 (13:51 +0000)]
new option 'disablelinks'

15 years agopygfx drawing
kramm [Sun, 23 Nov 2008 13:51:01 +0000 (13:51 +0000)]
pygfx drawing

15 years agoadded dependency builder define
kramm [Wed, 12 Nov 2008 10:42:42 +0000 (10:42 +0000)]
added dependency builder define

15 years agoadded lib/as3/files.{c.h}
kramm [Wed, 12 Nov 2008 10:42:33 +0000 (10:42 +0000)]
added lib/as3/files.{c.h}

15 years agomoved as3 files
kramm [Wed, 12 Nov 2008 10:42:25 +0000 (10:42 +0000)]
moved as3 files

15 years agofixed paths
kramm [Wed, 12 Nov 2008 10:42:11 +0000 (10:42 +0000)]
fixed paths

15 years agoadded comments
kramm [Wed, 12 Nov 2008 10:42:00 +0000 (10:42 +0000)]
added comments

15 years agoadded -s parameter
kramm [Wed, 12 Nov 2008 10:41:47 +0000 (10:41 +0000)]
added -s parameter

15 years agofor ng, use 4x4 antializing
kramm [Wed, 12 Nov 2008 10:41:39 +0000 (10:41 +0000)]
for ng, use 4x4 antializing

15 years agoadded rescaling
kramm [Wed, 12 Nov 2008 10:41:31 +0000 (10:41 +0000)]
added rescaling

15 years agomade ng renderer the default
kramm [Wed, 12 Nov 2008 10:41:23 +0000 (10:41 +0000)]
made ng renderer the default

15 years agoadd an error if we can't write the output file
kramm [Wed, 12 Nov 2008 10:41:13 +0000 (10:41 +0000)]
add an error if we can't write the output file

15 years agoadded swfrender dependency
kramm [Wed, 12 Nov 2008 10:41:01 +0000 (10:41 +0000)]
added swfrender dependency

15 years agoadded missing dependencies
kramm [Wed, 12 Nov 2008 10:40:53 +0000 (10:40 +0000)]
added missing dependencies

15 years agoadded swfrender to default targets
kramm [Wed, 12 Nov 2008 10:40:45 +0000 (10:40 +0000)]
added swfrender to default targets

15 years agofixed memory corruption bug in id allocator
kramm [Wed, 12 Nov 2008 10:40:34 +0000 (10:40 +0000)]
fixed memory corruption bug in id allocator

15 years agoswitched to new dict impl.
kramm [Wed, 12 Nov 2008 10:39:59 +0000 (10:39 +0000)]
switched to new dict impl.

15 years agoswitched to new dict impl, made some char pointers const
kramm [Wed, 12 Nov 2008 10:39:50 +0000 (10:39 +0000)]
switched to new dict impl, made some char pointers const

15 years agofixed compile error
kramm [Wed, 12 Nov 2008 10:39:38 +0000 (10:39 +0000)]
fixed compile error

15 years agobugfix in include handler
kramm [Wed, 12 Nov 2008 10:39:26 +0000 (10:39 +0000)]
bugfix in include handler

15 years agoimproved k-means speed
kramm [Wed, 12 Nov 2008 10:39:15 +0000 (10:39 +0000)]
improved k-means speed

15 years agolrand48() -> rand()
kramm [Wed, 12 Nov 2008 10:39:06 +0000 (10:39 +0000)]
lrand48() -> rand()