log pytouhou/game/game.pyx @ 733:770e5057f6bc

age author description
2015-05-05 Emmanuel Gil Peyrot Move Particle to its own module, to not pollute pytouhou.game.effect.
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.
2014-11-26 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
2014-09-30 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
2014-07-26 Emmanuel Gil Peyrot Give extra lives to the player once she has reached a certain score, and increment the default score on continue.
2013-11-08 Emmanuel Gil Peyrot Always import runners from pytouhou.vm, to allow their replacement.
2014-05-15 Emmanuel Gil Peyrot Set boss mode directly from the enemy.
2014-05-11 Emmanuel Gil Peyrot Merge the lists Game.texts and Game.native_texts into the Game.texts dict.
2013-11-25 Emmanuel Gil Peyrot Some more type optimisations.
2013-10-23 Emmanuel Gil Peyrot Disallow collection of items dropped by the other player in netplay, also fixes a longstanding bug where autocollection worked with those items.
2013-10-14 Emmanuel Gil Peyrot Make enemy callbacks programmables.
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-28 Emmanuel Gil Peyrot Various netplay-related fixes.
2013-09-27 Emmanuel Gil Peyrot Merge netplay branch. base pytouhou/game/game.py@ee606a9db5e8
2013-09-16 Emmanuel Gil Peyrot Cythonize pytouhou.game.text.
2013-09-16 Emmanuel Gil Peyrot Make Laser and Orb extension types, and use that where possible.
2013-09-12 Emmanuel Gil Peyrot Add “except *” to cdef void functions, and type some more.
2013-09-12 Emmanuel Gil Peyrot Revert a change in 78e1c3864e73, causing boss rush to not destroy any standard enemy.
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-07-16 Emmanuel Gil Peyrot Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage.
2013-08-17 Emmanuel Gil Peyrot Make Bullet.state an enum.
2013-08-17 Emmanuel Gil Peyrot Make pytouhou.game.game an extension type. base pytouhou/game/game.py@1cb03a42c97b