Commit Graph

5690 Commits

Author SHA1 Message Date
Jindra Petřík
f0b8e2dfef Try to properly display and zoom GFX DefineSubImage 2022-10-23 18:20:42 +02:00
Jindra Petřík
73250c4969 Github actions - ignore CURL upload error 56 2022-10-23 17:19:02 +02:00
Jindra Petřík
20fc982d2b fix for Java 8 2022-10-23 17:10:14 +02:00
Jindra Petřík
30a58d8c8e Fixed debug info label position/content on the top of flash viewer to avoid unwanted initial scroll 2022-10-23 17:06:23 +02:00
Jindra Petřík
10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Jindra Petřík
1bfbe84ee9 Added #1731 Image viewer zoom support 2022-10-23 16:50:55 +02:00
Jindra Petřík
41fe9616a1 maxretry fix 2022-10-23 12:40:22 +02:00
Jindra Petřík
592965066c Github actions - retry 3 times uploading the file when failed on CURL error 55 2022-10-23 12:39:46 +02:00
Jindra Petřík
98fd92b068 Fixed Slow zooming/redrawing on action when SWF has low framerate 2022-10-23 12:16:35 +02:00
Jindra Petřík
bfae9f6871 Fixed #1847 shape viewer and PDF exporter - correct drawing of pure vertical/horizontal shapes (zero width/height) 2022-10-23 10:56:31 +02:00
Jindra Petřík
1b136913b2 bitmap shape exporter - ignore strokes when bound rect has zero width/height 2022-10-22 22:40:42 +02:00
Jindra Petřík
31a461ca96 gnujpdf - use UTF-8 in string.getBytes() everywhere 2022-10-22 21:15:20 +02:00
Jindra Petřík
ef2ccab594 updated gnujpdf jar 2022-10-22 19:03:25 +02:00
Jindra Petřík
b61e009665 #1847 Try to fix chinese PDF problem 2022-10-22 19:01:34 +02:00
Jindra Petřík
d3477d910c Fixed: #1838 AS3 - Properly handling of long unsigned values, hex values, default uint values etc.
Changed: AS3 integer values are internally (e.g. in the lib) handled as java int type instead of long.
2022-10-22 15:27:44 +02:00
Jindra Petřík
ef673667e2 GitHub actions - properly delete last nightly tag 2022-10-22 13:06:14 +02:00
Jindra Petřík
a410d5afed Fixed #1839 Sprite frames exported incorrectly and repeating 2022-10-22 12:55:54 +02:00
Jindra Petřík
8290a469c3 wait 2 seconds before uploading next file 2022-10-02 19:15:37 +02:00
Jindra Petřík
f56254776b Update CHANGELOG.md 2022-10-02 19:05:52 +02:00
NoobTracker
3a07b3cfb9 fix 2022-10-02 19:04:01 +02:00
NoobTracker
7ad6d8b893 save info in the svg as data-* tags 2022-10-02 19:04:01 +02:00
NoobTracker
6aba08bd31 tell the exporter the ID and name of the drawable tag 2022-10-02 19:04:01 +02:00
Dofera
93a09b4c59 Add Symbol-Class export support for commandline 2022-10-02 19:01:59 +02:00
Jindra Petřík
509550ebbd Update CHANGELOG.md 2022-10-02 18:57:49 +02:00
Jindra Petřík
ad2e3f0978 Little -replace refactoring, adding help form -replace with <argsfile> 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
8aeade870f Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
e979e4a019 Backward Compatible 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
5944eddf16 Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
0673974a24 Update CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
38ec145e86 Improved -replace command
The replace command suffered from errors if it was gives unicode class named in the terminal, also it was limited with the maximum line length of the terminal, now I made a very simple modification to make only 3 parameters:-
1-InFile
2-OutFile
3-ArgumentsTextfilePath

So we create a text file with all the arguments we want, with infinite length, and getting rid of the unicode errors, this is very useful as some flash files have 100+ scripts, and you have to stuff 2 arguments per file with full path in the terminal line length limit, and also lose the ability to specify classes that have unicode characters on it, as FFDEC was parsing them from the terminal as question marks.
2022-10-02 18:48:16 +02:00
AhmedAhmedEG
9b76df9baf Delete CommandLineArgumentParser.java 2022-10-02 18:48:16 +02:00
AhmedAhmedEG
cadb15464d Improved -replace command
The replace command suffered from errors if it was gives unicode class named in the terminal, also it was limited with the maximum line length of the terminal, now I made a very simple modification to make only 3 parameters:-
1-InFile
2-OutFile
3-ArgumentsTextfilePath

So we create a text file with all the arguments we want, with infinite length, and getting rid of the unicode errors, this is very useful as some flash files have 100+ scripts, and you have to stuff 2 arguments per file with full path in the terminal line length limit, and also lose the ability to specify classes that have unicode characters on it, as FFDEC was parsing them from the terminal as question marks.
2022-10-02 18:48:16 +02:00
MrSandman1337
d7784960a8 typo fix 2022-10-02 18:48:16 +02:00
Jindra Petřík
b2e895445f Building using Github actions (#131)
Change Travis CICD to GitHub Actions
2022-10-02 17:39:12 +02:00
Jindra Petřík
74b641c9b2 Fixed #1834 PlaceObject4 tags appear as Unresolved inside of DefineSprite 2022-08-28 16:56:10 +02:00
Jindra Petřík
741cc6e83e Update CHANGELOG.md 2022-08-26 17:49:49 +02:00
Exund
4fc97cd339 Replace characters references
Replaces all references to a character ID in PlaceObject Tags by a different character ID
2022-08-26 17:48:37 +02:00
Jindra Petřík
5f8ad12326 start unreleased section of changelog 2022-07-03 16:35:50 +02:00
Jindra Petřík
f058045df3 version changed to 15.1.1 version15.1.1 2022-07-03 16:28:26 +02:00
Jindra Petřík
f6134f7a85 Changelog update 2022-07-03 16:26:25 +02:00
Jindra Petřík
d55a27f168 Removed auto downloading playerglobal.swf in the installer 2022-07-03 16:26:25 +02:00
Jindra Petřík
b8db8e8a08 fix copy task 2022-07-03 16:26:25 +02:00
Jindra Petřík
01fd2b744e travis playerglobal dependency 2022-07-03 16:26:25 +02:00
Exund
d1ae0e48cf Clean unused code 2022-07-03 16:26:25 +02:00
Exund
2586710575 Import from file to save on memory 2022-07-03 16:26:25 +02:00
Exund
dc8730342b Sort attributes alphabetically 2022-07-03 16:26:25 +02:00
Exund
a0c21c41d6 Fix for null elements 2022-07-03 16:26:25 +02:00
Exund
04cd9a4983 Remove DOM creation during import
Resulting XML if re-exported is slightly different: needs more checking
2022-07-03 16:26:25 +02:00
Exund
ceb80ca5a1 Types fixes 2022-07-03 16:26:25 +02:00
Exund
b3e63f235e Remove DOM creation during export 2022-07-03 16:26:25 +02:00