Commit Graph

1634 Commits

Author SHA1 Message Date
Mike Welsh 61ec4b2436 web: Add player.destroy() method 2019-05-06 03:52:27 -07:00
Mike Welsh 401da0e68a Spruce up the sample HTML page 2019-05-06 03:52:27 -07:00
Mike Welsh 8262db3991 ADPCM decoder 2019-05-06 02:34:45 -07:00
Mike Welsh e99b4a6fcf web: Add support for uncompressed event sounds 2019-05-05 22:13:22 -07:00
Mike Welsh cf2091477d Support uncompressed event sounds 2019-05-05 22:04:35 -07:00
Mike Welsh a0c478379d Preload assets for web
Run through all definition tags to preload assets on web.
TODO: Keep track of which assets are done loading.
2019-05-05 17:35:00 -07:00
Mike Welsh 4a824069af web: First pass of event sounds 2019-05-05 16:43:19 -07:00
Mike Welsh 1a4734896d Event sounds and text on web 2019-05-05 15:55:27 -07:00
Mike Welsh e56a16ea82 Fix hole tesselation 2019-05-04 13:58:54 -07:00
Mike Welsh 2480469c2c First pass of static text 2019-05-04 11:45:11 -07:00
Mike Welsh 1f6aa4e4e1 Add MorphShape stub 2019-05-03 14:25:54 -07:00
Mike Welsh 34f31a37f0 Use BTreeMap for display list 2019-05-03 14:25:01 -07:00
Mike Welsh 1dfedae485 Add some button functionality 2019-05-03 11:44:12 -07:00
Mike Welsh 5b09bc7de1 Add audio backend for desktop 2019-05-03 02:33:58 -07:00
Mike Welsh 884b7c915a Gradients on desktop 2019-05-02 22:09:25 -07:00
Mike Welsh 6e8082f01b Reorganized backend structure 2019-05-02 19:56:17 -07:00
Mike Welsh ae8df0486b Use a handle for the JS<->Rust Player object 2019-05-02 17:17:02 -07:00
Mike Welsh 747aeba2ed First pass of Button 2019-05-01 22:34:02 -07:00
Mike Welsh 708175419a Add AVM1 opcodes 2019-05-01 22:00:40 -07:00
Mike Welsh d6e68dd43e Add initial AVM1 implementation 2019-05-01 17:46:49 -07:00
Mike Welsh ce41276465 Merge branch 'master' of https://github.com/Herschel/fluster 2019-05-01 10:07:24 -07:00
Mike Welsh 5e88f43280 Color transforms 2019-05-01 09:55:54 -07:00
Mike Welsh 0d3540b20f
Update README 2019-05-01 09:36:43 -07:00
Mike Welsh cdde17f360 Color transforms 2019-04-30 23:05:16 -07:00
Mike Welsh ded41dffb0 work 2019-04-30 17:46:32 -07:00
Mike Welsh 9957206aee Work 2019-04-30 04:38:04 -07:00
Mike Welsh eb6c23d967 Work 2019-04-30 01:53:21 -07:00
Mike Welsh 663ad9f663 Work 2019-04-29 13:24:29 -07:00
Mike Welsh ed3797f28c work 2019-04-28 22:55:44 -07:00
Mike Welsh 0d9d5fe57d Update README 2019-04-27 23:26:04 -07:00
Mike Welsh ee64cc77bc Reforactor 2019-04-27 23:08:59 -07:00
Mike Welsh 2609d8c00d Shapes on glium backend 2019-04-27 20:58:33 -07:00
Mike Welsh b7ac6dc2ce Refactor 2019-04-27 18:15:43 -07:00
Mike Welsh b4c25f68f2 Fix timer 2019-04-27 15:50:33 -07:00
Mike Welsh b5126cff07 Compiling on multiple platforms 2019-04-27 15:33:47 -07:00
Mike Welsh f69381cdda Add lyon 2019-04-27 10:54:37 -07:00
Mike Welsh ba6843cf55 Work 2019-04-26 18:55:06 -07:00
Mike Welsh 3a2b11c511 Initial commit 2019-04-26 14:11:29 -07:00
Mike Welsh 76393136ca Fluster work 2019-04-25 20:28:02 -07:00
Mike Welsh 975d31ac58 Work 2019-04-25 20:27:44 -07:00
Mike Welsh 8d4ce5af8a Initial commit 2019-04-25 10:52:22 -07:00
Mike Welsh a868c56eb4 Remove mod.rs for Rust 2018 edition 2019-04-24 14:10:55 -07:00
Mike Welsh 4edbdc91ec Fix reading Protect tag with no password
swf::read was not handling when an SWF was protected without a
password. Fixed and added a test case.
2019-04-24 13:34:04 -07:00
Mike Welsh 5bd4bdb5ad Merge branch 'master' of https://github.com/Herschel/swf-rs 2019-04-24 12:38:50 -07:00
Mike Welsh 76c5c2bbc4 Rustfmt pass 2019-04-23 00:31:12 -07:00
Mike Welsh 64dd94b1db Fix clippy warnings 2019-04-23 00:24:33 -07:00
Mike Welsh 2461db8076 Update clippy lints 2019-04-22 23:39:01 -07:00
Mike Welsh cc3327f26e Remove try! calls for Rust 2018 2019-04-22 23:22:19 -07:00
Mike Welsh d23a489886 Update import paths for Rust 2018
Add crate:: where appropriate to fix paths
2019-04-22 23:09:06 -07:00
Mike Welsh a84c32d08a Switch to Rust 2018 edition 2019-04-22 22:49:05 -07:00