Commit Graph
7266 Commits
Author SHA1 Message Date
Jindra Petřík 34b76a1adf AS3 direct editation - only allow use clausule (numberusage, precision, rounding) for decimal ABCs 2024-08-12 19:51:40 +02:00
Jindra Petřík b0d3655919 AS3 direct editation - only allow float and decimal when ABC supports it 2024-08-12 19:51:40 +02:00
Jindra Petřík 3e7493d595 Added: AS3 direct editation - unary plus support 2024-08-12 19:51:40 +02:00
Jindra Petřík 8cfbdf5f4e Added: Better decimal values support (for ABCs minor 17, not standard FP)
Added: Better float values support (for ABCs major 47, minor 16 +, not standard FP)
Added: Non-nullable classes support (not standard FP)
2024-08-12 19:51:40 +02:00
Jindra Petřík e685022fd7 Better float support.
Removed methodinfo parser.
2024-08-12 19:51:40 +02:00
Jindra Petřík 9f661ec84c Alchemy load/store fixed. 2024-08-12 19:51:40 +02:00
Jindra Petřík a2e6b2e0b1 Fixed delocal_p, inclocal_p. 2024-08-12 19:51:40 +02:00
Jindra Petřík 56ec49865c Non nullable flag 2024-08-12 19:51:40 +02:00
Jindra Petřík c0a2a47191 Show use parameters only when neccessary. 2024-08-12 19:51:40 +02:00
Jindra Petřík d4e0a1f6db Using NumberContext parameter in operations.
Compiling use clause with usage, rounding, precision
2024-08-12 19:51:40 +02:00
Jindra Petřík d25627460c P-code parsing of NumberContext 2024-08-12 19:51:40 +02:00
Jindra Petřík 4e36416729 ActionScript 3 parser and generator uses decimal.
Instructions with numbecontext parameters have translate method - use standard GraphTarget items.
2024-08-12 19:51:40 +02:00
Jindra Petřík 08c3c5a469 Decimal assembler support. 2024-08-12 19:51:40 +02:00
Jindra Petřík 534ac03314 Better decimal support (For ABCs with minor version 17) 2024-08-12 19:51:40 +02:00
Jindra Petřík 9ee2549e60 Fixed: Asking more than once for the same imported (ImportAssets) URL
Added warning when imported name is not exported from source SWF
2024-08-12 19:51:40 +02:00
Jindra Petřík 3df725a900 Fixed: #2269 Nullpointer on importing (ImportAssets) a character that does not exists
Added tag types to SWF already contains characterId log message
2024-08-12 19:51:40 +02:00
Jindra Petřík 03d0205dc2 Fixed: Hex view for unknown tags was not scrollable 2024-08-12 19:51:40 +02:00
Jindra Petřík 818be65c98 ABC Cleaner and Usage detector for float and decimal values. 2024-08-12 19:51:40 +02:00
Jindra Petřík b2a4aa8c6a Few javadocs 2024-08-12 19:51:40 +02:00
Jindra Petřík acc5f94889 Fix missing javadoc parameters, throw tags,... 2024-08-12 19:51:40 +02:00
Jindra Petřík cf06781fdf created new Unreleased section in CHANGELOG.md 2024-08-12 19:51:40 +02:00
Jindra Petřík 282fc7eaa0 version changed to 21.0.1 version21.0.1 2024-08-08 19:29:58 +02:00
Jindra Petřík eaf14956b7 Fixed: #2268 AS3 script export with embedded assets fails (_assets dir not exists)
when no other than sprite assets exist
2024-08-08 19:27:14 +02:00
Jindra Petřík a88cac9b4b Added: Javadoc HTML documentation for library (Separate download) 2024-08-08 19:27:14 +02:00
Jindra Petřík 50c8e3a8e3 Fixed: #2267 Script decompilation - Loop detection causing §§goto instructions in some cases 2024-08-08 19:27:14 +02:00
Jindra Petřík f219b49372 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 5c1811582a More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 38bcab878b Remove "static operation". 2024-08-08 19:27:14 +02:00
Jindra Petřík f3da12e032 Reformating to fix checkstyle. 2024-08-08 19:27:14 +02:00
Jindra Petřík a5d3ce4f9b Organize imports 2024-08-08 19:27:14 +02:00
Jindra Petřík 4b10f63865 Organize imports 2024-08-08 19:27:14 +02:00
Jindra Petřík 2232212c3d Updated JaCoCo code coverage ant plugin. 2024-08-08 19:27:14 +02:00
Jindra Petřík c115e57c41 Try Java 21 for builds. 2024-08-08 19:27:14 +02:00
Jindra Petřík b75176cb4c Fix javadoc directory 2024-08-08 19:27:14 +02:00
Jindra Petřík 017d3c9584 Generating Javadoc HTML for Library and attaching it to release as ZIP file. 2024-08-08 19:27:14 +02:00
Jindra Petřík 151609a8f5 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 7e5c89989f More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 8d1e77ef29 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík b57e38e387 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 68954e714d More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík ca5857a91f More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík f13180d822 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík d549bbb436 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 334e342092 Annotations documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 29389e47ce Annotations documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 1331a7d73b TreeItems documentation 2024-08-08 19:27:14 +02:00
Jindra Petřík 499f3cc050 Timeline package documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 1255337f75 Single frame clarification. 2024-08-08 19:27:14 +02:00
Jindra Petřík 25930a894e Documentation for more classes. 2024-08-08 19:27:14 +02:00
Jindra Petřík 0f69896187 Documentation for SWF class fields. 2024-08-08 19:27:14 +02:00