log

age author description
2013-08-03 Emmanuel Gil Peyrot Improve render_elements’ speed a lot, and fix it in some corner cases. Thanks liori!
2013-08-17 Emmanuel Gil Peyrot Make Bullet.state an enum.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.game an extension type.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.item an extension type.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.player an extension type, and move the GameOver exception there since it makes more sense.
2013-08-30 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.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.effect an extension type.
2013-08-10 Emmanuel Gil Peyrot Type Bullet more, to improve performances.
2013-08-10 Emmanuel Gil Peyrot Make pytouhou.game.enemy an extension type.
2013-08-30 Emmanuel Gil Peyrot Add a base Element class for every object in pytouhou.game.
2013-08-10 Emmanuel Gil Peyrot Make pytouhou.game.sprite an extension type.
2013-08-11 Emmanuel Gil Peyrot Make only one call to render_elements during interface rendering.
2013-08-07 Emmanuel Gil Peyrot Make Interpolator an extension type.
2013-08-07 Emmanuel Gil Peyrot Cythonize pytouhou.utils.maths and pytouhou.utils.vector.
2013-08-07 Emmanuel Gil Peyrot Improve Matrix representation, using float[16] instead of imbricated python lists.