log src/th06/ecl.rs @ 716:5016c09e5d7c

age author description
Mon, 23 Sep 2019 13:49:07 +0200 Emmanuel Gil Peyrot Fix some warnings.
Mon, 23 Sep 2019 00:06:02 +0200 Emmanuel Gil Peyrot ecl: Simplify parsing.
Fri, 23 Aug 2019 17:37:22 +0200 Emmanuel Gil Peyrot ecl: simplify parsing with more combinators.
Fri, 23 Aug 2019 02:31:08 +0200 Emmanuel Gil Peyrot ecl_vm: implement Call, Return, and the call stack thingy.
Sat, 17 Aug 2019 04:28:24 +0200 Emmanuel Gil Peyrot ecl_vm: implement the SetBulletAttributes opcodes.
Fri, 16 Aug 2019 23:27:09 +0200 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: nearing the complete list
Fri, 16 Aug 2019 23:53:03 +0200 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: fixes for previous instructions
Fri, 16 Aug 2019 23:45:28 +0200 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: more work
Fri, 16 Aug 2019 21:31:00 +0200 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: more instructions
Thu, 15 Aug 2019 21:31:08 +0200 Emmanuel Gil Peyrot Rename unknown ECL instructions to better recognise them.
Mon, 12 Aug 2019 20:50:22 +0200 Gauvain "GovanifY" Roussel-Tarbouriech ecl_vm: more instructions.
Mon, 12 Aug 2019 15:10:19 +0200 Emmanuel Gil Peyrot Don’t allocate a Vec while reading a String in ECL.
Sun, 11 Aug 2019 20:14:20 +0200 Emmanuel Gil Peyrot Make rank user-defined in eclrenderer.
Sun, 11 Aug 2019 19:55:45 +0200 Emmanuel Gil Peyrot Use bitflags for the rank, instead of an u16.
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 14:41:30 +0200 Emmanuel Gil Peyrot Make ecl_vm compile, and use it in eclrenderer (doesn’t render yet).
Thu, 08 Aug 2019 17:13:20 +0200 Emmanuel Gil Peyrot Fix SHIFT_JIS parsing to not include nul bytes.
Thu, 08 Aug 2019 17:03:00 +0200 Emmanuel Gil Peyrot Add an ECL parser.