Mercurial > touhou
log
age | author | description |
---|---|---|
Fri, 23 Aug 2019 02:36:59 +0200 | Emmanuel Gil Peyrot | ecl_vm: fix RelativeJump* instructions to actually call RelativeJump. |
Fri, 23 Aug 2019 02:31:08 +0200 | Emmanuel Gil Peyrot | ecl_vm: implement Call, Return, and the call stack thingy. |
Fri, 23 Aug 2019 02:30:57 +0200 | Emmanuel Gil Peyrot | ecl_vm: add a test for Call and Return. |
Fri, 23 Aug 2019 02:24:08 +0200 | Emmanuel Gil Peyrot | anm0: only use recoverable errors, no panics except for anm0 asserts. |
Sat, 17 Aug 2019 15:33:45 +0200 | Emmanuel Gil Peyrot | ecl_vm: implement TargetPlayer, and add a dummy Player to Game. |
Sat, 17 Aug 2019 14:09:39 +0200 | Emmanuel Gil Peyrot | ecl_vm: stub PlaySound. |