swftools.git
15 years agoflash 10 support in -e, show fileattributes, support for .abc files
kramm [Fri, 19 Dec 2008 08:06:50 +0000 (08:06 +0000)]
flash 10 support in -e, show fileattributes, support for .abc files

15 years agoadded dict_put2 prototype
kramm [Fri, 19 Dec 2008 08:06:38 +0000 (08:06 +0000)]
added dict_put2 prototype

15 years agosetu30string now takes a len argument
kramm [Fri, 19 Dec 2008 08:06:17 +0000 (08:06 +0000)]
setu30string now takes a len argument

15 years agoremoved bit 31 warning, added swf_ReadABCfile
kramm [Fri, 19 Dec 2008 08:06:02 +0000 (08:06 +0000)]
removed bit 31 warning, added swf_ReadABCfile

15 years agodict_init() now takes a size argument
kramm [Fri, 19 Dec 2008 08:05:49 +0000 (08:05 +0000)]
dict_init() now takes a size argument

15 years agoadded memfile
kramm [Fri, 19 Dec 2008 08:05:26 +0000 (08:05 +0000)]
added memfile

15 years agoadded as3/builtin.c
kramm [Fri, 19 Dec 2008 08:05:07 +0000 (08:05 +0000)]
added as3/builtin.c

15 years agoprogram for running unit tests
kramm [Fri, 19 Dec 2008 08:04:55 +0000 (08:04 +0000)]
program for running unit tests

15 years agoadded number #define
kramm [Fri, 19 Dec 2008 08:04:35 +0000 (08:04 +0000)]
added number #define

15 years agoadded TYPE_ macros
kramm [Fri, 19 Dec 2008 08:04:27 +0000 (08:04 +0000)]
added TYPE_ macros

15 years agoadded missing type conversions
kramm [Fri, 19 Dec 2008 08:04:09 +0000 (08:04 +0000)]
added missing type conversions

15 years agofixed opcodes
kramm [Fri, 19 Dec 2008 08:04:00 +0000 (08:04 +0000)]
fixed opcodes

15 years agoimplemented break
kramm [Fri, 19 Dec 2008 08:03:51 +0000 (08:03 +0000)]
implemented break

15 years agochanged _type back to type_t, now that the #includes work again
kramm [Fri, 19 Dec 2008 08:03:42 +0000 (08:03 +0000)]
changed _type back to type_t, now that the #includes work again

15 years agoremoved all that extra output
kramm [Fri, 19 Dec 2008 08:03:33 +0000 (08:03 +0000)]
removed all that extra output

15 years agouse class_signature instead of multiname
kramm [Fri, 19 Dec 2008 08:03:24 +0000 (08:03 +0000)]
use class_signature instead of multiname

15 years agoadded gpl header
kramm [Fri, 19 Dec 2008 08:03:12 +0000 (08:03 +0000)]
added gpl header

15 years agoadded OPCODE_ definitions
kramm [Fri, 19 Dec 2008 08:03:03 +0000 (08:03 +0000)]
added OPCODE_ definitions

15 years agoremoved nullmethods
kramm [Fri, 19 Dec 2008 08:02:52 +0000 (08:02 +0000)]
removed nullmethods

15 years agodump out method flags
kramm [Fri, 19 Dec 2008 08:02:12 +0000 (08:02 +0000)]
dump out method flags

15 years agoadded missing imports
kramm [Fri, 19 Dec 2008 08:01:59 +0000 (08:01 +0000)]
added missing imports

15 years agoswitched from multiname to class_signature
kramm [Fri, 19 Dec 2008 08:01:51 +0000 (08:01 +0000)]
switched from multiname to class_signature

15 years agoadded xxx1 opcodes
kramm [Fri, 19 Dec 2008 08:01:28 +0000 (08:01 +0000)]
added xxx1 opcodes

15 years agomoved OPCODE definitions to opcodes.h
kramm [Fri, 19 Dec 2008 08:01:17 +0000 (08:01 +0000)]
moved OPCODE definitions to opcodes.h

15 years agorenamed exception to abc_exception (to make MingW happy)
kramm [Fri, 19 Dec 2008 08:00:59 +0000 (08:00 +0000)]
renamed exception to abc_exception (to make MingW happy)

15 years agoadded 0x53 opcode
kramm [Fri, 19 Dec 2008 08:00:50 +0000 (08:00 +0000)]
added 0x53 opcode

15 years agorenamed exception to abc_exception (to make MingW happy)
kramm [Fri, 19 Dec 2008 08:00:27 +0000 (08:00 +0000)]
renamed exception to abc_exception (to make MingW happy)

15 years agorenamed static_constructor traits to static_traits
kramm [Fri, 19 Dec 2008 08:00:08 +0000 (08:00 +0000)]
renamed static_constructor traits to static_traits

15 years agoin errors, only print short filename
kramm [Fri, 19 Dec 2008 07:59:57 +0000 (07:59 +0000)]
in errors, only print short filename

15 years agoswitched from multiname to own types
kramm [Fri, 19 Dec 2008 07:59:45 +0000 (07:59 +0000)]
switched from multiname to own types

15 years agofixed segfault in float printing
kramm [Fri, 19 Dec 2008 07:59:24 +0000 (07:59 +0000)]
fixed segfault in float printing

15 years agoadded support for \0 in strings
kramm [Fri, 19 Dec 2008 07:59:15 +0000 (07:59 +0000)]
added support for \0 in strings

15 years agogenerator for builtin.c
kramm [Fri, 19 Dec 2008 07:59:03 +0000 (07:59 +0000)]
generator for builtin.c

15 years agocompiler main
kramm [Fri, 19 Dec 2008 07:58:42 +0000 (07:58 +0000)]
compiler main

15 years agoexport current_filename_short
kramm [Fri, 19 Dec 2008 07:58:12 +0000 (07:58 +0000)]
export current_filename_short

15 years agoheader file for builtin.c
kramm [Fri, 19 Dec 2008 07:58:00 +0000 (07:58 +0000)]
header file for builtin.c

15 years agoautogenerated from playerglobal.abc
kramm [Fri, 19 Dec 2008 07:57:41 +0000 (07:57 +0000)]
autogenerated from playerglobal.abc

15 years agoremoved debug code
kramm [Fri, 19 Dec 2008 07:57:14 +0000 (07:57 +0000)]
removed debug code

15 years agofixed dotting problem
kramm [Fri, 19 Dec 2008 07:57:02 +0000 (07:57 +0000)]
fixed dotting problem

15 years agoadded missing arrowhead
kramm [Fri, 19 Dec 2008 07:56:47 +0000 (07:56 +0000)]
added missing arrowhead

15 years agopage selection patch from Johannes Wilm
kramm [Wed, 10 Dec 2008 17:07:29 +0000 (17:07 +0000)]
page selection patch from Johannes Wilm

15 years agoallow edittext without a font
kramm [Wed, 10 Dec 2008 17:07:18 +0000 (17:07 +0000)]
allow edittext without a font

15 years agoadded additional zoom type
kramm [Tue, 9 Dec 2008 13:41:32 +0000 (13:41 +0000)]
added additional zoom type

15 years agoremove quotes around strings added if/else,==,!=
kramm [Tue, 9 Dec 2008 13:41:12 +0000 (13:41 +0000)]
remove quotes around strings added if/else,==,!=

15 years agoadded +=,-=,===
kramm [Tue, 9 Dec 2008 13:41:02 +0000 (13:41 +0000)]
added +=,-=,===

15 years agonew struct writeable
kramm [Tue, 9 Dec 2008 13:40:55 +0000 (13:40 +0000)]
new struct writeable

15 years agoadded null class
kramm [Tue, 9 Dec 2008 13:40:35 +0000 (13:40 +0000)]
added null class

15 years agoadded typed expressions
kramm [Tue, 9 Dec 2008 13:40:24 +0000 (13:40 +0000)]
added typed expressions

15 years agoimplemented if and else
kramm [Tue, 9 Dec 2008 13:40:09 +0000 (13:40 +0000)]
implemented if and else

15 years agoadded break statement
kramm [Tue, 9 Dec 2008 13:39:47 +0000 (13:39 +0000)]
added break statement

15 years agoadded 'E' flag in dumping
kramm [Tue, 9 Dec 2008 13:39:26 +0000 (13:39 +0000)]
added 'E' flag in dumping

15 years agocode_append now always returns the last statement in the list
kramm [Tue, 9 Dec 2008 13:39:16 +0000 (13:39 +0000)]
code_append now always returns the last statement in the list

15 years agosmall bugfix
kramm [Tue, 9 Dec 2008 13:39:05 +0000 (13:39 +0000)]
small bugfix

15 years agofixed bugs in ABC datatypes implementation
kramm [Tue, 2 Dec 2008 17:12:19 +0000 (17:12 +0000)]
fixed bugs in ABC datatypes implementation

15 years agofixed number parsing
kramm [Tue, 2 Dec 2008 17:11:58 +0000 (17:11 +0000)]
fixed number parsing

15 years agoSetU30->SetABCU32
kramm [Tue, 2 Dec 2008 17:11:25 +0000 (17:11 +0000)]
SetU30->SetABCU32

15 years agoadded variable lookup
kramm [Tue, 2 Dec 2008 17:11:05 +0000 (17:11 +0000)]
added variable lookup

15 years agoheader file for parser.y
kramm [Tue, 2 Dec 2008 17:10:54 +0000 (17:10 +0000)]
header file for parser.y

15 years agoadded GPL headers
kramm [Tue, 2 Dec 2008 17:09:58 +0000 (17:09 +0000)]
added GPL headers

15 years agofixed bug in field description
kramm [Tue, 2 Dec 2008 17:09:49 +0000 (17:09 +0000)]
fixed bug in field description

15 years agoprotect against broken fonts
kramm [Tue, 2 Dec 2008 17:09:37 +0000 (17:09 +0000)]
protect against broken fonts

15 years agofixed a segfault
kramm [Tue, 2 Dec 2008 17:09:27 +0000 (17:09 +0000)]
fixed a segfault

15 years agorenamed 'swf' to 'viewport'
kramm [Tue, 2 Dec 2008 17:07:01 +0000 (17:07 +0000)]
renamed 'swf' to 'viewport'

15 years agohelp users trying to combine against rfxview using 'swf' as name
kramm [Tue, 2 Dec 2008 17:06:49 +0000 (17:06 +0000)]
help users trying to combine against rfxview using 'swf' as name

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