Commit Graph

8046 Commits

Author SHA1 Message Date
honfika
14b4d0e953 Merge pull request #19 from Jackkal/fix_ActionEnumerate2
Fix ActionEnumerate2 - Null should be considered part of EnumerateAction...
2015-03-27 09:58:32 +01:00
Jackkal
8cbd08227c Fix ActionEnumerate2 - Null should be considered part of EnumerateActionItem, no need to push it on the stack 2015-03-26 21:31:01 +01:00
honfika@gmail.com
0cccf289a9 fix 2015-03-24 12:43:58 +01:00
honfika@gmail.com
cb02d73620 instruction set fix 2015-03-24 12:42:04 +01:00
honfika@gmail.com
166e2f7822 ignore invalid tags in test (do not use lazy loading in tests) 2015-03-23 16:33:02 +01:00
honfika@gmail.com
332722503b some new avm2 instructions added (from shumway) 2015-03-22 22:40:10 +01:00
honfika@gmail.com
5cbf0c13ab avm2 instruction clases created 2015-03-22 14:22:00 +01:00
honfika@gmail.com
f8421ed34f fix 2015-03-21 23:41:57 +01:00
honfika@gmail.com
e20d4048bb as3 instruction parsing test added 2015-03-21 23:41:01 +01:00
honfika@gmail.com
f390c1463d test fixed 2015-03-21 17:41:06 +01:00
honfika@gmail.com
cd4b65e10f some fields marked with internal annotation 2015-03-20 16:24:16 +01:00
honfika@gmail.com
c397e38f61 more compact swf xml format (do not create xml nodes for each byte in byte arrays) 2015-03-20 16:14:30 +01:00
honfika@gmail.com
d5fb45fd54 performance fixes 2015-03-20 14:39:00 +01:00
honfika@gmail.com
72b30e17e8 Merge origin/master 2015-03-19 23:33:33 +01:00
honfika@gmail.com
4f1f9d45c2 classes list tree search fix 2015-03-19 23:33:18 +01:00
honfika
a50ec7b036 Merge pull request #18 from Jackkal/fix_classcastexception
Fix decompilation error: ClassCastException in AND/OR detection.
2015-03-19 21:30:03 +01:00
honfika@gmail.com
2ada8667bb performance fixes 2015-03-19 21:22:39 +01:00
Jackkal
d63fc8b2ec Fix decompilation error: ClassCastException in AND/OR detection. 2015-03-19 20:56:22 +01:00
honfika@gmail.com
9095d75d5e performance fix 2015-03-19 16:43:25 +01:00
honfika@gmail.com
ad228cb16e memory usage optimizations 2015-03-19 16:29:15 +01:00
honfika@gmail.com
db40ad295d show memory information 2015-03-19 10:41:05 +01:00
honfika@gmail.com
45fa122d4e memory usage decreased 2015-03-19 10:21:52 +01:00
honfika@gmail.com
7d05b54d70 rendering fix, gc and cache clear buttons added to debug menu 2015-03-18 23:16:59 +01:00
honfika@gmail.com
cdc22d8b2d faster searchTreeItem 2015-03-18 10:32:51 +01:00
honfika@gmail.com
f00af7e09f faster uniqueAS3Packs 2015-03-18 08:04:15 +01:00
honfika@gmail.com
c24f753adb faster imageToShape 2015-03-18 00:10:18 +01:00
honfika@gmail.com
553999ddba cache image to area convert results 2015-03-17 10:42:05 +01:00
honfika@gmail.com
2664d692ba faster imageToShape 2015-03-17 07:03:56 +01:00
honfika@gmail.com
22ad9655c2 parallel tag reading fix (read parallel only the root tag list, do not parallelize the spriteinner tags),
duplicated opcodes removed
2015-03-16 11:48:10 +01:00
honfika@gmail.com
6c36d3b05d Merge origin/master 2015-03-15 21:37:54 +01:00
honfika@gmail.com
073b5c8f31 french translation improved 2015-03-15 21:37:39 +01:00
Jindra Petřík
8844bd61fd Merge pull request #17 from Jackkal/master
Fix decompilation errors: Improved TranslateStack handling
2015-03-14 08:08:25 +01:00
Jindra Petřík
ea677871d4 AS3: Added few new (unknown) OPCodes found in RABCDasm, Sweezy 2015-03-14 08:02:50 +01:00
Jackkal
3539740a15 Fix decompilation errors: Improved TranslateStack handling to cope with stack cloning. 2015-03-13 23:51:46 +01:00
honfika@gmail.com
f278721e5a russian translation improved 2015-03-13 22:48:52 +01:00
honfika@gmail.com
f79b7db138 spanish translation improved 2015-03-13 07:07:20 +01:00
honfika@gmail.com
7f68a43079 export/import symbol classes/export asset tags 2015-03-13 00:18:11 +01:00
honfika@gmail.com
eb9d783442 Catalan translation improved 2015-03-12 19:10:28 +01:00
honfika@gmail.com
5709415a58 #827 "Error occurred: Width (0) and height (0) cannot be <= 0" (have to Ignore 100's of times) fixed 2015-03-12 18:57:58 +01:00
honfika@gmail.com
35548292c7 Shape export to xml fixed, ffdec.sh fixed 2015-03-11 23:06:24 +01:00
honfika@gmail.com
f342d00b75 #713 Installer for 4.0 fails to access Adobe Website: Error logging (from Peter) added 2015-03-11 18:26:05 +01:00
honfika@gmail.com
c98facb399 Debugger function moved to separated class, other small fixes 2015-03-09 23:18:02 +01:00
honfika@gmail.com
d1c6c51c88 spanish translation improved 2015-03-08 08:35:02 +01:00
honfika@gmail.com
d8b8e708bd spanish translation improved 2015-03-07 23:49:27 +01:00
honfika@gmail.com
18af792012 #825 hot keys (and maybe new buttons on new panel) to switch to next or previous DefineText 2015-03-07 22:55:09 +01:00
Jindra Petřík
7b23b1670f SWFs in zip based bundles saving fixed 2015-03-07 21:17:56 +01:00
honfika@gmail.com
9443e32c1b small fixes 2015-03-07 21:01:41 +01:00
honfika@gmail.com
46f73248bd small fixes 2015-03-07 18:42:08 +01:00
honfika@gmail.com
14f07233dd cleanup 2015-03-07 14:58:55 +01:00
honfika@gmail.com
f938e97f5a revert changes in avi lib (Netbeans reformated the code automatically) 2015-03-07 14:47:51 +01:00