Commit Graph
7353 Commits
Author SHA1 Message Date
Jindra Petřík 71b22c86e5 Added #2286 Set SWF version in FlashDevelop project 2024-09-23 21:52:25 +02:00
Jindra Petřík 5e1a0ad922 Changed: #1644 Swapped Save all and Save buttons - Save is bigger 2024-09-23 21:52:25 +02:00
Jindra Petřík e35a92fcf1 Fixed: #2296 AS decompilation - goto problems 2024-09-23 21:52:25 +02:00
Jindra Petřík 24d6a97809 isFontNameInstalled calls ensureLoaded 2024-09-23 21:52:25 +02:00
Jindra Petřík f295fddd78 Fixed: #2290 FLA export - not generating sound bin files causing sound compression setting to be ignored 2024-09-23 21:52:25 +02:00
Jindra Petřík 236126dc84 Fixed: #2291 AS1/2 Incorrect var keyword placement causing registers to compile wrong 2024-09-23 21:52:25 +02:00
Jindra Petřík 2976829642 Fixed: #2297 AS1/2/3 direct editation - if..else clause broken when using continue/break 2024-09-23 21:52:25 +02:00
Jindra Petřík b90eeaa7d0 Fixed: #2304 GFX files truncated 2024-09-23 21:52:25 +02:00
Jindra Petřík 933c89cf06 Added: #943, #1812, #2287 Export to older binary FLA formats (CS4, CS3, Flash 8, MX 2004, MX, Flash 5) 2024-09-23 21:52:25 +02:00
Jindra Petřík 513b2aba46 Fixed: #2311 AS1/2 p-code freezing on highlighting ConstantPool 2024-09-23 21:52:25 +02:00
Jindra Petřík 6166566fc6 Fixed: #2310 Text search history showing as null 2024-09-23 21:52:25 +02:00
Jindra Petřík cad82fc5e1 Changelog update 2024-09-23 21:52:25 +02:00
Jindra Petřík 47d3285de5 Update Action.java
Add missing static keyword instead of using abstract list.
2024-09-23 21:52:25 +02:00
xy2 80e696d63b Fixed: Extreme lag when saving SWF
propertyNamesListLowercase was creating a new list every time it was
called, and this is a hotpath.

Replace with an AbstractList, avoiding a copy each time.
2024-09-23 21:52:25 +02:00
Jindra Petřík 12003ecc35 Typo 2024-09-23 21:52:25 +02:00
Jindra Petřík ded3874168 Fixed: #2302 AS3 Class linkage - changes did not save 2024-09-23 21:52:25 +02:00
Jindra Petřík b25130eed9 Fixed: #2300, #2303 ShellFolder Comparaor Windows Java error 2024-09-23 21:52:25 +02:00
Jindra Petřík cb3d9bda6d Fixed: #2309 XML export/import - Decimal support 2024-09-23 21:52:25 +02:00
Jindra Petřík 6f3b793318 Fixed: #2308 FLA export - lossless image bin files generation wrong,
some javadoc added
2024-09-23 21:52:25 +02:00
Jindra Petřík 38e49e8dbd Fixed: #2307 FLA export - image bin files generation wrong 2024-09-23 21:52:25 +02:00
Jindra Petřík 77f96d5ecc Added: FLA export - generating bin/*.dat files for movies and images 2024-09-23 21:52:25 +02:00
Jindra Petřík df9f2e3a10 FLV SCRIPTDATAVALUE toString 2024-09-23 21:52:25 +02:00
Jindřich Petřík 1d848b518a created new Unreleased section in CHANGELOG.md 2024-09-23 21:52:25 +02:00
Jindřich Petřík a884da26d4 version changed to 21.0.5 version21.0.5 2024-09-05 09:56:54 +02:00
Jindřich Petřík 9d421bb23a Fixed: #2301 AS3 direct editing - instance variables assignments producing additional static assignments 2024-09-05 09:56:04 +02:00
Jindřich Petřík 8eabe85311 Fixed: #2299 AS1/2 - Nullpointer on loadMovie with register as parameter 2024-09-05 09:56:04 +02:00
Stefan Hansson 43fe38ea0a Regenerate Appstream metainfo
Remove use of literal ampersand symbols which causes validation errors.
2024-09-05 09:56:04 +02:00
Stefan Hansson 1a88eacd81 MetainfoUpdater: Replace ampersand symbols with XML entity references
Otherwise Appstream metainfo validation fails whenever an ampersand is
included in the changelog.
2024-09-05 09:56:04 +02:00
Jindra Petřík 87080cb585 Fixed: #2294 FLA export - Nullpointer on AS3 SWFs without document class 2024-09-05 09:56:04 +02:00
Jindra Petřík 7e6d331f82 FLA export - Do not export layer depths 2024-09-05 09:56:04 +02:00
Jindra Petřík 4ba7870328 Fixed: #2293 FLA export - clipping 2024-09-05 09:56:04 +02:00
Jindra Petřík 089f52bb9b Empty sound data fix 2024-09-05 09:56:04 +02:00
Jindra Petřík 21cb1d5cb9 Fixed: #2293 FLA export - stackoverflow on multilevel clips extraction 2024-09-05 09:56:04 +02:00
Jindřich Petřík b76d357de6 Fix build 2024-09-05 09:56:04 +02:00
Jindřich Petřík 759503f1e6 Fix nightly build creating 2024-09-05 09:56:04 +02:00
Jindřich Petřík c205d9b4d8 Copy Javadoc to releases dir fix 2024-09-05 09:56:04 +02:00
Jindřich Petřík b6b1af4fb3 Github actions - compile with Java 8, generate JavaDoc with Java 21. 2024-09-05 09:56:04 +02:00
Jindřich Petřík 471c4384f6 created new Unreleased section in CHANGELOG.md 2024-09-05 09:56:04 +02:00
Jindřich Petřík 0e8ce16c4c version changed to 21.0.4 version21.0.4 2024-08-27 12:36:48 +02:00
Jindřich Petřík 4b2ab4925d Fixed: Java 8 compatibility 2024-08-27 12:36:02 +02:00
Jindřich Petřík 164ef8d06d created new Unreleased section in CHANGELOG.md 2024-08-27 12:36:02 +02:00
Jindřich Petřík dbc9ac3a01 version changed to 21.0.3 version21.0.3 2024-08-27 09:45:09 +02:00
Jindra Petřík f0b5cf8d05 Fixed: #2284 FLA export - sounds should be WAV or MP3, not FLV 2024-08-27 09:43:40 +02:00
Jindra Petřík 20f5376090 Changed: #2285 Export to FlashDevelop and IntelliJ IDEA is available only for SWFs without main timeline - even for context menu 2024-08-27 09:43:40 +02:00
Jindra Petřík c7c4ab8fc0 Added: Harman AIR 51 unpacker for binarydata with custom key 2024-08-27 09:43:40 +02:00
Jindra Petřík 87aea2a2e1 Updated debug_inner test data 2024-08-27 09:43:40 +02:00
Jindra Petřík e5a5c596e8 Fixed: Opening loaded files while playing even if not a valid SWF file - like images 2024-08-27 09:43:40 +02:00
Jindra Petřík b096f62b67 Float testdata updated 2024-08-27 09:43:40 +02:00
Jindra Petřík d6ff5cdc4f getCharacterId fix 2024-08-27 09:43:40 +02:00
Jindra Petřík 36bd403787 FlashDevelop AIR export - strip underlines from app id. 2024-08-27 09:43:40 +02:00