Commit Graph
294 Commits
Author SHA1 Message Date
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
Jindra Petřík e2916564a5 Added DefineEditText display - indent 2023-11-05 21:11:10 +01:00
Jindra Petřík 06051a5727 Added FLA export - DefineEditText autokern attribute
Fixed FLA export - DefineEditText - allow negative letterspacing
2023-11-05 21:11:10 +01:00
Jindra Petřík ac723f61b4 Added DefineEditText display - letterspacing, kerning, relative font size 2023-11-05 21:11:10 +01:00
Jindra Petřík e00865ed6f Fixed #1866 FLA export - multiple usage of morphshapes 2023-11-05 21:11:10 +01:00
Jindra Petřík 669ffbd1a7 Fixed #1866 FLA export - multilevel clipping handling
Fixed #1866 FLA export - morphshape rounding fix
2023-11-05 21:11:10 +01:00
Jindra Petřík 21aa0486f7 GFX testdata 2023-11-05 21:11:10 +01:00
Jindra Petřík d552efacef graphics testdata has text field to jump to frame 2023-10-16 09:36:06 +02:00
Jindra Petřík ff9d34dd67 Fill winding nonzero sample data 2023-10-16 09:36:06 +02:00
Jindra Petřík 5141263960 Fixed #223 AS2 Detecting uninitialized class fields 2023-10-16 09:36:06 +02:00
Jindra Petřík a4fd485c47 Fixed AS3 incorrect private modifier on internal namespaced traits of private class inside script 2023-10-16 09:36:06 +02:00
Jindra Petřík d4505ac39c Fixed #2094 AS3 do not show body trait variables as FQN 2023-10-16 09:36:06 +02:00
Jindra Petřík 38d809c91a #2022 - AS3 - Make script initializer always visible and available instead of config 2023-10-01 18:21:38 +02:00
Jindra Petřík cbdc998650 Added #2066 AS3 Support for api-versioned SWFs 2023-10-01 18:21:38 +02:00
Jindra Petřík 15ab789ece Better embed testdata (CFF) 2023-10-01 18:21:38 +02:00
Jindra Petřík a50e60f797 Better embed testdata 2023-10-01 18:21:38 +02:00