ruffle/swf/src
David Wendt 7f60fab1e5 Add the bare minimum necessary to get opcodes out of an ABC and into an interpreter loop.
Surprisingly enough, the "bare minimum" includes a stack, object model, and values already.
2020-07-13 17:42:45 -04:00
..
avm1 swf: Fixed parsing of try {...} blocks 2020-07-01 17:30:56 -07:00
avm2 Add the bare minimum necessary to get opcodes out of an ABC and into an interpreter loop. 2020-07-13 17:42:45 -04: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 core: Limit tag parsing to slice of tag data 2020-07-03 18:52:26 -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: Merged core::Matrix into swf::Matrix 2020-05-20 14:54:41 +02:00
types.rs core: Keep track of cursor position in drawings 2020-05-21 18:38:10 +02:00
write.rs swf: Merged core::Matrix into swf::Matrix 2020-05-20 14:54:41 +02:00