Commit Graph

353 Commits

Author SHA1 Message Date
Jindra Petřík
73f3bb10cc Additional character info tags now placed under the character in the tree
Few icons for tags (metadata,fileattributes,setbackground,place and remove tags)
2015-04-06 09:09:17 +02:00
Jindra Petřík
721431e45c Marking parent nodes as modified (bold) too - TreeItem now has isModified method 2015-04-06 06:04:24 +02:00
Jindra Petřík
12bbb13497 Displaying changed AS3 scripts in GUI as bold 2015-04-05 22:24:15 +02:00
Jindra Petřík
b6d4bbc381 AS1/2 Correct expression precedence handling 2015-04-05 20:47:05 +02:00
Jindra Petřík
ace4d50bf1 Issue #836 AS3 - Correct expression precedence handling 2015-04-05 15:33:45 +02:00
Jindra Petřík
dce343b4fb AS3 direct editing: Maintain register order with same names 2015-04-05 10:38:35 +02:00
Jindra Petřík
4ebaebf485 AS3 direct editing: Increment/Decrement local register fix 2015-04-05 09:40:39 +02:00
honfika@gmail.com
1defd3514b Merge origin/master 2015-04-01 09:12:53 +02:00
honfika@gmail.com
cc5f2ff4c2 format source code 2015-03-31 21:32:49 +02:00
honfika@gmail.com
9813f62cdf single file script export setting added to ScriptExportSettings class 2015-03-31 21:28:26 +02:00
honfika@gmail.com
f385062836 frame exported event fixed 2015-03-31 19:17:30 +02:00
honfika@gmail.com
b7a8adc643 font ascent and descent values should be non-negative 2015-03-31 19:02:56 +02:00
honfika@gmail.com
2dc3a569a8 handle exception when the class name is too long 2015-03-31 16:38:20 +02:00
honfika@gmail.com
aec353f88d log unknown action codes only when detailed logging is enabled (there are a lot of unknown action in obfuscated files) 2015-03-31 13:45:45 +02:00
honfika@gmail.com
efa71dcba5 font export: max ascent value is 1024, frame export progress 2015-03-31 13:41:41 +02:00
honfika@gmail.com
b220e473d2 Morphshape export fix 2015-03-31 07:53:25 +02:00
honfika@gmail.com
0926e1f4dc Sound export fix 2015-03-31 07:35:25 +02:00
honfika@gmail.com
06e006e21d when a color table item is not found the pixel should be transparent (int value = 0) 2015-03-30 22:18:51 +02:00
honfika@gmail.com
ec31310e2b text export fix 2015-03-30 21:47:03 +02:00
honfika@gmail.com
3ca2877834 set font creation and modification time to the modification time of the swf file 2015-03-30 20:05:34 +02:00
honfika@gmail.com
7fd15219b9 ttf: get rid of slow xmls 2015-03-29 14:50:27 +02:00
honfika@gmail.com
fe83a17aae faster font export (removed undo support, do not save dozens of temp files during export), to be continued... 2015-03-28 19:18:52 +01:00
honfika@gmail.com
24de7a9af4 warnings fixed in ttf project + removed SuppressWarnings 2015-03-28 16:45:53 +01:00
honfika@gmail.com
e4efcc6068 font export fix 2015-03-27 14:31:34 +01:00
honfika@gmail.com
8a4736fce8 font export fix 2015-03-27 13:55:18 +01:00
honfika@gmail.com
78b53e3b4c removed unused imports 2015-03-27 13:01:52 +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
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
e20d4048bb as3 instruction parsing test added 2015-03-21 23:41:01 +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
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
ad228cb16e memory usage optimizations 2015-03-19 16:29:15 +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
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