Commit Graph

309 Commits

Author SHA1 Message Date
Jindra Petřík
3d1cfbe0e7 Fixed: #2353 AS1/2 - fscommand and other dynamic GetURL related calls (decompilation + editation) 2024-10-29 16:55:43 +01:00
Jindra Petřík
a177709656 Updated graphics testdata 2024-10-29 16:55:43 +01:00
Jindra Petřík
845ae931e8 Added: Cache as bitmap FLA export
Test data
2024-10-29 16:55:43 +01:00
Jindra Petřík
fb010614b4 Fixed: #2335 AS3 direct editation - Type coercion of && and || operators 2024-10-13 20:43:18 +02:00
Jindra Petřík
4e8041c6f0 Fixed: #2322 More AS3 Assigment position when using dup 2024-10-13 20:43:18 +02:00
Jindra Petřík
c7c4ab8fc0 Added: Harman AIR 51 unpacker for binarydata with custom key 2024-08-27 09:43:40 +02:00
Jindra Petřík
87aea2a2e1 Updated debug_inner test data 2024-08-27 09:43:40 +02:00
Jindra Petřík
b096f62b67 Float testdata updated 2024-08-27 09:43:40 +02:00
Jindra Petřík
2912d3d0de Fixed: #2279 AS3 Decompilation - assignments on the right side of && and || operators 2024-08-27 09:43:40 +02:00
Jindra Petřík
c8a8ce8b6d Fixed: Direct editation.
Fixed: Imports in script initializer
2024-08-27 09:43:40 +02:00
Jindra Petřík
4e528c181c Fixed: Script/Class initializers order of assignment
Changed: Compound script has slot/const traits inside main script initializer
2024-08-27 09:43:40 +02:00
Jindra Petřík
ef25cbec25 Added: Harman AIR 51 float support compatibility 2024-08-27 09:43:40 +02:00
Jindra Petřík
00535350bb Fixed: #2276 Protected namespaces do not use fully qualified names 2024-08-27 09:43:40 +02:00
Jindra Petřík
16ff10a890 Fixed: #2270 AS3 decompilation - unnnecessary local registers assignments as part of expressions when using optimization like dup, setlocal N instead of setlocal N, getlocal N 2024-08-12 19:51:40 +02:00
Jindra Petřík
dc0823b58b Remove unnecessary data.
Decimal abc without nonnullable class.
2024-08-12 19:51:40 +02:00
Jindra Petřík
56ec49865c Non nullable flag 2024-08-12 19:51:40 +02:00
Jindra Petřík
c0a2a47191 Show use parameters only when neccessary. 2024-08-12 19:51:40 +02:00
Jindra Petřík
d4e0a1f6db Using NumberContext parameter in operations.
Compiling use clause with usage, rounding, precision
2024-08-12 19:51:40 +02:00
Jindra Petřík
d25627460c P-code parsing of NumberContext 2024-08-12 19:51:40 +02:00
Jindra Petřík
4e36416729 ActionScript 3 parser and generator uses decimal.
Instructions with numbecontext parameters have translate method - use standard GraphTarget items.
2024-08-12 19:51:40 +02:00
Jindra Petřík
08c3c5a469 Decimal assembler support. 2024-08-12 19:51:40 +02:00
Jindra Petřík
534ac03314 Better decimal support (For ABCs with minor version 17) 2024-08-12 19:51:40 +02:00
Jindra Petřík
50c8e3a8e3 Fixed: #2267 Script decompilation - Loop detection causing §§goto instructions in some cases 2024-08-08 19:27:14 +02:00
Jindra Petřík
d505eeee6a Fixed twolevel nested debugging 2024-08-05 11:17:25 +02:00
Jindra Petřík
84d6ad8591 Added: #1383 AS Debugger - debugging nested SWFs 2024-08-05 11:17:25 +02:00
Jindra Petřík
92ff097fde load movie test data 2024-08-05 11:17:25 +02:00
Jindra Petřík
c6790f70cf Added #1290 Export to FlashDevelop project 2024-08-05 11:17:25 +02:00
Jindra Petřík
31099c64e8 Fixed: #2226 Incorrect decompilation of continue statements in some cases 2024-08-05 11:17:25 +02:00
Jindra Petřík
9683dc6a6f Changed: #2228 AS1/2/3 bitwise operations use hexadecimal operands 2024-08-05 11:17:25 +02:00
Jindra Petřík
5fb20268b2 Fixed #2234 AS1/2 postincrement/decrement inside DefineFunction2 2024-08-05 11:17:25 +02:00
Jindra Petřík
352562d738 Fixed #2237 AS3 direct editation - usages of import colliding with toplevel classes must be fully qualified 2024-08-05 11:17:25 +02:00
Jindra Petřík
f9fe1fa092 Exporting testdata - separated to folders, separate as2 class test 2024-08-05 11:17:25 +02:00
Jindra Petřík
5654497a52 ExportAssets test data 2024-08-05 11:17:25 +02:00
Jindra Petřík
502d44b06d Fixed #2231 AS3 coercion to String as convert 2024-08-05 11:17:25 +02:00
Jindra Petřík
ffda86028d Fixed #2202 AS2 return in constructor does not take a value 2024-08-05 11:17:25 +02:00
Jindra Petřík
163a0e00d2 Fixed #2202 AS2 detection of uninitialized class fields colliding with setters/getters 2024-08-05 11:17:25 +02:00
Jindra Petřík
f51fee7064 Fixed #2190 AS1/2 - for..in inside switch before break 2024-08-05 11:17:25 +02:00
Jindra Petřík
4290b8c943 harman encryption test data [ci skip] 2024-08-05 11:17:25 +02:00
Jindra Petřík
8ee83b49f5 Fixed Saving SWFs opened by "Open loaded while playing" feature
Added sample data for loader
2023-12-30 18:06:08 +01:00
Jindra Petřík
939d909633 Fixed #2162 AS3 try inside foreach 2023-12-30 18:06:08 +01:00
Jindra Petřík
a4c2680053 Fixed AS3 - extra newlines on methods which use activation
Fixed #2162 AS3 switch inside foreach
2023-12-30 18:06:08 +01:00
Jindra Petřík
3e8c166c4a Fixed #2148 AS1/2 callmethod by register value 2023-12-30 18:06:08 +01:00
Jindra Petřík
2596650ed3 Fixed #2145 FLA Export - missing frames, cliping layers order, nullpointer, empty sound layers 2023-12-30 18:06:08 +01:00
Jindra Petřík
fcb7e0b18a Fixed FLA Export - frame numbering problem
Fixed morpshape hole detection
2023-12-30 18:06:08 +01:00
Jindra Petřík
d886f3cc18 Addedd #2138 Morphshapes - detect classic easing 2023-12-30 18:06:08 +01:00
Jindra Petřík
c41f91af7f Fixed #2138 Missing morphshapes (incorrect holes calculation)
Fixed #2138 Mask layer was visible when did not contain a masked layer
2023-12-30 18:06:08 +01:00
Jindra Petřík
2623dae032 Fixed #2138 Nested clipping (masks) display 2023-12-30 18:06:08 +01:00
Jindra Petřík
35dda78ffe Added #2134 FLA Export - split main timeline into scenes when DefineSceneAndFrameLabelData tag is present 2023-12-30 18:06:08 +01:00
Jindra Petřík
61f0d6b31b sound stream examples 2023-12-30 18:06:08 +01:00
Jindra Petřík
b595ea976a Fixed #2131 UseOutline flag for DefineEditText
Fixed Wordrapping long words in DefineEditText
2023-12-30 18:06:08 +01:00