Mercurial > touhou
graph
-
Use a simple for loop to determine the power level of the player; fixes a traceback when the SHT has no shot at all.Fri, 30 Aug 2013 14:16:08 +0200, by Emmanuel Gil Peyrot
-
Make pytouhou.game.effect an extension type.Sat, 17 Aug 2013 02:36:05 +0200, by Emmanuel Gil Peyrot
-
Type Bullet more, to improve performances.Sat, 10 Aug 2013 15:21:39 +0200, by Emmanuel Gil Peyrot
-
Make pytouhou.game.enemy an extension type.Sat, 10 Aug 2013 19:59:17 +0200, by Emmanuel Gil Peyrot
-
Add a base Element class for every object in pytouhou.game.Fri, 30 Aug 2013 14:16:08 +0200, by Emmanuel Gil Peyrot
-
Make pytouhou.game.sprite an extension type.Sat, 10 Aug 2013 20:48:17 +0200, by Emmanuel Gil Peyrot
-
Make only one call to render_elements during interface rendering.Sun, 11 Aug 2013 14:30:52 +0200, by Emmanuel Gil Peyrot
-
Make Interpolator an extension type.Wed, 07 Aug 2013 11:34:44 +0200, by Emmanuel Gil Peyrot
-
Cythonize pytouhou.utils.maths and pytouhou.utils.vector.Wed, 07 Aug 2013 11:34:42 +0200, by Emmanuel Gil Peyrot
-
Improve Matrix representation, using float[16] instead of imbricated python lists.Wed, 07 Aug 2013 11:34:40 +0200, by Emmanuel Gil Peyrot
-
Move the common parts of EoSDGame outside, to not reallocate them at each stage.Sun, 11 Aug 2013 14:30:52 +0200, by Emmanuel Gil Peyrot
-
Always run the first frame of an ANMRunner.Sun, 11 Aug 2013 14:23:50 +0200, by Emmanuel Gil Peyrot
-
Split ANMRunner.run_frame into Sprite.update.Sat, 10 Aug 2013 15:18:44 +0200, by Emmanuel Gil Peyrot
-
Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.Fri, 30 Aug 2013 14:01:09 +0200, by Emmanuel Gil Peyrot