Commit Graph
218 Commits
Author SHA1 Message Date
Jindra Petřík 3d281dfdd9 Added FLA export - export in frame 1 flag support 2024-08-05 11:17:25 +02:00
Jindra Petřík 19c771bf44 Update license year 2024-08-05 11:17:25 +02:00
Jindra Petřík a5891d9049 Eliminate some warnings in FLA export 2024-08-05 11:17:25 +02:00
Jindra Petřík a93d75ede7 fix document class 2024-08-05 11:17:25 +02:00
Jindra Petřík fa9ad6c1a3 format 2024-08-05 11:17:25 +02:00
Jindra Petřík a94d99008a FLA export - ImportAssets/2 tag support 2024-08-05 11:17:25 +02:00
Jindra Petřík 1d9329e9be Fixed code style 2024-08-05 11:17:25 +02:00
Jindra Petřík 441a570299 Fixed: fontFace html attribute in DefineEditText can be also an exportName
Fixed: BUTTONRECORD preview not showing in situations like GFX or importAssets
Changed: ImportAssets tag reorganized - now imported items are not in the tag tree, but when referenced it works
2024-08-05 11:17:25 +02:00
Jindra Petřík 6d8b631383 Added #2259 Optional resampling sound to 44kHz on playback and on export 2024-08-05 11:17:25 +02:00
Jindra Petřík 7a8760def9 Fixed #2175 FLA Export - exporting 320kbps MP3s as 160kbps 2024-08-05 11:17:25 +02:00
Jindra Petřík 8951ff5155 Fixed #2175 Removing DefineButtonSound, warning about incorrect sound character type in FLA export 2024-08-05 11:17:25 +02:00
Jindra Petřík 3ad6c894a7 Fixed #2174 Ignoring PlaceObjects with flagMove on empty depth 2024-08-05 11:17:25 +02:00
Jindra Petřík 61f15dce8f Fixed #2149 - FLA Export - compressed sound streams in some cases 2024-08-05 11:17:25 +02:00
Jindra Petřík f09d4affa5 Fixed #2156 FLA export - morphshapes 2023-12-30 18:06:08 +01:00
Jindra Petřík 9e02ee6d30 Fixed #2152 FLA Export - wrong nonlibrary shapes detection 2023-12-30 18:06:08 +01:00
Jindra Petřík 3b9f72b7f8 Fixed #2163 FLA Export - maintain sound export settings for streams 2023-12-30 18:06:08 +01:00
Jindra Petřík 18c02a48a5 Fixed #2153 FLA Export - sound streams were limited to first stream block 2023-12-30 18:06:08 +01:00
Jindra Petřík 6e3d8c6635 Added FLA export - option to disable fixing of shapes 2023-12-30 18:06:08 +01:00
Jindra Petřík 0e606ada71 Fixed #2160, #2158 FLA Export - mixed dat files for images and sounds 2023-12-30 18:06:08 +01:00
Jindra Petřík 2404151922 Fixed #2143 FLA Export / Sound playback - taking MP3 initial latency into account 2023-12-30 18:06:08 +01:00
Jindra Petřík 2596650ed3 Fixed #2145 FLA Export - missing frames, cliping layers order, nullpointer, empty sound layers 2023-12-30 18:06:08 +01:00
Jindra Petřík 336a9540f2 Refactoring of Easing detector 2023-12-30 18:06:08 +01:00
Jindra Petřík fcb7e0b18a Fixed FLA Export - frame numbering problem
Fixed morpshape hole detection
2023-12-30 18:06:08 +01:00
Jindra Petřík b7a1fd630b Fixed morphshape holes calculation 2023-12-30 18:06:08 +01:00
Jindra Petřík d886f3cc18 Addedd #2138 Morphshapes - detect classic easing 2023-12-30 18:06:08 +01:00
Jindra Petřík c41f91af7f Fixed #2138 Missing morphshapes (incorrect holes calculation)
Fixed #2138 Mask layer was visible when did not contain a masked layer
2023-12-30 18:06:08 +01:00
Jindra Petřík 2623dae032 Fixed #2138 Nested clipping (masks) display 2023-12-30 18:06:08 +01:00
Jindra Petřík 8ed9490238 Fixed #2139 FLA Export - labels layer not counted as layer index causing masked layer parentindex wrong 2023-12-30 18:06:08 +01:00
Jindra Petřík 4ce90c776b Added FLA export - show export time
Fixed #2136 FLA export - optimized Shape fixer speed, repeated shape on timeline not exported twice
2023-12-30 18:06:08 +01:00
Jindra Petřík bd82522f16 Added #2132 Show and export streamed sound (SoundStreamHead/SoundStreamBlock) in frame ranges
Fixed #1194 FLA Export - stream sound export
2023-12-30 18:06:08 +01:00
Jindra Petřík 35dda78ffe Added #2134 FLA Export - split main timeline into scenes when DefineSceneAndFrameLabelData tag is present 2023-12-30 18:06:08 +01:00
Jindra Petřík 80fb8b25d8 Fixed #2135 FLA Export - framescripts handling when addFrameScript uses Multinames instead of QNames 2023-12-30 18:06:08 +01:00
Jindra Petřík bd6c953218 Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class

Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
2023-12-30 18:06:08 +01:00
Jindra Petřík 568301542a FLA export - fixers refactoring 2023-12-30 18:06:08 +01:00
Jindra Petřík 41f6e40369 Fixed #2123 FLA export - morphshapes fixer
More FLA export progress info
2023-12-30 18:06:08 +01:00
Jindra Petřík fa03866191 Added #2123 FLA export - show some progress info (which symbols are exported)
Fixed #2123 FLA export - IndexOutOfBounds in shape fixer
Removed #2123 FLA export - Using shape fixer for morphshapes (needs something better)
2023-12-30 18:06:08 +01:00
Jindra Petřík e4486fcbcd Fixed FLA export - font export - allow dot as character 2023-11-05 21:11:10 +01:00
Jindra Petřík 632f2b4643 Fixed FLA export - allow float frame rate 2023-11-05 21:11:10 +01:00
Jindra Petřík bc74824261 Fixed FLA export - DefineEditText size 2023-11-05 21:11:10 +01:00
Jindra Petřík ad39eec7a5 Fixed #1193 FLA export - DefineEditText position 2023-11-05 21:11:10 +01:00
Jindra Petřík 988b2c73cf Fixed FLA export - allow to rename target file instead of same name as swf file 2023-11-05 21:11:10 +01:00
Jindra Petřík 06051a5727 Added FLA export - DefineEditText autokern attribute
Fixed FLA export - DefineEditText - allow negative letterspacing
2023-11-05 21:11:10 +01:00
Jindra Petřík 7e37ec5e42 checkstyle fix 2023-11-05 21:11:10 +01:00
Jindra Petřík 9d021819e8 Added #1799 Text tags editor has new parameter [space xxx] specifying exact letter advance value (add to the font advance + calculated letterspacing)
Changed #802 - FLA export - calculating letterspacing on text with fonts without layout is now optional 
 and turned off by default

XFL converter - do not convert shapes twice
Shape fixer - intersections - ignore problems
2023-11-05 21:11:10 +01:00
Jindra Petřík fd7b9b14f8 Added Status bar with info about edges on walking shaperecords 2023-11-05 21:11:10 +01:00
Jindra Petřík 68d86690c8 FLA export - fixed mixing shape layers 2023-11-05 21:11:10 +01:00
Jindra Petřík 037e205389 some doc 2023-11-05 21:11:10 +01:00
Jindra Petřík 659dd45045 Fixed #503, #1011, #1257, #1902, #1903, #2048 FLA export - shapes with overlapping edges
Do not show depths in FLA layer name
2023-11-05 21:11:10 +01:00
Jindra Petřík e00865ed6f Fixed #1866 FLA export - multiple usage of morphshapes 2023-11-05 21:11:10 +01:00
Jindra Petřík 669ffbd1a7 Fixed #1866 FLA export - multilevel clipping handling
Fixed #1866 FLA export - morphshape rounding fix
2023-11-05 21:11:10 +01:00