Mercurial > touhou
log src/th06/anm0.rs @ 755:fc937d93a57c
age | author | description |
---|---|---|
Mon, 04 Jan 2021 21:14:02 +0100 | Emmanuel Gil Peyrot | Bump nom to version 6, and image to 0.23. |
Tue, 17 Sep 2019 17:36:02 +0200 | Emmanuel Gil Peyrot | anm0: Parse only a single anm0 at once and use many0 for more, to simplify parsing. |
Fri, 23 Aug 2019 19:09:37 +0200 | Emmanuel Gil Peyrot | anmrenderer: also load the alpha PNG. |
Fri, 23 Aug 2019 17:22:38 +0200 | Emmanuel Gil Peyrot | anm0: simplify parsing with more combinators. |
Fri, 23 Aug 2019 15:34:03 +0200 | Emmanuel Gil Peyrot | anm0: return the nom IResult and the list of Anm0s. |
Fri, 23 Aug 2019 02:24:08 +0200 | Emmanuel Gil Peyrot | anm0: only use recoverable errors, no panics except for anm0 asserts. |