Mercurial > touhou
log pytouhou/games/eosd.py @ 471:06f0eeb519bb
age | author | description |
---|---|---|
Mon, 16 Sep 2013 18:42:04 +0200 | Emmanuel Gil Peyrot | Make Laser and Orb extension types, and use that where possible. |
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. |
Wed, 11 Sep 2013 16:03:55 +0200 | Emmanuel Gil Peyrot | Move continues to PlayerState, and make sure they aren’t reinitialized before each stage. |
Tue, 16 Jul 2013 21:11:40 +0200 | Emmanuel Gil Peyrot | Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage. |
Sun, 11 Aug 2013 14:30:52 +0200 | Emmanuel Gil Peyrot | Move the common parts of EoSDGame outside, to not reallocate them at each stage. |
Sat, 03 Aug 2013 15:49:04 +0200 | Emmanuel Gil Peyrot | Remove AnmWrapper, since ANMs are lists of entries now. |
Tue, 16 Jul 2013 21:17:22 +0200 | Emmanuel Gil Peyrot | Remove all Loader uses from outside pytouhou.games, and add a --no-music option to disable bgm. |