Commit Graph

2058 Commits

Author SHA1 Message Date
Jindra Petřík
4eabf89291 Added AS3 - Show Embed tag over asset classes (readonly)
Added AS3 - Checkbox for exporting assets embedded using `Embed` (-exportembed in commandline)
Added FLA export - AS3 - Using `Embed` tag for DefineBinaryData, images not extending BitmapData
2023-10-01 18:21:38 +02:00
Jindra Petřík
ef9e80cb21 Fixed Proper error message when there is no room for new characters in the font (DefineFont1)
Fixed Synchronization problems when adding characters to the font vs its display
2023-10-01 18:21:38 +02:00
Jindra Petřík
c7f4aaddfb Added Export DefineFont4 to OpenType CFF file 2023-10-01 18:21:38 +02:00
Jindra Petřík
dabcaea2ec Fixed Not working "Show in Projector" button for DefineFont4 (hide) 2023-10-01 18:21:38 +02:00
Jindra Petřík
314cc5bd61 Added Exporting ByteArrayRange in the raw editor with the Export button 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
0a52175bc3 Added #2057 Show all assigned AS linkage classes in the item name (instead just one) 2023-10-01 18:21:38 +02:00
Jindra Petřík
0c8ecfe8d4 PRs as links in the changelog,
Fixed some changelog typos,
Added few missing PR references in the Changelog
2023-10-01 18:21:38 +02:00
Jindra Petřík
bcb27b6955 Added #2073 Editing of frame count in SWF header (with warning that it won't update ShowFrame count) 2023-10-01 18:21:38 +02:00
Jindra Petřík
e0b55e0410 Fixed Handling currently selected tags when using folder preview selection (Not working Replace button, etc.) 2023-10-01 18:21:38 +02:00
Jindra Petřík
1e266899a5 Fixed #2073 Recalculating frameCount field in SWF header and DefineSprite after deleting frame 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
607804e7e4 Fixed #2052 Adding new script placing class to incorrect DoABC tag 2023-10-01 18:21:38 +02:00
popugashkin
5aa3d48a4e Implement Utf8Helper.getAllowedCharsets() to lazy-load allowedCharsets, make Utf8Helper.allowedCharsets private 2023-10-01 18:21:38 +02:00
Jindra Petřík
8d2290d084 Added #1449 Updated Turkish translation 2023-10-01 18:21:38 +02:00
Jindra Petřík
5fb5ac802e Decrypt Harman AIR SWFs via commandline 2023-06-25 20:41:04 +02:00
Jindra Petřík
ec10ded3ad Added #2038, #2028, #2034, #2036 Support for Harman AIR encrypted SWFs (Read-only) 2023-06-25 20:41:04 +02:00
Jindra Petřík
2616b5046d Added #1998 Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache) 2023-06-25 20:41:04 +02:00
Jindra Petřík
9a23497c80 Fixed #2004 Freezing when a shape has nonimage character set as fill 2023-06-25 20:41:04 +02:00
Jindra Petřík
25a367a369 Export in order inside folder preview 2023-04-05 21:33:34 +02:00
Jindra Petřík
e93122c84d Removed Create empty SWF from FFDec debug menu - it is available in standard menu 2023-04-05 21:33:34 +02:00
Jindra Petřík
ebe32074aa Changed #1996 Items are now exported in order of appearance in the tag tree (usually SWF order), previously was it in order of selection 2023-04-05 21:33:34 +02:00
Jindra Petřík
49013ed8d3 Fixed Starting app with parameters causing wrong GUI init 2023-04-05 21:33:34 +02:00
Jindra Petřík
b8d9fb82c0 Fixed #1477 ffdec.exe unicode parameters 2023-04-05 21:33:34 +02:00
Jindra Petřík
a516236ee1 Fixed #1994 Replace command in commandline with three argument causing replacements file load 2023-04-05 21:33:34 +02:00
Jindra Petřík
c1cad12a8a Fixed #1993 Incorrect scroll position causing shapes to be hidden 2023-04-05 21:33:34 +02:00
Jindra Petřík
2ddcf6880c Czech translation 2023-03-19 22:43:41 +01:00
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
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
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
045d475647 Added AS3 P-code editing class trait 2023-03-19 22:43:41 +01:00
Jindra Petřík
487d1f8b14 Update license year 2023-03-19 22:43:41 +01:00
Jindra Petřík
181e98f137 move executables to reparate folder 2023-03-19 22:43:41 +01:00
Jindra Petřík
91d9e5202a czech translation update 2023-03-19 22:43:41 +01:00
Jindra Petřík
379655dc2b Do not show "missing" namespaces for interfaces. 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
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
9a693a7f5d Release new version ant task - github-newversion.
Metainfo updater Java class instead of sh script - to be able to run it properly on windows.
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
45a7d36067 Fixed Unresponsive status bar and its icon 2023-02-25 19:39:02 +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
Jindra Petřík
d2c15e4b60 Fixed #1964 Freezing on releasing mouse while shape transforming (deadlock) 2023-02-12 11:43:05 +01:00
Jindra Petřík
15ab519570 Fixed #1960 Quick search does not search in SWF name or folder names 2023-02-12 11:43:05 +01:00
Jindra Petřík
da96842c54 Fixed #1960 Hide tag tree root handles as it was in previous versions 2023-02-12 11:43:05 +01:00
Jindra Petřík
29ed2cc266 Fixed AS3 - Select the trait after adding new
Fixed #1955 AS3 - Exception during removing trait
2023-01-30 22:33:36 +01:00
Jindra Petřík
07df4a8640 Added Remembering script+folder scroll/caret position when switching between items, saving for pinned items 2023-01-30 22:33:36 +01:00
Jindra Petřík
e123bc699f Fixed AS3 - incorrect switching P-code causing empty text 2023-01-30 22:33:36 +01:00