ruffle/swf/src
relrelb 84533e278d swf: De-duplicate code in `count_sbits_twips()`
Re-use `count_sbits()`, as already done in `count_fbits()`.
2022-10-09 14:18:50 +05:45
..
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 `Rectangle` to a separate file 2022-09-25 10:37:56 +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 chore: Appease clippy 2022-10-09 13:46:28 +05:45
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: Use bitflags for EditText 2022-09-06 20:02:23 -07:00
types.rs swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
write.rs swf: De-duplicate code in `count_sbits_twips()` 2022-10-09 14:18:50 +05:45