Commit Graph
282 Commits
Author SHA1 Message Date
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
Jindra Petřík 72b64f266d Fixed #2077 AS3 colliding types in current package with trait names 2023-10-01 18:21:38 +02:00
Jindra Petřík 97d04cbedd Fixed #2077 AS3 allow star string as property name (XML access) 2023-10-01 18:21:38 +02:00
Jindra Petřík 49c8251e4d Fixed #2077 Switch detection problems producing §§goto 2023-10-01 18:21:38 +02:00
Jindra Petřík ddae2a3389 Updated embed test data - embed movie symbol 2023-10-01 18:21:38 +02:00
Jindra Petřík 1d6c6208df Embed metadata samples contain related framework classes (static link) 2023-10-01 18:21:38 +02:00
Jindra Petřík 61b73c6db6 More embed metadata samples 2023-10-01 18:21:38 +02:00
Jindra Petřík a695aab7e9 Embed tag test data separated 2023-10-01 18:21:38 +02:00
Jindra Petřík b9f1648e2c Embed tag test data 2023-10-01 18:21:38 +02:00
Jindra Petřík 05d5fee409 Fixed #2052 Detection of switches based on notequal operator
update license in header
2023-10-01 18:21:38 +02:00
Jindra Petřík 2b0e163c47 Fixed FLA export shape tweens (morphshapes)
as 2 testdata as uncompressed
2023-03-19 22:43:41 +01:00
Jindra Petřík 6ef01643c1 Fixed FLA Export - AS2 - Sprite linkage to class 2023-03-19 22:43:41 +01:00
Jindra Petřík e9063e487b Fixed AS3 - getouterscope instruction support 2023-03-19 22:43:41 +01:00