Commit Graph
1254 Commits
Author SHA1 Message Date
[email protected] 176bf911ce #1133 Incorrect frame order for nested sprite: internal viewer and frame export fix 2016-01-18 18:54:54 +01:00
Jindra Petřík c526c4b7a6 AS3: super method call fix 2016-01-18 16:47:42 +01:00
Jindra Petřík bbe2c95f0a Corrected read only tags handling in GUI (allow edit only after pressing Edit button outside of Editor mode)
Font wideOffsets,wideCodes fixed in DefineFont2/3
2016-01-18 10:48:16 +01:00
Jindra Petřík 97051d183e Issue #1135 Handle try "to" in p-code correctly 2016-01-18 06:49:40 +01:00
Jindra Petřík b4d3471e43 Merge origin/master 2016-01-17 22:03:50 +01:00
Jindra Petřík 9f1b2422f1 switch testdata 2016-01-17 22:03:12 +01:00
Jindra Petřík 4994c4a70c Default clause position in switch fixed 2016-01-17 21:59:20 +01:00
[email protected] d1d7170ab7 Merge origin/master 2016-01-17 17:48:17 +01:00
[email protected] e6c41b3e12 #1133 Incorrect frame order for nested sprite 2016-01-17 17:48:00 +01:00
Jindra Petřík 33e433fa26 Issue #1103 Foreach variables fixes
AS3 Switch fixes
2016-01-17 11:32:01 +01:00
[email protected] d1cbe91e65 Merge origin/master 2016-01-16 20:00:46 +01:00
[email protected] 7e4998c539 cache key fixed (time is added to the key) 2016-01-16 20:00:13 +01:00
Jindra Petřík ecec7ebdeb Merge origin/master 2016-01-16 19:51:34 +01:00
Jindra Petřík 95b4402390 Issue #1134 compiling §§ instructions back while direct editation
(§§goto is still missing)
2016-01-16 19:51:11 +01:00
[email protected] 6886ccaeeb Merge origin/master 2016-01-15 14:37:54 +01:00
[email protected] 8cb067bfda format java code 2016-01-15 14:37:34 +01:00
Jindra Petřík 7c1146618c Merge origin/master 2016-01-15 06:35:04 +01:00
Jindra Petřík d521b354ad Issue #409, #1132, [SkinPart] metadata support - decompilation and direct editation in AS3
updated debugger and syntaxpane lib
2016-01-15 06:31:26 +01:00
[email protected] 8162aa6c3e linked lavm2instuction list for faster deobfuscation (not ready yet) 2016-01-14 16:38:10 +01:00
Jindra Petřík 379c9e768d Merge origin/master 2016-01-12 20:46:38 +01:00
Jindra Petřík 1901bab69b AS3 RegExp literal test data 2016-01-12 20:45:15 +01:00
Jindra Petřík edad412fc1 AS3 RegExp literal decompilation and direct editation 2016-01-12 20:45:01 +01:00
[email protected] 00bb6a075f organize imports 2016-01-09 19:51:53 +01:00
[email protected] 2fd0d45407 #1128 Letterspacing bug (after font embed): ignore letterspacing when character changed 2016-01-06 09:12:53 +01:00
[email protected] 68cf9c0e5c Do not store local tags because tags list is modified in several places (not only in the 2 addTag methods), and this list is needed only when the swf is saved, so it is easier to recreate again every time 2016-01-05 14:08:46 +01:00
Jindra Petřík f161ec4a7d Merge origin/master 2016-01-04 22:00:14 +01:00
Jindra Petřík 0f835dd0f5 Issue #1118 running file with importassets
Correct checking the autloLoadSwfs checkbox in settings
2016-01-04 21:59:55 +01:00
[email protected] addbc66fd6 show warning when switching to hex view if swf is modified 2016-01-04 09:46:21 +01:00
Jindra Petřík c2aba5fc08 Issue #1118 Loading characters through ImportAssets - show as readonly
icon
2016-01-03 22:25:54 +01:00
Jindra Petřík 12e3d208ce Merge origin/master 2016-01-03 14:35:18 +01:00
Jindra Petřík 0a16fab804 stage fix 2016-01-03 12:36:06 +01:00
Jindra Petřík 641905d6db framelabels in Timeline class 2016-01-03 12:33:50 +01:00
Jindra Petřík dc64ab1d30 AS1/2 execution improvements - yet a lot to do 2016-01-03 12:33:06 +01:00
[email protected] 7b53768da7 #1127 autoRenameIdentifiers is not supported in CLI mode: fixed 2016-01-03 10:45:54 +01:00
[email protected] cdbfe54dad ImageIO disk cache disabled, it writes a lot of ImageIO* files to temp folder. 2016-01-02 11:35:41 +01:00
[email protected] 646d696251 fixes again 2016-01-01 14:30:08 +01:00
[email protected] 9716aa7ac9 fix 2016-01-01 14:10:54 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 1d42ec846d Merge origin/master 2015-12-30 10:10:27 +01:00
[email protected] 14572db32b canvas export fix 2015-12-30 10:10:12 +01:00
Jindra Petřík 2429ce9bb8 Internal viewer - AS1/2 execution in frames fix 2015-12-29 10:58:01 +01:00
[email protected] 6340c0efea #1125 Missing catch block when decompiling try{}catch{} block 2015-12-29 09:53:46 +01:00
[email protected] a07a3063ec text letterspacing fix for multiple text records... maybe fixes issue #1124 2015-12-29 09:23:21 +01:00
Jindra Petřík 1aa35008aa ActionTrace - check stack before execution 2015-12-29 08:19:37 +01:00
Jindra Petřík c4c69abf83 Experimental execution of AS1/2 in FFDec Flash viewer (very basic, needs testing and many improvements) 2015-12-29 08:05:23 +01:00
Jindra Petřík 61bacd4b41 Merge origin/master 2015-12-28 16:39:07 +01:00
Jindra Petřík be7bd6b89f AS1/2 execution stub - execute method for nearly all actions. Needs some testing. Still a lot to do. 2015-12-28 16:38:46 +01:00
[email protected] 316526512f transparent stroke fix 2015-12-28 11:34:12 +01:00
[email protected] 36745f98ff svg size calculation 2015-12-28 10:58:09 +01:00
[email protected] 792b627cd9 add custom command line parameters 2015-12-28 10:12:20 +01:00