Commit Graph
1060 Commits
Author SHA1 Message Date
Jindra Petřík f8788efb2f Added #1682 AS1/2 Context menu add script on frames/buttons/placeObjects
Added Allow adding second DoAction to a frame
Fixed AS1/2 adding CLIPACTIONRECORD to PlaceObject which already has a record
2023-03-19 22:43:41 +01: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 ed57d71e81 Fixed FLA export scripts location 2023-03-19 22:43:41 +01:00
Jindra Petřík fe41355dd4 Fixed AS2 Class detection - TemporaryRegisterMark handling 2023-03-19 22:43:41 +01:00
Jindra Petřík 4654d1d610 Fixed Do not display fonts added to stage (for example in testdata/as2.swf, the vertical text - sprite 10) 2023-03-19 22:43:41 +01:00
Jindra Petřík 06c5727e0f Fixed #1990 Cloning DefineSprite causing incorrect tags written 2023-03-19 22:43:41 +01:00
Jindra Petřík b13914cca5 Added #355 Updated Chinese translation 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
Jindra Petřík e8e2668354 Fixed AS3 p-code - getouterscope instruction docs 2023-03-19 22:43:41 +01:00
Jindra Petřík dfe2d36ecf Fixed #1989 AS3 - Slow deobfuscation (AVM2DeobfuscatorSimpleOld) 2023-03-19 22:43:41 +01:00
Jindra Petřík 859049b2d4 Fixed AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
Changed AS3 p-code - EXPLICIT method flag renamed to NATIVE
2023-03-19 22:43:41 +01:00
Jindra Petřík bd882c18f0 Fixed AS3 p-code docs - deldescendants, negate_p operands 2023-03-19 22:43:41 +01:00
Jindra Petřík dfe3a31f15 Fixed AS3 direct editation - interface method namespace 2023-03-19 22:43:41 +01:00
Jindra Petřík a62f1c0626 Fixed AS3 interfaces - internal modifier on methods 2023-03-19 22:43:41 +01:00
Jindra Petřík f51d1d8ee2 Fixed AS3 direct editation - var/const outside package 2023-03-19 22:43:41 +01:00
Jindra Petřík 045d475647 Added AS3 P-code editing class trait 2023-03-19 22:43:41 +01:00
Jindra Petřík b762bebe70 Added FileAttributes tag - SWF relative Urls flag 2023-03-19 22:43:41 +01:00
Jindra Petřík a936645e89 add #1888 to changelog 2023-03-19 22:43:41 +01:00
Jindra Petřík dc2dc32fee Added AS3 Display missing namespaces along traits as §§namespace("url")
Added #1892 AS3 option to select SWF dependencies to properly resolve namespaces, types, etc. (currently in GUI only)
Fixed AS3 P-code ValueKind namespaces handling
Fixed AS3 direct editation - namespace definition without explicit value
2023-03-19 22:43:41 +01:00
Jindra Petřík 4dd2818f0e Fixed #1986 AS2 Class detection - NullPointerException on certain classes 2023-03-19 22:43:41 +01:00
Jindra Petřík f67bb6753f Fixed #1982 Slow calculation of large shape outlines - now use only rectangles for large shapes 2023-03-19 22:43:41 +01:00
Jindra Petřík 8116df7a7b Changed AS1/2/3 P-code - format Number values with EcmaScript toString function 2023-03-19 22:43:41 +01:00
Jindra Petřík f81d1ac58d Fixed #1981 AS3 star import collisions 2023-03-19 22:43:41 +01:00
Jindra Petřík cf96418d83 Fixed AS3 Metadata single value (null item key) 2023-03-19 22:43:41 +01:00
Jindra Petřík e17c8c202e Fixed AS3 Metadata in P-code formatting 2023-03-19 22:43:41 +01:00
Jindra Petřík aee2f18016 Fixed AS3 Metadata values order 2023-03-19 22:43:41 +01:00
Jindra Petřík 9e6fa2e75b Added AS3 support for logical AND/OR compound operator 2023-03-19 22:43:41 +01:00
Jindra Petřík 9967bc0937 Fixed AS3 XML embedded variables display and direct edit 2023-03-19 22:43:41 +01:00
Jindra Petřík 33e7ce35c7 Fixed #1981 AS3 fully qualified (colliding) types in submethods 2023-03-19 22:43:41 +01:00
Jindra Petřík 035ea6b6fb created new Unreleased section in CHANGELOG.md 2023-03-19 22:43:41 +01:00
Jindra Petřík 0e66acd99b version changed to 18.3.6 2023-02-25 19:40:52 +01:00
Jindra Petřík 23742c9195 Fixed #1979 SVG import - autoclosing fill paths (without closing stroke paths) 2023-02-25 19:39:02 +01:00
Jindra Petřík de02aa86f6 Fixed IllegalArgumentException: JSplitPane weight must be between 0 and 1 2023-02-25 19:39:02 +01:00
Jindra Petřík 76eff8b53c Fixed #1977 AS3 Find usages - class and function usages, various fixes 2023-02-25 19:39:02 +01:00
Jindra Petřík 45f807940a Fixed #1963 AS2 properly decompile/direct edit long classes 2023-02-25 19:39:02 +01:00
Jindra Petřík c71bb08505 Fixed #1974 DefineBits image reading problem 2023-02-25 19:39:02 +01:00
Jindra Petřík bd6a0ea829 Fixed FLA export - XML formatting with blank lines on Java9+ 2023-02-25 19:39:02 +01:00
Jindra Petřík c16c2fd4b5 Fixed #1973 FLA export - improper calculation of shape instance count 2023-02-25 19:39:02 +01:00
Jindra Petřík 08456da845 Fixed #1972 AS3 Renaming invalid identifiers - various fixes
Fixed #1972 AS3 imports taken only from packages, not package internal
2023-02-25 19:39:02 +01:00
Jindra Petřík 45a7d36067 Fixed Unresponsive status bar and its icon 2023-02-25 19:39:02 +01:00
Jindra Petřík 14c012ad2f Fixed #1972 AS3 Renaming invalid identifiers - '#' character 2023-02-25 19:39:02 +01:00
Jindra Petřík 851dc7e922 Fixed #1970 AS2 Renaming invalid identifiers for direct strings (no constant indices)
Fixed #1970 AS2 Renaming invalid identifiers IndexOutOfBounds on invalid constant index (obfuscated code, etc.)
2023-02-25 19:39:02 +01:00
Jindra Petřík 5ff41c89dd Fixed #1970 FLA export - do not strip empty frames at the end of timeline 2023-02-25 19:39:02 +01:00
Jindra Petřík b805ca2ac4 begin new Unreleased section in changelog 2023-02-25 19:39:02 +01:00
Jindra Petřík 034b4f69fc version changed to 18.3.5 2023-02-12 11:45:51 +01:00
Jindra Petřík f468c60bf7 Fixed #1968, #1971, #1957 Cannot start FFDec due to large stack size on some configurations
Changed #1957 Larger stack size (when needed) must be configured manually in ffdec.bat or ffdec.sh
2023-02-12 11:43:05 +01:00
Jindra Petřík 876ef22645 Fixed #1963 Reading CLIPEVENTFLAGS ClipActionEndFlag on SWF versions >= 6 2023-02-12 11:43:05 +01:00
Jindra Petřík b43f99efe6 Added #1959 Display frame labels along frames and FrameLabel tags 2023-02-12 11:43:05 +01:00
Jindra Petřík aaa354804e Fixed #1961 Characters can use characterId 0, PlaceObject can use depth 0
Changed #1961 SoundStreamHead on main timeline is exported/imported with identifier "-1"
2023-02-12 11:43:05 +01:00