ruffle/scanner/src
Kornelius Rohrschneider 687c0e7516 core: Complete MovieClip error state & Change uncompressed_len to i32
Previously, the MovieClip error state contained one TODO in order to be
completely implemented: The HeaderExt variable uncompressed_len needs to
be -1 in the error state, but its type has been u32.
The type has now been changed to i32, and the variable is set to -1 in
the default_error_header function. Therefore, the MovieClip error state
is now fully implemented.

Other connected functions and variables like SwfMovie::uncompressed_len
or MovieClip::total_bytes have been adjusted to this type change. Code
has been adjusted if needed where this value is used.
2023-07-17 00:08:02 +02:00
..
analyze.rs remove the no-used import 2023-01-23 10:22:12 +01:00
cli_options.rs chore: Fix `clap` update 2022-10-05 21:33:34 +03:00
execute.rs core: Made NullNavigatorBackend no longer use unwraps 2023-01-10 11:10:46 +01:00
file_results.rs core: Complete MovieClip error state & Change uncompressed_len to i32 2023-07-17 00:08:02 +02:00
logging.rs scanner: Break the scanner up into multiple modules 2021-09-11 09:52:40 -07:00
main.rs chore: Fix `clippy::uninlined_format_args` lints 2022-12-15 08:59:38 +02:00
scan.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
ser_bridge.rs chore: Fix warnings with cargo doc 2022-08-08 20:20:18 +03:00