summaryrefslogtreecommitdiff
path: root/lib/as3
AgeCommit message (Expand)AuthorFilesLines
2012-04-08expose registry_init() in lib/as3Matthias Kramm1-0/+2
2012-01-26applied alchemy opcode patch by Omer Sezgin UgurluMatthias Kramm1-0/+15
2011-03-07temporarily disabled namespaces and conditional compilationMatthias Kramm2-1647/+1485
2011-02-04renamed array_new to array_new1Matthias Kramm1-6/+6
2010-12-17fixed compiler warningsMatthias Kramm2-2/+2
2010-12-14fixed compile problemMatthias Kramm3-11/+11
2010-12-13more as3 refactoringMatthias Kramm4-1380/+1391
2010-12-13as3 refactoring. don't build the python gfx module if we're missing jpeglib o...Matthias Kramm12-4335/+2702
2010-11-12fixed bug in file idMatthias Kramm1-1/+1
2010-11-01fixed bug in as3 parserMatthias Kramm3-5/+10
2010-10-07removed duplicate md5version-0-9-1bv0.9.1Matthias Kramm1-11/+4
2010-08-10xml fixMatthias Kramm1-1/+1
2010-07-24some trivial bugfixesMatthias Kramm4-19/+64
2010-07-24a few more testcasesMatthias Kramm2-0/+44
2010-06-14fixed some compiler warningsMatthias Kramm1-1/+1
2010-03-22treat glyphs with alpha=0 differently than normal glyphs (remove outlines)Matthias Kramm1-2/+3
2010-01-16implemented .swc importMatthias Kramm5-153/+314
2010-01-08fixed format warningsMatthias Kramm3-10/+10
2010-01-01introduced cross-asset dependenciesMatthias Kramm3-4/+16
2010-01-01more bugfixesMatthias Kramm3-15/+28
2010-01-01bugfixesMatthias Kramm3-63/+48
2010-01-01refactored relocationMatthias Kramm3-59/+105
2010-01-01implemented asset resolvingMatthias Kramm12-28/+346
2009-12-21tidied up parameter passingMatthias Kramm3-3023/+3021
2009-12-16initial prototype of ruby interfaceMatthias Kramm1-1/+2
2009-12-12fixed some namespace bugsMatthias Kramm3-54/+38
2009-12-12some cleanups, extended testcases forward2, override_nsMatthias Kramm3-8/+33
2009-12-12fixed utf8 handlingMatthias Kramm3-7/+28
2009-12-12fixed forward.as test caseMatthias Kramm3-47/+58
2009-11-26allow for utf8 namesMatthias Kramm1-2/+2
2009-11-22added some more as3 testsMatthias Kramm4-1/+74
2009-11-22fixed tests const.as and static.asMatthias Kramm4-112/+133
2009-11-21added better static support for as3compileMatthias Kramm8-2346/+3569
2009-11-15fixed xml_ns.asMatthias Kramm10-1820/+2078
2009-11-14fixed as3/namespaces2.asMatthias Kramm5-971/+1151
2009-11-14fixed some compiler warnings, fixed as3compile spec for-in.asMatthias Kramm13-81/+577
2009-08-31made parser more robust against broken as3Matthias Kramm1-4/+10
2009-08-24merged in Ricardo Pedroso's new pdf2swf guiMatthias Kramm1-1/+1
2009-08-12small adjustmentsMatthias Kramm2-480/+35
2009-08-05fixed double is_getlocal() definitionMatthias Kramm1-10/+0
2009-08-03added missing GPL headersMatthias Kramm8-4/+119
2009-08-03updated .gitignore, new as3 test cases, build system fixesMatthias Kramm3-0/+43
2009-07-31handle filesystems where lowercase(file)==file more gracefullyMatthias Kramm9-1260/+1228
2009-07-21fixed staticself.as testcaseMatthias Kramm4-1/+20
2009-07-21new tests, fix for non-breakable space bugMatthias Kramm5-20/+42
2009-05-08polygon intersector: finished active list splay tree optimizationMatthias Kramm1-1/+1
2009-05-05add a unique file signature to methods in pdf2swf's Flash 9 ActionscriptMatthias Kramm1-7/+24
2009-04-23as3: better win32 path handling supportMatthias Kramm2-25/+28
2009-04-18as3: fixes to inner method handlingMatthias Kramm5-450/+518
2009-04-17as3: added xml string substitution, variable scoping compatibility, optimizat...Matthias Kramm10-1843/+2071