log pytouhou/game/game.pxd @ 565:5f7f859a72f9

age author description
2013-12-18 Emmanuel Gil Peyrot Inherit music players from a base class.
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-09-21 Emmanuel Gil Peyrot Add friendly fire in netplay.
2013-09-27 Emmanuel Gil Peyrot Merge netplay branch.
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-08-17 Emmanuel Gil Peyrot Make pytouhou.game.game an extension type.