Mercurial > touhou
log pytouhou/vm/anmrunner.py @ 497:3da7395f39e3
age | author | description |
---|---|---|
Fri, 04 Oct 2013 11:19:04 +0200 | Emmanuel Gil Peyrot | Remove identity lambda for interpolators, improves performances slightly. |
Mon, 16 Sep 2013 18:41:51 +0200 | Emmanuel Gil Peyrot | Reset ANMRunner.sprite_index_offset after the first frame, fixes bullettype 7; also forbid glitch bullet types. |
Sun, 11 Aug 2013 14:23:50 +0200 | Emmanuel Gil Peyrot | Always run the first frame of an ANMRunner. |
Sat, 10 Aug 2013 15:18:44 +0200 | Emmanuel Gil Peyrot | Split ANMRunner.run_frame into Sprite.update. |
Sat, 03 Aug 2013 15:49:04 +0200 | Emmanuel Gil Peyrot | Remove AnmWrapper, since ANMs are lists of entries now. |
Sat, 03 Aug 2013 15:48:57 +0200 | Emmanuel Gil Peyrot | Implement PCB’s ANM2 format and vm. |