3860 Commits

Author SHA1 Message Date
Jindra Petřík
eb616fd8f8 feat(as3): allow display of duplicate classes, warn (#2710, #2254)
ScriptPacks that are duplicate - multiple packs with the same name
exist - are displayed and can be edited / deleted / ...

Previously, there was SEVERE error logged when such state was
detected, now only WARNING is issued.
2026-05-10 21:27:12 +02:00
Jindra Petřík
5bb8a2c23d feat(xml export): allow external as1/2 scripts, images and defineSounds (#2707) 2026-05-10 16:09:46 +02:00
Jindra Petřík
f4114cb062 style: missing override annotation 2026-05-09 09:53:00 +02:00
Jindra Petřík
3d46722d8f fix(msaa renderer): fix closing strokes 2026-05-09 09:52:38 +02:00
Jindra Petřík
c89c542f7a fix: allow only safe classes on deserialization 2026-05-08 13:58:33 +02:00
Jindra Petřík
66391cbb75 fix(text tag convertor): fix text position (#2383)
Fixes #2383
2026-05-08 12:46:17 +02:00
Jindra Petřík
75a2ca32c1 fix: fix text position calculation in DefineEditText 2026-05-08 12:45:10 +02:00
Jindra Petřík
28a357ef1b feat(text tag convertor): set text height 2026-05-08 08:09:58 +02:00
colin-i
3adca07a35 feat: add config for loading spinner (PR258)
Closes PR258
2026-05-07 20:37:16 +02:00
Jindra Petřík
37ed3920c9 feat(xml export): export only fields that meet conditions (#2702)
Closes #2702
2026-05-03 16:32:51 +02:00
Jindra Petřík
772bd9f0bc chore: merge 2026-05-03 13:28:17 +02:00
Jindra Petřík
1f4da67a0f chore: update turkish translation 2026-05-03 12:41:15 +02:00
Jindra Petřík
f60adad8a1 fix: ignore deleted traits on indexing (PR256)
Fixes PR256
2026-05-02 08:05:53 +02:00
Jindra Petřík
b35138189b fix(AS2 direct edit): fix register count in empty functions (#2705)
Fixes #2705
2026-04-27 19:49:31 +02:00
Jindra Petřík
48fad13268 feat(fla export): add support for flash1 to flash4, fla export dialog 2026-04-26 17:30:11 +02:00
Jindra Petřík
628e0e416f style: fix checkstyle 2026-04-26 16:56:17 +02:00
Jindra Petřík
2cade7d8dd fix: fix tellTarget handling on old AS version 2026-04-18 19:14:05 +02:00
Jindra Petřík
e5142a45e5 fix(actionscript): fix loop after switch (#2698)
Fixes #2698
2026-04-13 16:17:36 +02:00
Jindra Petřík
574474ca10 fix: correct stroke size on zoomed shapes msaa export (#2696)
Fixes #2696
2026-04-12 18:39:32 +02:00
Jindra Petřík
8a2b420201 chore: handle multiple bin versions in lossless image bin reader 2026-04-12 17:58:39 +02:00
Jindra Petřík
84adc994a1 feat(text tag convertor): set default color, fontId, hasLayout (#2383) 2026-04-07 09:54:57 +02:00
Jindra Petřík
74b70dcfcb fix: correct handling hasFontClass text attribute (#2692)
Fixes #2692
2026-04-07 09:19:56 +02:00
Jindra Petřík
6c6daf37eb fix: allow transparency in animated WEBP and APNG (PR253)
Fixes PR253
2026-04-07 08:55:06 +02:00
Jindra Petřík
9cbd0f78b7 style: fix spelling 2 2026-04-06 21:06:19 +02:00
Jindra Petřík
72a80d859c style: fix spelling 2026-04-06 21:06:19 +02:00
Jindra Petřík
f4d54b924c perf: load dependent characters/frames in the separate thread
Seen in #2689
2026-04-06 21:06:19 +02:00
Jindra Petřík
c7e5aa9607 chore: fix calculating text bounds on DefineEditText (#2383) 2026-04-06 21:06:19 +02:00
Jindra Petřík
8d7757a53e fix(FLA export): fix nullpointer exception (#2690)
Fixes #2690
2026-04-06 21:06:19 +02:00
Jindra Petřík
73d8c75360 fix: allow importing large shapes by splitting edges (#2691)
Fixes #2691
2026-04-06 21:06:19 +02:00
Jindra Petřík
469eef1af1 chore(MSAA renderer): render only display view, use tiling 2026-04-06 21:06:19 +02:00
Jindra Petřík
a3048d7193 chore: correct inner strokes in advanced MSAA renderer 2026-04-06 21:06:19 +02:00
Jindra Petřík
5413feb307 feat: allow turning off the minimum stroke width of 1 pixel 2026-04-06 21:06:19 +02:00
Jindra Petřík
ab0a616612 fix(SVG importer): apply fillOpacity and strokeOpacity to gradient 2026-04-06 21:06:19 +02:00
Jindra Petřík
68cd50b0dc chore: test - main for AntialiasTools 2026-04-06 21:06:19 +02:00
Jindra Petřík
a668ad4892 fix(SVG importer): fix getStrokeFillWithOpacity call to getStrokeOpacity 2026-04-06 21:06:19 +02:00
Jindra Petřík
c87a35ecc6 chore: fix anti-alias renderer lines when points are too close 2026-04-06 21:06:19 +02:00
Jindra Petřík
04ab8542af feat(SVG import): allow larger edges by splitting them in the half 2026-04-06 21:06:19 +02:00
Jindra Petřík
85d4f135e5 chore: fix anti-alias renderer color space 2026-04-06 21:06:19 +02:00
Jindra Petřík
b6a085f561 test: fix tests 2026-04-06 21:06:19 +02:00
Jindra Petřík
c6c847edb8 fix: fix as3 direct edit - protected access (#2686, #2688)
Fixes #2686, #2688
2026-04-06 21:06:19 +02:00
JasperZebra
480b23b004 feat: add XBT texture support for GFX external images (#251)
XBT files are DDS textures with a custom header prepended, used by
some Scaleform GFX games. GFX tags reference them as .dds but the
files on disk use the .xbt extension.

- Fall back to .xbt extension when the referenced file is not found
- Scan for DDS magic bytes to strip the XBT header before decoding
2026-04-06 21:06:19 +02:00
Jindra Petřík
74b4e957a6 feat: add advanced multi sample anti-aliased shape renderer
Multi sample anti-alias renderer with configurable grid.
It can be turned on with icon under render window,
and with checkbox for export.
2026-04-06 21:06:19 +02:00
Jindra Petřík
0938f5cbad fix: fix image size off by 1 pixel when conflation fix is on (#2616)
Fixes #2616
2026-04-06 21:06:19 +02:00
Jindra Petřík
e56e7e506a feat: add text tag type conversion (#2383)
Closes #2383
2026-04-06 21:06:19 +02:00
Jindra Petřík
63d075d5f6 fix: allow float values in font size in DefineEditText 2026-04-06 21:06:19 +02:00
Jindra Petřík
8c0b16938a feat: as3 fla export - option to disable scripts layer (#2673)
Closes #2673
2026-04-06 21:06:19 +02:00
Jindra Petřík
db6f49fbf8 fix: actionscript and/or operators with simple value operands (#2680)
Fixes #2680
2026-04-06 21:06:19 +02:00
Jindra Petřík
355e87d2ae chore: fix export all button states (#2671) 2026-04-06 21:06:19 +02:00
Jindra Petřík
4e12a7590b feat: combined button SVG export using all states 2026-04-06 21:06:19 +02:00
Jindra Petřík
2ef5d26b0e feat: export all four states of a button (#2671)
Closes #2671
2026-04-06 21:06:19 +02:00