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.
Sat, 03 Aug 2019 22:44:36 +0200 Emmanuel Gil Peyrot Don’t hardcode my home directory in tests.
Fri, 02 Aug 2019 20:24:45 +0200 Emmanuel Gil Peyrot Add an anmrenderer binary.
Thu, 04 Jul 2019 15:21:46 +0200 Emmanuel Gil Peyrot Implement AnmRunner.
Wed, 03 Jul 2019 22:17:04 +0200 Emmanuel Gil Peyrot Add anm0 support.