Mercurial > touhou
log
age | author | description |
---|---|---|
Fri, 30 Aug 2013 14:16:08 +0200 | Emmanuel Gil Peyrot | Use a simple for loop to determine the power level of the player; fixes a traceback when the SHT has no shot at all. |
Sat, 17 Aug 2013 02:36:05 +0200 | Emmanuel Gil Peyrot | Make pytouhou.game.effect an extension type. |
Sat, 10 Aug 2013 15:21:39 +0200 | Emmanuel Gil Peyrot | Type Bullet more, to improve performances. |
Sat, 10 Aug 2013 19:59:17 +0200 | Emmanuel Gil Peyrot | Make pytouhou.game.enemy an extension type. |
Fri, 30 Aug 2013 14:16:08 +0200 | Emmanuel Gil Peyrot | Add a base Element class for every object in pytouhou.game. |
Sat, 10 Aug 2013 20:48:17 +0200 | Emmanuel Gil Peyrot | Make pytouhou.game.sprite an extension type. |
Sun, 11 Aug 2013 14:30:52 +0200 | Emmanuel Gil Peyrot | Make only one call to render_elements during interface rendering. |