ruffle/swf/src
Mike Welsh 5ea06b0ce6 swf: Use Option for more PlaceObject parameters
There is a difference between empty/default (change value to default)
and none (don't modify), so make this explicit for some PlaceObject
parameters where it wasn't.

Fixes #1104.
2020-09-03 19:09:48 -07:00
..
avm1 f64 constants in ABC files are not stored in Flash mixed-endian. 2020-08-10 16:38:04 -07:00
avm2 `read_i32` no longer panics if more than 28 bits are defined within the read-in integer constant. 2020-08-10 16:38:04 -07:00
types avm1: Implement most of flash.geom.Matrix (#303) 2020-05-20 14:54:41 +02: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: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
lib.rs swf: Fix compiling with lzma feature 2019-10-11 23:18:57 -07:00
read.rs swf: Use Option for more PlaceObject parameters 2020-09-03 19:09:48 -07:00
tag_code.rs swf: Remove panic when data left over in tag 2019-10-10 21:52:41 -07:00
test_data.rs swf: Use Option for more PlaceObject parameters 2020-09-03 19:09:48 -07:00
types.rs swf: Use Option for more PlaceObject parameters 2020-09-03 19:09:48 -07:00
write.rs swf: Use Option for more PlaceObject parameters 2020-09-03 19:09:48 -07:00