Jindra Petřík
306419b93b
Unicode escape only API mark in namespaces.
2023-10-01 18:21:38 +02:00
Jindra Petřík
56fb0bc9f9
Unicode escape nonenglish characters in namespaces in P-code
2023-10-01 18:21:38 +02:00
Jindra Petřík
04d526ddeb
ABCExplorer - update when ABC changes
2023-10-01 18:21:38 +02:00
Jindra Petřík
730868a996
Fixed Float/Float4 ABC format support
2023-10-01 18:21:38 +02:00
Jindra Petřík
33056fcedd
ABCExplorer - show selected trait in ABC explorer
2023-10-01 18:21:38 +02:00
Jindra Petřík
c58c1f6bfa
ABC Explorer - Try to avoid index out of bounds
2023-10-01 18:21:38 +02:00
Jindra Petřík
b343db0ff1
ABC Explorer - instance info, class info, script info, traits
2023-10-01 18:21:38 +02:00
Jindra Petřík
575239be5c
ABC Explorer - methodinfo
2023-10-01 18:21:38 +02:00
Jindra Petřík
9fa19e598f
ABC Exporter tool - view constants - WIP
2023-10-01 18:21:38 +02:00
Jindra Petřík
b70b5547a0
Fixed outof bounds for multiname
2023-10-01 18:21:38 +02:00
Jindra Petřík
a20da0839c
Fixed AS3 Nullpointer on getting multiname which is out of bounds
2023-10-01 18:21:38 +02:00
Jindra Petřík
1dcd66bf5c
Fixed #2076 Nullpointer
2023-10-01 18:21:38 +02:00
Jindra Petřík
690bfa3d7c
Fixed AS3 Initialization of var in script initializer
2023-10-01 18:21:38 +02:00
Jindra Petřík
38d809c91a
#2022 - AS3 - Make script initializer always visible and available instead of config
2023-10-01 18:21:38 +02:00
Jindra Petřík
bef61a1123
Cannot import compound scripts.
2023-10-01 18:21:38 +02:00
Jindra Petřík
e810421914
Correct trait packing.
...
Compound removing fix.
2023-10-01 18:21:38 +02:00
Jindra Petřík
4b5c4e8af4
Exporting compound scripts
2023-10-01 18:21:38 +02:00
Jindra Petřík
5846e86a2f
include without parenthesis
2023-10-01 18:21:38 +02:00
Jindra Petřík
a30bc9136f
Display compound scripts in separate folders,
...
display script initializer separately.
Show imported classes.
2023-10-01 18:21:38 +02:00
Jindra Petřík
9673b81271
fix not resolving custom namespaces
2023-10-01 18:21:38 +02:00
Jindra Petřík
7379784bbc
fix versioning when namespaceset has no version tag
2023-10-01 18:21:38 +02:00
Jindra Petřík
0ced327829
more methods fix
2023-10-01 18:21:38 +02:00
Jindra Petřík
bd6d661ee7
generateMetadata fix
2023-10-01 18:21:38 +02:00
Jindra Petřík
3a7c0b106c
Do not compile API metadata when file is versioned.
2023-10-01 18:21:38 +02:00
Jindra Petřík
05bb131c13
getSimplePackName api versioned fix
2023-10-01 18:21:38 +02:00
Jindra Petřík
cbdc998650
Added #2066 AS3 Support for api-versioned SWFs
2023-10-01 18:21:38 +02:00
Jindra Petřík
4af3c0ca7e
Fixed #2086 AS3 direct editation - not deleting old nested methods when they have multiple usages
2023-10-01 18:21:38 +02:00
Jindra Petřík
a6ed73ce8f
min class index defaults to -1
2023-10-01 18:21:38 +02:00
Jindra Petřík
bfd45b1441
Fixed #2086 AS3 direct editation - Correct class order (instanceinfo,classinfo) respecting extends/implements
2023-10-01 18:21:38 +02:00
Jindra Petřík
2f873a81b1
java 8 compatibility
2023-10-01 18:21:38 +02:00
Jindra Petřík
4eabf89291
Added AS3 - Show Embed tag over asset classes (readonly)
...
Added AS3 - Checkbox for exporting assets embedded using `Embed` (-exportembed in commandline)
Added FLA export - AS3 - Using `Embed` tag for DefineBinaryData, images not extending BitmapData
2023-10-01 18:21:38 +02:00
Jindra Petřík
9947cb0b88
Fixed tests - trait names as FQN
2023-10-01 18:21:38 +02:00
Jindra Petřík
72b64f266d
Fixed #2077 AS3 colliding types in current package with trait names
2023-10-01 18:21:38 +02:00
Jindra Petřík
b08856d3a5
Fixed #2077 AS3 try..catch parts outside block
...
Fixed AS3 try..catch inside loop unneccessary continue
2023-10-01 18:21:38 +02:00
Jindra Petřík
97d04cbedd
Fixed #2077 AS3 allow star string as property name (XML access)
2023-10-01 18:21:38 +02:00
Jindra Petřík
2fe071f214
Fixed #2077 AS3 recursion of deleting method with newfunction instruction
...
Fixed #2077 AS3 direct editation - incorrect slot names
Fixed #2077 AS3 direct editation - switch statement missing offset
2023-10-01 18:21:38 +02:00
Jindra Petřík
c1e163b4c5
Fixed #2077 Recursion of deleting method with newfunction instruction
2023-10-01 18:21:38 +02:00
Jindra Petřík
05d5fee409
Fixed #2052 Detection of switches based on notequal operator
...
update license in header
2023-10-01 18:21:38 +02:00
Jindra Petřík
4402c0b5b7
fixed tests
2023-10-01 18:21:38 +02:00
Jindra Petřík
3f6223fe0f
Fixed #2029 Simplify expressions stripping getlex and also ignoring some types of expressions
2023-10-01 18:21:38 +02:00
Jindra Petřík
6e3bc36007
Fixed #2072 AS3 direct editation - incorrectly using trait names of top level classes
2023-10-01 18:21:38 +02:00
Enrico Zeilmaker
8d07dbbdf3
fixes bug when Vector is initialized with elements
2023-10-01 18:21:38 +02:00
Jindra Petřík
478680c8af
removed comment
2023-10-01 18:21:38 +02:00
Enrico Zeilmaker
a0044d54b3
comment explains it, maybe should be removed?
...
(cherry picked from commit 474b9030c1c24d2e90dddbdc17d6c32c043e3f6c)
2023-10-01 18:21:38 +02:00
Enrico Zeilmaker
68f5c62fd2
reverting one of the changes from commit f81d1ac58d, because it caused the use of the FQN for classes defined within the same package
...
(cherry picked from commit ab4fd58e6c50b96de1ea2c1025b6353b082f50bd)
2023-10-01 18:21:38 +02:00
Enrico Zeilmaker
5a250625f4
ensures access to parent's property when super.property is called
...
fixes infinite recursion when aforementioned was done inside override getter/setter of that same property
2023-10-01 18:21:38 +02:00
Jindra Petřík
193afbbc2e
Fixed Zero line number on AS3 P-code editation error
2023-06-25 20:41:04 +02:00
Jindra Petřík
b2d87cf637
Fixed #2008 AS3 P-code editing optional Double value when it has no fractional part
2023-06-25 20:41:04 +02:00
Jindra Petřík
2d6180db50
Fixed #1999 AS3 decompilation - XML constructor call with other than string argument
2023-04-05 21:33:34 +02:00
Jindra Petřík
e907a37d2e
Fixed AS3 p-code - remove findpropglobal,findpropglobalstrict - they are internal only
2023-03-19 22:43:41 +01:00