Commit Graph

2238 Commits

Author SHA1 Message Date
Jindra Petřík
9d0ddb8c6c Fixed Nullpointer on recent searches loader 2024-08-05 11:17:25 +02:00
Jindra Petřík
6e1f233d3d Undo - compute dependent chars/frames at the end 2024-08-05 11:17:25 +02:00
Jindra Petřík
2fd0802ec1 Fixed Undo on objects inside sprites 2024-08-05 11:17:25 +02:00
Jindra Petřík
4a4851fb50 Added #2176 Ignoring letter spacing on text search (only applies to global search, not to search inside text
Fixed #2176 Reset letterspacing on text import
2024-08-05 11:17:25 +02:00
Jindra Petřík
f931488477 Fixed #2178 Undo on sprites 2024-08-05 11:17:25 +02:00
Jindra Petřík
8951ff5155 Fixed #2175 Removing DefineButtonSound, warning about incorrect sound character type in FLA export 2024-08-05 11:17:25 +02:00
Jindra Petřík
3b9e8b9c30 #2174 Removing frames - set modified flag.
Removing frame tags from last deleted frame tag.
2024-08-05 11:17:25 +02:00
Jindra Petřík
5a8bd3d81f Removing DoAction tags on removing frames 2024-08-05 11:17:25 +02:00
Jindra Petřík
3c1a25b7be #2174 Unset flag move when removing frames when needed. 2024-08-05 11:17:25 +02:00
Jindra Petřík
57d44dbb46 Hide scrollbars on Fonts 2024-08-05 11:17:25 +02:00
Jindra Petřík
1783f981bb Fixed Hide zooming buttons in fonts display 2024-08-05 11:17:25 +02:00
Jindra Petřík
2bcba2621e #2174 Clearing image cache after removing frames 2024-08-05 11:17:25 +02:00
Jindra Petřík
101eee2537 Added Folder preview for sounds 2024-08-05 11:17:25 +02:00
Jindra Petřík
a9b910511e Fixed Folder preview - GFX image identifiers not shown 2024-08-05 11:17:25 +02:00
Jindra Petřík
bdec8e870b Fixed #2174 Removing frames, removing also FrameLabels, StartSounds, SoundStreamBlocks 2024-08-05 11:17:25 +02:00
ljcool2006
22b3d7d347 fix year being incorrect 2024-08-05 11:17:25 +02:00
Jindra Petřík
a6f2784e28 Fixed Debugger - getting children of top level variables 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
8e817f6421 Fixed deleting last frame 2023-12-30 18:06:08 +01:00
Jindra Petřík
4950aaa4bc Show framecount when deleting multiple frames 2023-12-30 18:06:08 +01:00
Jindra Petřík
85ba45cbb3 Added Scenes folder with (readonly) display of scene frames 2023-12-30 18:06:08 +01:00
Jindra Petřík
79349992a1 checkstyle fix, removing unneccessary code 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
6e3d8c6635 Added FLA export - option to disable fixing of shapes 2023-12-30 18:06:08 +01:00
Jindra Petřík
2404151922 Fixed #2143 FLA Export / Sound playback - taking MP3 initial latency into account 2023-12-30 18:06:08 +01:00
Jindra Petřík
4ce90c776b Added FLA export - show export time
Fixed #2136 FLA export - optimized Shape fixer speed, repeated shape on timeline not exported twice
2023-12-30 18:06:08 +01:00
Jindra Petřík
bd82522f16 Added #2132 Show and export streamed sound (SoundStreamHead/SoundStreamBlock) in frame ranges
Fixed #1194 FLA Export - stream sound export
2023-12-30 18:06:08 +01:00
Jindra Petřík
7a5aa1eb86 Fixed AS1/2 Debugger tooltips exception 2023-12-30 18:06:08 +01:00
Jindra Petřík
11760b1f18 AS1/2 Hide breakpoints when decompilation is disabled 2023-12-30 18:06:08 +01:00
Jindra Petřík
b976096e57 Breakpoints are hidden until disassembly/decompilation is complete.
Fixed AS1/2 Vanishing source code in some cases
2023-12-30 18:06:08 +01:00
Jindra Petřík
f3e3bd941a updated breakpoint list icon 2023-12-30 18:06:08 +01:00
Jindra Petřík
8ceb44f25e Added Remembering breakpoints
Added #2131 Breakpoint list dialog
Fixed AS1/2 Debugger - script was cleared on stop button
2023-12-30 18:06:08 +01:00
Jindra Petřík
b2abab0d45 Added #2124 Copy tags to other SWFs and replace same classes / export names 2023-12-30 18:06:08 +01:00
Jindra Petřík
5d85dee6f8 Fixed #2131 Debugger - Breakpoints can be added while SWF is running (not just on pause) 2023-12-30 18:06:08 +01:00
Jindra Petřík
e371372392 Added #2131 AS1/2 Debugger - show _root variable
Fixed #2131 AS1/2 Debugger - Breakpoint handling - incorrect script names
Fixed #2131 Debugger - Correct walking variables tree
2023-12-30 18:06:08 +01:00
Jindra Petřík
9741e8260a Added Apply unpacker menu on binary data
Added Harman unpacker for binary data
Added Multilevel binary data unpacking is possible
2023-12-30 18:06:08 +01:00
Jindra Petřík
8ad981ff25 Added Saving Harman encrypted SWFs
Added Editing encrypted flag on header panel
Added `-encrypt` command on CLI for Harman encryption
2023-12-30 18:06:08 +01:00
Jindra Petřík
31f6cbdb70 Faster AS3 Debugging - export/import ByteArray variable data 2023-12-30 18:06:08 +01:00
Jindra Petřík
de6403e157 Fixed Retain AS3 script selection in the tree after its editation and saving whole SWF 2023-12-30 18:06:08 +01:00
Jindra Petřík
59b25aa13c Fixed Marker of stack frames not properly cleared 2023-12-30 18:06:08 +01:00
Jindra Petřík
eef53edd03 Fixed Linenumbers are visible even if debug markers are used 2023-12-30 18:06:08 +01:00
Jindra Petřík
c14366a4db Added Debugger shows (logs) unhandled exceptions 2023-12-30 18:06:08 +01:00
Jindra Petřík
bd6c953218 Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class

Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
2023-12-30 18:06:08 +01:00
Jindra Petřík
0abc5b493a Fixed #2025, #2078, #2053 Problems starting the app on Windows when the username has unicode characters 2023-12-30 18:06:08 +01:00
Jindra Petřík
7fd930489e Added #2119 Option to export assets with names like their assigned classes via SymbolClass, without character id 2023-12-30 18:06:08 +01:00
Jindra Petřík
4125e94ca3 Added Label that flex compiler is used (when it's enabled in settings)
Fixed #2111 Flex AS3 editation - use SWF dependencies defined in GUI
Fixed SWF dependencies label was not updated on startup
2023-12-30 18:06:08 +01:00
Jindra Petřík
41f6e40369 Fixed #2123 FLA export - morphshapes fixer
More FLA export progress info
2023-12-30 18:06:08 +01:00
Jindra Petřík
fa03866191 Added #2123 FLA export - show some progress info (which symbols are exported)
Fixed #2123 FLA export - IndexOutOfBounds in shape fixer
Removed #2123 FLA export - Using shape fixer for morphshapes (needs something better)
2023-12-30 18:06:08 +01:00
Jindra Petřík
d6c6d30776 checkstyle fix 2023-12-30 18:06:08 +01:00
Jindra Petřík
a01326324c Added AS3 Debugging - export/import ByteArray variable data
Fixed Debugging - properly getting variable value through getter
2023-12-30 18:06:08 +01:00