Commit Graph

256 Commits

Author SHA1 Message Date
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
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
d6ee7b6988 Fixed #2122 -header command did not support negative integers for displayrect 2023-12-30 18:06:08 +01:00
Jindra Petřík
0c8412408d Changed #2113 Commandline -importScript command aborts import on first error,
can be changed with `-onerror ignore` argument
2023-11-05 21:11:10 +01:00
Jindra Petřík
b8aec6c2af checkstyle fix 2023-11-05 21:11:10 +01:00
Jindra Petřík
cc0050f155 Added #2113 Commandline - allow -onerror abort argument on -importScript 2023-11-05 21:11:10 +01:00
Jindra Petřík
6c874da140 Fix example not found fallthrough 2023-10-16 09:36:06 +02:00
Jindra Petřík
d0fa811eff Fix cs 2023-10-16 09:36:06 +02:00
Jindra Petřík
4639e61c8e Added #2097 Commandline command -header to modify SWF header values 2023-10-16 09:36:06 +02:00
Jindra Petřík
dc5e50813f Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes 2023-10-16 09:36:06 +02:00
Jindra Petřík
ab2aa6a40e replace sprite on commandline 2023-10-16 09:36:06 +02:00
Jindra Petřík
6cfbd3b447 Added #2079 Import sprites from commandline 2023-10-16 09:36:06 +02:00
Jindra Petřík
dae1fe0e8c Added Show "Renaming identifiers" status on file opening with auto rename identifiers on 2023-10-01 18:21:38 +02:00
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
5fb5ac802e Decrypt Harman AIR SWFs via commandline 2023-06-25 20:41:04 +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
487d1f8b14 Update license year 2023-03-19 22:43:41 +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
6b07e1c868 Added #1913 Option to disable bitmap smoothing for display 2023-01-22 22:15:04 +01:00
Jindra Petřík
0272175e00 Added Bulk import sounds and sound streams 2022-12-27 19:25:01 +01:00
Jindra Petřík
306abf5e4a Refactor sound importer to separate class 2022-12-27 19:25:01 +01:00
Jindra Petřík
bbb2c6c008 #1827 properly exit app after import 2022-12-27 19:25:01 +01:00
Jindra Petřík
dacd9195ef Bulk import movies 2022-12-27 19:25:01 +01:00
Jindra Petřík
9ca27d48be Extract replace movie method to extra importer class 2022-12-27 19:25:01 +01:00
Jindra Petřík
f2646f164b Replace movies with commandline 2022-12-27 19:25:01 +01:00
Jindra Petřík
1bdc9d5218 Added #1917 Better error message for sound import on unsupported sampling rate 2022-12-27 19:25:01 +01:00
Jindra Petřík
87f4baf554 Fixed #1916 Translation tool did not load up 2022-12-27 19:25:01 +01:00
Jindra Petřík
23404f85b6 Added #583 FlashPaper SWF to PDF with selectable text (commandline) 2022-12-23 17:02:50 +01:00
Jindra Petřík
c72215df42 Added #1909 Export/import DefineBitsJPEG3/4s alpha channel to/from separate file
("PNG/GIF/JPEG+alpha" option in GUI, "-format image:png_gif_jpeg_alpha" for commandline)
Fixed Exporting DefineJPEG3/4 with alpha channel to PNG produced JPEG instead

Refactored bulkImport shapes and images to single file.
2022-12-23 17:02:50 +01:00
Jindra Petřík
9b708491d9 Print used directory on commandline 2022-12-23 17:02:50 +01:00
Jindra Petřík
8f5cc45d88 Fixed #1908 Shape/image import must accept also filenames in the form "CHARID_xxx.ext" instead of just "CHARID.ext"
Changed Shape/image/script/text import does not require specific folder name inside (but still preffers it when exists)
2022-12-23 17:02:50 +01:00
Jindra Petřík
c4befddd5f Fixed #1908 Slow commandline opening SWF 2022-12-23 17:02:50 +01:00
Jindra Petřík
3dc81b9710 Replace shapes from commandline - add some output do let know what it does 2022-12-23 17:02:50 +01:00
Jindra Petřík
6e5d5448e8 format 2022-12-23 17:02:50 +01:00
Jindra Petřík
07fbb36ec2 typo 2022-12-23 17:02:50 +01:00
Jindra Petřík
b6671a36a7 Replace image from commandline - add some output do let know what it does 2022-12-23 17:02:50 +01:00
Jindra Petřík
162c1a8f3e Added #1460 Commandline import of text, images, shapes, symbol-class 2022-12-23 17:02:50 +01:00
Jindra Petřík
8e368c5675 Added #1690 Deobfuscation tool dialog for script level (not just current method / all classes)
Changed #1690 Redesigned Deobfuscation tool dialog.
Removed "Restore control flow" deobfuscation level as it was the same as "Remove traps"
2022-12-23 17:02:50 +01:00
Jindra Petřík
5d13387f7b Fixed AS3 direct editation and decompiler share same AbcIndex 2022-12-23 17:02:50 +01:00
Jindra Petřík
4f4c22006d Added Translator tool for easier localization 2022-11-30 22:58:35 +01:00
Jindra Petřík
344bdfa6ea Added Opening ABC file format (*.abc) 2022-11-20 22:12:19 +01:00
Jindra Petřík
213fd72266 Fixed Move tag to action did not remove original tag
Properly handle pins on moveto action
2022-11-20 22:12:19 +01:00