Jindra Petřík
a43da6ed0a
Added: #2592 , #2154 , #2591 - Better handling of antialias conflation artifacts (by scaling), can be enabled in Advanced Settings / Display and Export.
2025-12-22 17:41:37 +01:00
Jindra Petřík
e64fe17a23
checkstyle fix
2025-11-29 16:16:13 +01:00
Jindra Petřík
922552ccb5
Fixed : #2575 dumpSWF CLI command displayed import assets GUI dialog
...
Changed: #2575 dumpSWF CLI command only allows single SWF dump (no imports, etc.)
2025-11-29 16:02:38 +01:00
Jindra Petřík
714dd8761c
Removed resampling from CLI and all source code
...
Frames with streamed sound are not taken as same.
2025-11-16 22:37:09 +01:00
Jindra Petřík
840ae0376e
Added: #2556 CLI subsprite animation export (-sublength <length> option for export)
...
Added: #2556 Option to select arbitrary frames of sprites export via `-select`.
Check `--help -select` for details.
2025-11-09 12:20:25 +01:00
Ravoit
9d980ffa41
FontTag.addCustomFont
...
Fix for
SEVERE: Uncaught exception in thread: main
java.lang.NullPointerException
at com.jpexs.decompiler.flash.tags.base.FontTag.getFontKerningPairs(FontTag.java:541)
at com.jpexs.decompiler.flash.tags.DefineFont3Tag.addCharacter(DefineFont3Tag.java:532)
at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseReplace(CommandLineArgumentParser.java:3137)
at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArgumentsInternal(CommandLineArgumentParser.java:728)
at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArgumentParser.java:474)
at com.jpexs.decompiler.flash.gui.Main.main(Main.java:3276)
at com.jpexs.decompiler.flash.cli.CommandlineInterface.main(CommandlineInterface.java:32)
as in GUI version
2025-10-20 23:13:19 +03:00
Jindra Petřík
ee53b6e763
PR222 Replace fonts from commandline - cleanup
2025-09-14 13:47:38 +02:00
lgl017
133eb8e5fe
impl font3+font4 replace in cli
...
impl font3+font4 replace in cli
2025-09-14 13:22:18 +02:00
Jindra Petřík
90a82a538a
Print SafeStr list at the bottom (AS3)
2025-07-25 19:30:13 +02:00
Jindra Petřík
12ab8af322
WIP Safe strings handling
2025-07-25 19:30:13 +02:00
Jindra Petřík
209f8ca593
Added #2468 Option for -dumpas2 CLI command to use export names (-exportNames option)
2025-06-13 08:33:21 +02:00
Jindra Petřík
2a8cddc7f9
#2451 Importing sound ranges of different format than head by converting to uncompressed wav
2025-06-07 23:03:59 +02:00
Jindra Petřík
549c6dd9a3
Added: Importing sound stream block ranges
...
Added: Commandline replacing sound stream block ranges
2025-06-06 20:07:42 +02:00
Jindra Petřík
e65ac557fb
Added: #2451 Replacing sound stream block ranges
2025-06-06 18:36:56 +02:00
Jindra Petřík
a0bfa7c8c0
Added: #2463 Export subsprites animation context menu on frames
2025-06-02 22:11:52 +02:00
Jindra Petřík
3f9f349a69
Update year in license headers to 2025
2025-05-26 07:41:42 +02:00
Jindra Petřík
e903669e98
Added: #289 Support for Aero Snap on Windows
2025-05-24 08:22:54 +02:00
Jindra Petřík
a412e51567
JNA packages refactoring
2025-05-24 04:40:41 +02:00
Jindra Petřík
72dec4d522
Checkstyle fix
2025-05-18 17:57:04 +02:00
Jindra Petřík
c8c482c8c0
Added: -configFile and -storeConfigFile commandline parameters for loading/storing configuration file
2025-05-18 17:38:45 +02:00
Jindra Petřík
cf5ca8be84
Fixed: Incorrect cursor handling when placed object has filters
2025-05-11 08:52:09 +02:00
Jindra Petřík
12e3afdd80
Save/Load even removed config fields
2025-05-09 01:24:50 +02:00
Jindra Petřík
b1c5f9d0c6
Checkstyle fix
2025-04-13 14:13:27 +02:00
Jindra Petřík
d47accdcfa
Added: #2427 Commandline export with use of imported SWFs (importAssets tag)
2025-03-23 12:23:51 +01:00
Jindra Petřík
8f5d77dc2d
Fixed #2407 Replace commandline command for AS1/2 scripts must use export names
2025-02-08 20:17:09 +01:00
Jindra Petřík
d678e01a15
AMF lexer refactored to separate directory
2024-11-10 19:50:55 +01:00
Jindra Petřík
19151edaef
WIP: Double click to item on timeline edits item in place
2024-10-29 16:55:43 +01:00
Josh Soref
5da738d05f
spelling: worker
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-10-29 16:55:43 +01:00
Josh Soref
082a6fda92
spelling: unsupported
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-10-29 16:55:43 +01:00
Josh Soref
dd15219488
spelling: recognized
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-10-29 16:55:43 +01:00
Josh Soref
79eeecb8ce
spelling: process
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-10-29 16:55:43 +01:00
Josh Soref
7ebc9dc796
spelling: parallel
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-10-29 16:55:43 +01:00
Jindra Petřík
a4a9ba4c6b
Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields
...
Fixed : #2338 AS decompiling threads got stuck after cancelling / timeout
CancellableWorker refactoring
2024-10-13 20:43:18 +02:00
Jindra Petřík
c9397a2cfa
Added: #2321 Commandline option to generate HTML docs for AS1/2 Actions
2024-10-13 20:43:18 +02:00
Jindra Petřík
63dd87c6b3
Remove proxy info from commandline help.
2024-10-13 20:43:18 +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
f3da12e032
Reformating to fix checkstyle.
2024-08-08 19:27:14 +02:00
Jindra Petřík
449f96942e
Removed: Proxy feature. It was not working since today almost every page uses HTTPS. Also Flash is limited in browsers.
2024-08-05 11:17:25 +02:00
Jindra Petřík
19c771bf44
Update license year
2024-08-05 11:17:25 +02:00
Jindra Petřík
1d9329e9be
Fixed code style
2024-08-05 11:17:25 +02:00
Jindra Petřík
441a570299
Fixed: fontFace html attribute in DefineEditText can be also an exportName
...
Fixed: BUTTONRECORD preview not showing in situations like GFX or importAssets
Changed: ImportAssets tag reorganized - now imported items are not in the tag tree, but when referenced it works
2024-08-05 11:17:25 +02:00
Jindra Petřík
ceda725afc
Added -abcclean command on CLI for ABC cleaning
2024-08-05 11:17:25 +02:00
Jindra Petřík
0b48eab7f7
Added #2011 , #2215 Option to ignore frame background color when exporting (make transparent)
2024-08-05 11:17:25 +02:00
Jindra Petřík
6d8b631383
Added #2259 Optional resampling sound to 44kHz on playback and on export
2024-08-05 11:17:25 +02:00
Jindra Petřík
3f795b3385
Added New organized commandline help
2024-08-05 11:17:25 +02:00
Jindra Petřík
00b886b7b7
Better commandline help WIP.
...
Fixed #2182 Add FFDec to context menu
2024-08-05 11:17:25 +02:00
Jindra Petřík
bf32ff1ae5
Cli help - add minus for commands
2024-08-05 11:17:25 +02:00
Jindra Petřík
14366c544c
Removed newcli.
...
Colorized old cli.
2024-08-05 11:17:25 +02: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
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