Mercurial > touhou
log src/th06/anm0_vm.rs @ 737:0977d479e37d
age | author | description |
---|---|---|
Sun, 08 Sep 2019 17:53:13 +0200 | Emmanuel Gil Peyrot | Make interpolators use u32 instead of u16. |
Fri, 23 Aug 2019 15:34:03 +0200 | Emmanuel Gil Peyrot | anm0: return the nom IResult and the list of Anm0s. |
Sat, 10 Aug 2019 21:04:54 +0200 | Emmanuel Gil Peyrot | Implement enough instructions to execute sub 0 from stage 1. |
Sat, 10 Aug 2019 12:48:01 +0200 | Emmanuel Gil Peyrot | Add a contructor for enemy, and a new example. |
Fri, 09 Aug 2019 01:03:43 +0200 | Emmanuel Gil Peyrot | Add a simpler Sprite::new() which doesn’t override width/height. |
Thu, 08 Aug 2019 13:38:31 +0200 | Emmanuel Gil Peyrot | Fix AnmRunner instance in test (requires Prng). |