Commit Graph
3204 Commits
Author SHA1 Message Date
Jindra Petřík 0b51c26abf Fixed Clone tag 2022-12-18 23:10:24 +01:00
Jindra Petřík 9e3a9190f5 Fixed Loading nested characters when Importassets tag used 2022-12-18 23:10:24 +01:00
Jindra Petřík 85ee36319f Fixed PlaceObject tag - do not display export name twice 2022-12-18 23:10:24 +01:00
Jindra Petřík fd76d6971f Added Option to disable autoplay of sounds (DefineSound)
Fix conflation artifacts marked as experimental
2022-12-18 23:10:24 +01:00
Jindra Petřík 406065ad20 Fixed Reload button disabled after saving new file 2022-12-18 23:10:24 +01:00
Jindra Petřík 2e8dc35aa2 remove wrong import 2022-12-18 23:10:24 +01:00
Jindra Petřík 149dba53fa Added Option to fix conflation artifacts in antialising (Default off - it is slow) 2022-12-18 23:10:24 +01:00
Jindra Petřík 2f95902341 Fixed ShapeImporter fillstyles shapenum 2022-12-18 23:10:24 +01:00
Jindra Petřík f3fc42c1ab screen video v2 and avc added to codec enum 2022-12-18 23:10:24 +01:00
Jindra Petřík 00f9e67499 Added Option to mute frame sounds 2022-12-18 23:10:24 +01:00
Jindra Petřík 3ca74738ec Added DefineVideoStream videoFlagsDeblocking handled as enum in raw editation 2022-12-18 23:10:24 +01:00
Jindra Petřík 8ef3f4b5f0 Added DefineVideoStream codecId handled as enum of codecs in raw editation 2022-12-18 23:10:24 +01:00
Jindra Petřík 34cc631d7e Fixed Warnings about invalid reflective access in color dialog on Java 9+ 2022-12-18 23:10:24 +01:00
Jindra Petřík 27ce44705e Added delay to video playback to properly seek 2022-12-18 23:10:24 +01:00
Jindra Petřík c54217befe Show warning when opened SWF file has video tags and VLC is not available. 2022-12-18 23:10:24 +01:00
Jindra Petřík b941cbba04 Added #1564, #1676, #1697 to changelog of video.
Added support of alpha channel
2022-12-18 23:10:24 +01:00
Jindra Petřík cf9761de2c can be displayed refactoring 2022-12-18 23:10:24 +01:00
Jindra Petřík e0e7a82292 Properly clear video temp files on exit 2022-12-18 23:10:24 +01:00
Jindra Petřík e4f5ca4537 Read VLC path with correct bitness for current java 2022-12-18 23:10:24 +01:00
Jindra Petřík 3003cc3f24 Read VLC path from registry 2022-12-18 23:10:24 +01:00
Jindra Petřík 1ba6b91965 video playback speed, hangs fixes, correct frame display 2022-12-18 23:10:24 +01:00
Jindra Petřík 85668bbb07 Added #1893 Experimental playback of DefineVideoStream tags with VLC player 2022-12-18 23:10:24 +01:00
Jindra Petřík 19eafbf43e Added DebugId tag proper display and editation 2022-12-18 23:10:24 +01:00
Jindra Petřík c361575a72 tests fix 2022-12-18 23:10:24 +01:00
Jindra Petřík 933aa4c234 Fixed AS3 - Resolving types on static protected namespaced properties
Fixed test data
2022-12-18 23:10:24 +01:00
Jindra Petřík 8388d6adf4 AS3 - "internal" keyword support 2022-12-18 23:10:24 +01:00
Jindra Petřík 3771e02ba2 Fixed #1006 AS3 - Warning - Function value used where type Boolean was expected
as3_new testdata compilers do not ignore warnings
as3_new testdata without warnings
2022-12-18 23:10:24 +01:00
Jindra Petřík 8b6dd09069 organize imports 2022-12-18 23:10:24 +01:00
Jindra Petřík 4ea4419ac6 Fixed Tag dependency checking 2022-12-18 23:10:24 +01:00
Jindra Petřík 7629eb0f89 Do not add 0 as symbolclass needed character 2022-12-18 23:10:24 +01:00
Jindra Petřík 9143006e84 Symbolclass and Exportassets have needed characters 2022-12-18 23:10:24 +01:00
Jindra Petřík 74cf717e9a Fixed Parsing obfuscated namespaces with hash character "#" 2022-12-18 23:10:24 +01:00
Jindra Petřík 307cb6aadf Fixed Reading UI32 values 2022-12-18 23:10:24 +01:00
Jindra Petřík 5d7d48d90b Fixed #1896 NullPointer during deobfuscation 2022-12-02 08:56:02 +01:00
Jindra Petřík b9736b3590 Fixed #1895 Handling of unstructured switch 2022-12-02 08:56:02 +01:00
Jindra Petřík 8e08fb4840 Fixed direct editing tests 2022-12-02 08:56:02 +01:00
Jindra Petřík 263b401efc Fixed #1888 Casts for missing types, cast handling for script local classes 2022-12-02 08:56:02 +01:00
Jindra Petřík bfcf48a659 Fixed #1887 AS3 - strict equals operator decompilation 2022-11-30 22:58:35 +01:00
Jindra Petřík 730ab47ca8 Fixed #1888 AS3 - Nullpointer in try..catch detection in cmodule 2022-11-30 22:58:35 +01:00
Jindra Petřík c9e5349349 more samples for XML/XMLList 2022-11-30 22:58:35 +01:00
Jindra Petřík 9ddda2a8f8 Fixed #1888 Resolving types on XML and XMLList 2022-11-30 22:58:35 +01:00
Jindra Petřík e588cbda3a Fixed #1894 AS3 - XML filters in some corner cases 2022-11-30 22:58:35 +01:00
Jindra Petřík a41926a662 Fixed #1894 Switches vs loops decompilation (now with two passes) 2022-11-30 22:58:35 +01:00
Jindra Petřík ad97886306 Fixed Switch decompilation in some corner cases 2022-11-30 22:58:35 +01:00
Jindra Petřík 3537befde6 Fixed AS3 - XML - get descendants operator parenthesis 2022-11-30 22:58:35 +01:00
Jindra Petřík 6f7a89b78f Fixed #1888 resolving types on nested function variables 2022-11-30 22:58:35 +01:00
Jindra Petřík c26030620f Fixed Avoid Error Implicit coercion of a value of type XXX to an unrelated type YYY 2022-11-30 22:58:35 +01:00
Jindra Petřík a99df959bc Fixed AS3 - RegExp escaping 2022-11-30 22:58:35 +01:00
Jindra Petřík 1de378c508 Fixed AS3 - RegExp escaping 2022-11-30 22:58:35 +01:00
Jindra Petřík 96c66d98c9 Added playerglobal.swc and airglobal.swf now part of FFDec bundle 2022-11-30 22:58:35 +01:00