Josh Soref
|
0afbc874a3
|
spelling: outputs
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
f720611b83
|
spelling: necessary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
6d08d9b9c1
|
spelling: necessarily
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
dc216dc256
|
spelling: mapped
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
541aebcd95
|
spelling: including
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
5d5fb13317
|
spelling: finished
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
f8e688cab6
|
spelling: finally
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
b0ca5a8117
|
spelling: effectively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
af6eecde70
|
spelling: dotted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
fedee7f990
|
spelling: converts
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
680aa2e137
|
spelling: constructor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
242fcf726d
|
spelling: comparison
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
714eb4b2c5
|
spelling: assignment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
f455cfa8f8
|
spelling: appropriate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
deebc063c3
|
spelling: addresses
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Josh Soref
|
fea5cdb53b
|
spelling: accessed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-10-29 16:55:43 +01:00 |
|
Jindra Petřík
|
f6010cf7ed
|
Fixed: #2354 Simplify expressions problems in some cases
|
2024-10-29 16:55:43 +01:00 |
|
Jindra Petřík
|
db5aa019a6
|
Fixed: #2192 Long script lines are now wrapped (1000 chars limit by default) to avoid problems on Linux
|
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
|
cf1fd92e5a
|
Fix tests
|
2024-10-13 20:43:18 +02:00 |
|
Jindra Petřík
|
fb010614b4
|
Fixed: #2335 AS3 direct editation - Type coercion of && and || operators
|
2024-10-13 20:43:18 +02:00 |
|
Jindra Petřík
|
bd96663223
|
Fixed: #2329 AS3 direct editation - Breaks inside switches
|
2024-10-13 20:43:18 +02:00 |
|
Jindra Petřík
|
531cb00e1d
|
Organize imports
|
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
|
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
|
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
|
80a12c9c69
|
Fixed: #2319 AS3 Compound assignments problems in some cases
|
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
|
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 |
|
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 |
|
Jindra Petřík
|
0dbe317390
|
Fixed: Embed tag - Wav files need to be embedded in assets.swf
|
2024-08-27 09:43:40 +02:00 |
|
Jindra Petřík
|
7f57728b31
|
__ffdec_include_classes has void return type
|
2024-08-27 09:43:40 +02:00 |
|
Jindra Petřík
|
9617c2ac2f
|
Added: FLA/FlashDevelop/IDEA export - A link to all classes (sound, font, images) is added so no class is missed during compilation
|
2024-08-27 09:43:40 +02:00 |
|
Jindra Petřík
|
58724dced5
|
Fixed: #2279 Embed assets with file base name ending with a space
|
2024-08-27 09:43:40 +02:00 |
|
Jindra Petřík
|
2912d3d0de
|
Fixed: #2279 AS3 Decompilation - assignments on the right side of && and || operators
|
2024-08-27 09:43:40 +02:00 |
|