ruffle/swf/src
relrelb 8d30833d02 core: Don't use `saturating_sub` for `width` / `height`
Use regular subtraction, since it should never overflow.
Also remove `swf::Twips::saturating_sub`, which is now unused.
2022-07-23 10:33:12 -07:00
..
avm1 chore: Appease clippy 2022-05-22 02:34:18 -07:00
avm2 avm2: Extract `MethodFlags` enum 2022-07-09 20:34:53 +03:00
types core: Don't use `saturating_sub` for `width` / `height` 2022-07-23 10:33:12 -07:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Extract `Opcode::format` and `TagCode::format` 2021-08-03 14:40:59 -07:00
extensions.rs swf: Simplify `read_str_with_len` 2022-03-26 11:33:26 -07:00
lib.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
read.rs swf: Handle incorrect 'PlaceObject3' tag 2022-06-10 16:56:08 +03:00
string.rs swf: Mark some `SwfStr` functions as const 2022-05-10 09:34:57 +03:00
tag_code.rs chore: Appease clippy 2022-05-22 02:34:18 -07:00
test_data.rs avm2: Extract `MethodFlags` enum 2022-07-09 20:34:53 +03:00
types.rs swf: Extract `Color` to a separate file 2022-07-23 08:43:02 +03:00
write.rs chore: Appease clippy 2022-07-02 09:22:18 -07:00