log pytouhou/game/player.pxd @ 641:a58103f2f264

age author description
2015-03-28 Emmanuel Gil Peyrot Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
2013-10-14 Emmanuel Gil Peyrot Merge PlayerState into Player, fix player respawn position.
2013-09-21 Emmanuel Gil Peyrot Add friendly fire in netplay.
2013-09-12 Emmanuel Gil Peyrot Add “except *” to cdef void functions, and type some more.
2013-09-11 Emmanuel Gil Peyrot Move continues to PlayerState, and make sure they aren’t reinitialized before each stage.
2013-08-10 Emmanuel Gil Peyrot Display the name of a spellcard and the face of its invoker.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.game 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.