implemented asset resolving
[swftools.git] / lib / as3 / registry.c
2010-01-02 Matthias Krammimplemented asset resolving
2009-11-22 Matthias Krammadded better static support for as3compile
2009-11-16 Matthias Krammfixed xml_ns.as
2009-04-12 Matthias Krammas3: fixed some reconcile problems
2009-04-09 Matthias Krammfixed a security bug in logging, added basic xml suppor...
2009-04-08 Matthias Krammas3: various bugfixes
2009-04-07 Matthias Krammas3: compile-time constants now work
2009-04-06 Matthias Krammas3: introduced compile-time constants
2009-04-03 Matthias Krammimplemented conditional compilation
2009-03-25 Matthias Krammfixed tests ok/namespaces1.as, ok/packagestr.as
2009-03-20 Matthias Krammimplemented url resolving in namespaces
2009-03-16 Matthias Krammbugfixes
2009-02-16 Matthias Krammcontinued namespace member implementation
2009-02-14 Matthias Krammnew registry format
2009-02-11 Matthias Krammmark objects without kind as 'undefined'
2009-02-08 Matthias Krammrefactored
2009-02-03 Matthias Krammexplicitly null out interface list
2009-01-30 Matthias Krammnew function dumpclasses()
2009-01-06 krammadded flags2namespace function
2009-01-02 krammnew function memberinfo_register_global
2009-01-02 krammfixed a mem leak
2009-01-02 krammfindmember now recursively scans superclasses, memberin...
2009-01-02 krammadded getarrayclass()
2008-12-30 krammrenamed registry_getfunctionclass to memberinfo_getclass
2008-12-30 krammclassinfo_t now has a union member for storing subclass...
2008-12-30 krammadded class type
2008-12-30 krammclassinfo_register now allocates space for the interfac...
2008-12-30 krammrenamed '__funcptr__' to 'call'
2008-12-30 krammnew functions getfunctionclass() isfunctionclass()
2008-12-23 krammadded slot number to memberinfo
2008-12-23 krammrenamed class_signature to classinfo
2008-12-23 krammzero class_signature when allocing
2008-12-23 krammclass_signature now contains flags
2008-12-19 krammswitched from multiname to own types
2008-12-09 krammadded null class
2008-12-02 krammadded GPL headers
2008-12-02 krammmore stub code
2008-12-02 krammadded more built-in types
2008-12-02 kramminitial checkin