ruffle/swf/src
relrelb b0b0e55c24 swf: Extract read/write of filters to separate functions
Also unify the identical `GradientGlowFilter` and `GradientBevelFilter`
structs into `GradientFilter`.
2022-10-14 02:27:49 +03:00
..
avm1 swf: Remove `impl Default for FunctionFlags` 2022-09-22 23:29:34 +03:00
avm2 swf: Remove `#[allow(clippy::derive_partial_eq_without_eq)` 2022-08-16 16:24:21 -07:00
types swf: Extract read/write of filters to separate functions 2022-10-14 02:27:49 +03: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 avm2: Implemented newcatch and basic exception handling 2022-08-10 01:34:08 +02:00
lib.rs chore: Fix Clippy lints and allow `clippy::bool_to_int_with_if` 2022-09-11 13:31:46 +02:00
read.rs swf: Extract read/write of filters to separate functions 2022-10-14 02:27:49 +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 swf: Extract read/write of filters to separate functions 2022-10-14 02:27:49 +03:00
types.rs swf: Extract read/write of filters to separate functions 2022-10-14 02:27:49 +03:00
write.rs swf: Extract read/write of filters to separate functions 2022-10-14 02:27:49 +03:00