Commit Graph
3365 Commits
Author SHA1 Message Date
Jindra Petřík eeb1242992 Fixed: #2331 AS1/2 lite - support for fscommand2, #strict directive 2024-10-13 20:43:18 +02:00
Jindra Petřík c9dfe10a60 Fixed: #2329 AS3 - imports for standalone functions 2024-10-13 20:43:18 +02:00
Jindra Petřík ce2ac52ba1 Fixed: #2325 AS3 direct editation - allow single quoted attributes in XML 2024-10-13 20:43:18 +02:00
Jindra Petřík 4efa3191e7 Fixed: #2324 AS3 direct editation - nested loop continue/break (with labels) 2024-10-13 20:43:18 +02:00
Jindra Petřík fa70ebfb97 Chinese translation update by Liushui 2024-10-13 20:43:18 +02:00
Jindra Petřík 2cb7700e27 Locales properties reformated 2024-10-13 20:43:18 +02:00
Jindra Petřík c8068e8da9 Tests fix 2024-10-13 20:43:18 +02:00
Jindra Petřík 4e8041c6f0 Fixed: #2322 More AS3 Assigment position when using dup 2024-10-13 20:43:18 +02:00
Jindra Petřík 7172ac5152 Fix tests 2024-10-13 20:43:18 +02:00
Jindra Petřík 042fa4e441 Fixed: #2323 AS3 direct editation - Number class traits are duplicated in constructor 2024-10-13 20:43:18 +02:00
Jindra Petřík 6c57d790b2 Fixed: #2322 AS3 Assigment position when using dup 2024-10-13 20:43:18 +02:00
Jindra Petřík b7657a9580 Fixed: #2322 AS3 Construct property name formatting 2024-10-13 20:43:18 +02:00
Jindra Petřík 918389cd1a Fixed: #2272 Filters strength attribute caps at 100% 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 7227c545f4 Typo in AS3 docs 2024-10-13 20:43:18 +02:00
Jindra Petřík db36aca64e Fixed: #2320 AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error 2024-10-13 20:43:18 +02:00
Jindra Petřík 9960b4c997 Fixed: #2319 AS3 direct editation - class gets removed after pressing cancel 2024-10-13 20:43:18 +02:00
Jindra Petřík 80a12c9c69 Fixed: #2319 AS3 Compound assignments problems in some cases 2024-10-13 20:43:18 +02:00
Jindra Petřík a66c09543b Move information about flacomdoc to correct README file. 2024-10-13 20:43:18 +02:00
Jindra Petřík 8da8239f6a Fixed: #2317 AS3 direct editation - local register names colliding with parameter names 2024-09-23 21:52:25 +02:00
Jindra Petřík 3b3679e2cc Show multiname namespace only when it has single namespace 2024-09-23 21:52:25 +02:00
Jindra Petřík 09b0c3acfb Fixed: #2316 AS3 direct editation - private classes
Refactored imports.
2024-09-23 21:52:25 +02:00
Jindra Petřík 6abe4e1d5e Fixed: #2314 AS3 direct editation - cannot save class initializer in some cases 2024-09-23 21:52:25 +02:00
Jindra Petřík dfce77bd1f Fixed: #2313 AS3 direct editation - parsing class traits metadata 2024-09-23 21:52:25 +02:00
Jindra Petřík a9f6cb4619 Fixed: AS3 empty interface indentation 2024-09-23 21:52:25 +02:00
Jindra Petřík 11369cc784 Fixed: AS3 direct editation - double returnvoid on script initializer 2024-09-23 21:52:25 +02:00
Jindra Petřík 158ab4b6bb Fixed: AS3 direct editation - script slot/const traits assignments 2024-09-23 21:52:25 +02:00
Jindra Petřík 4849356f2c Fixed: AS3 - displaying imports of class parent chain
Fixed: AS3 - imports for script traits
2024-09-23 21:52:25 +02:00
Jindra Petřík b7ca51c7da Added #2306 Export to VS Code project 2024-09-23 21:52:25 +02:00
Jindra Petřík 71b22c86e5 Added #2286 Set SWF version in FlashDevelop project 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 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 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 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
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