Jindra Petřík
|
4932cbd2fa
|
refactor: implement isFreeing on cache
[ci skip]
Closes #2118
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
cde7b927ef
|
refactor: Remove MyMap, MySet
[ci skip]
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
d487ef7064
|
Fixed: #2651 Loop breaks detection
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
29ead369bf
|
SVG export - Gradient glow filter
SVG filters refactoring
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
85c7405a4d
|
Added: SVG export - Gradient bevel filter
Fixed SVG blur kernelUnitLength
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
6b4f22f9bf
|
Fixed: #2649 SVG export - blur scaling (on supported browsers)
Changed: #2649 SVG export - using gaussian blur instead of box blur with convolution matrix (Can be turned off in the settings)
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
0ccacf3865
|
Added: AS3 ambiguous namespace detection (back again)
Fixed: #2514 AS3 direct editation - problems with namespaces
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
92e43cb615
|
Added: AS3 Direct editation - Error when accessing inaccessible namespace
Fixed: AS3 goto definition missing some namespaces
AS3 debug game testdata with debug info
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
d3eb321ddc
|
Added: #2644 Debugger - Button to sort variables alphabetically
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
5f077bd505
|
Fixed: AS3 direct editation - proper use conver/coerce instruction
Fixed: AS3 direct editation - use coerce_f for float values
|
2026-03-04 20:18:02 +01:00 |
|
Jindra Petřík
|
42ac10e468
|
Changed: #2642 Sprite SWF export - do not export as SWF timeline, use DefineSprite tag and PlaceObject of it
|
2026-02-23 21:14:53 +01:00 |
|
Jindra Petřík
|
ba7c762537
|
Fixed: AS3 slow decompilation caused by ambiguios namespace detection
|
2026-02-23 09:21:44 +01:00 |
|
Jindra Petřík
|
f48e8e6390
|
Fixed: #2639 Export to FLA - missing sound streams
|
2026-02-20 11:23:46 +01:00 |
|
Jindra Petřík
|
417ffda416
|
Fixed: Using public/private/protected/internal keywords on ambiguous namespace references
and compiling such keywords with `::` suffix.
|
2026-02-19 20:54:52 +01:00 |
|
Jindra Petřík
|
5af558e5b2
|
Checkstyle fix
|
2026-02-18 23:50:42 +01:00 |
|
Jindra Petřík
|
0a4e53f455
|
Fixed: #2636 ActionScript 3 - type coercion / convert, local registers type propagation
|
2026-02-18 22:37:55 +01:00 |
|
Jindra Petřík
|
fab6defe9c
|
Fixed: #2636 ActionScript - switches vs loop breaks
|
2026-02-18 19:46:35 +01:00 |
|
Jindra Petřík
|
7bc96f67f3
|
Fixed: AS3 property resolving for KIND_NAMESPACE (like builtin for Strings, etc.)
|
2026-02-18 09:50:26 +01:00 |
|
Jindra Petřík
|
ad727716fa
|
Fixed: #2636 ActionScript - Incorrect always-break detection causing insertion of while(true)
Fixed: #2636 ActionScript 3 - Incorrect switch detection
|
2026-02-18 03:41:28 +01:00 |
|
Jindra Petřík
|
6a01ad3180
|
Square brackets is optional
|
2026-02-17 21:51:10 +01:00 |
|
Jindra Petřík
|
114f774672
|
Added: #2636 AS3 QName properties with nonvalid identifiers handled as square brackets
|
2026-02-17 20:50:57 +01:00 |
|
Jindra Petřík
|
8f248875fb
|
Fixed: ConcurrentModification in abc indexing
|
2026-02-17 19:49:15 +01:00 |
|
Jindra Petřík
|
d8e569945b
|
Fixed: StackOverflow on cyclic chyracters
|
2026-02-17 19:47:49 +01:00 |
|
Jindra Petřík
|
fe28187a97
|
Fixed: #2636 ActionScript - Incorrect always-break detection causing insertion of while(true)
Fixed: ActionScript - newline after do..while
|
2026-02-17 18:12:02 +01:00 |
|
Jindra Petřík
|
203ac6dcc9
|
Changed: Prepared files have _debug/_debugpcode suffix.
Added: Prepare for p-code debugging.
Added: Preparation progress
Fixed: Nullpointer in tag when character not found.
|
2026-02-16 18:19:23 +01:00 |
|
Jindra Petřík
|
0af8763efc
|
Added: TTF export - setting italic / bold flags in the font
Fixed: #2632 TTF export - non-zero italic angle
|
2026-02-16 08:21:50 +01:00 |
|
Jindra Petřík
|
86e3d0dad7
|
Debug listening info.
|
2026-02-15 21:49:29 +01:00 |
|
Jindra Petřík
|
36f793fb7f
|
Fixes.
|
2026-02-15 14:46:27 +01:00 |
|
Jindra Petřík
|
8645679ce9
|
Debugging in the browser, improved 2
|
2026-02-15 10:21:58 +01:00 |
|
Jindra Petřík
|
8032b2e39b
|
Debugging in the browser WIP
|
2026-02-14 11:57:04 +01:00 |
|
Jindra Petřík
|
4541451290
|
Fixed: #2611, #2627 StackOverFlow on opening SWF containing cyclic sprites
|
2026-02-10 08:06:50 +01:00 |
|
Jindra Petřík
|
7e78b8094c
|
Spelling fix
|
2026-02-09 19:14:12 +01:00 |
|
Jindra Petřík
|
bfc9ab13d4
|
More AS1/2 increment,decrement,compound using PushDuplicate
|
2026-02-09 17:21:48 +01:00 |
|
Jindra Petřík
|
a2d10314a0
|
Fixed: #2618 AS1/2 increment/decrement using PushDuplicate
|
2026-02-09 16:17:29 +01:00 |
|
Jindra Petřík
|
f6224d6252
|
Checkstyle fix
|
2026-02-09 14:30:41 +01:00 |
|
Jindra Petřík
|
4fb1bd2276
|
Fixed: #2626 AS1/2 direct editation - function calls inside with statement
|
2026-02-09 14:22:46 +01:00 |
|
Jindra Petřík
|
5ef51beb3d
|
Added: APNG (animated PNG) export for frames, sprites and morphshapes
|
2026-02-02 22:43:32 +01:00 |
|
copilot-swe-agent[bot]
|
cdc92ecdbc
|
Add Slovak translations for AS2 and AS3 pcode documentation
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
|
2026-02-01 09:04:26 +00:00 |
|
copilot-swe-agent[bot]
|
8c24572abe
|
Add Slovak translation for ffdec_lib AppResources
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
|
2026-02-01 08:56:29 +00:00 |
|
copilot-swe-agent[bot]
|
f15feeb000
|
Add German translation for AS2 pcode docs (AS2_de.properties)
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
|
2026-02-01 06:10:58 +00:00 |
|
Jindra Petřík
|
b293b006e4
|
Czech AS2 docs.
|
2026-02-01 07:08:25 +01:00 |
|
copilot-swe-agent[bot]
|
284d61da9d
|
Add German translations for lib locales (AppResources and AS3 pcode docs)
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
|
2026-02-01 06:03:49 +00:00 |
|
Jindra Petřík
|
a90bff735b
|
Reorder WEBP export mode before other similar.
|
2026-02-01 02:44:27 +01:00 |
|
Jindra Petřík
|
ab717cc51c
|
Added: #2610 Export morphshapes - export individual frames, setting of morph duration and/or number of morph frames
Added: Animated WEBP export for frames, sprites and morphshapes
Fixed: HTML5 Canvas morphshape export
|
2026-02-01 02:35:36 +01:00 |
|
Jindra Petřík
|
69c9cdf761
|
Changed: #2610 Export as SWF - take SWF bounds from the exported item bounds
|
2026-01-31 17:26:36 +01:00 |
|
Jindra Petřík
|
a843b3eb76
|
Fixed: #2603 Export Sprite as SWF - sprite frames as timeline frames, without sprite itself
|
2026-01-31 16:27:44 +01:00 |
|
Jindra Petřík
|
281b35f3bf
|
Fixed: #2473, #2530 Always-break loops containing breaks (forward gotos)
|
2026-01-25 12:49:05 +01:00 |
|
Jindra Petřík
|
ac7cc42eea
|
Fixed: #2612 SVG export - problems with retain shape bounds setting
|
2026-01-17 19:57:45 +01:00 |
|
Jindra Petřík
|
6949793130
|
Fixed: #2612 SVG export - handle incorrect surrogate pairs in text
|
2026-01-17 18:30:17 +01:00 |
|
Jindra Petřík
|
e577257532
|
Update year in license header.
|
2026-01-16 21:33:23 +01:00 |
|