log pytouhou/game/laser.pyx @ 773:317e93b7d586 default tip

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.
2014-11-26 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
2013-11-08 Emmanuel Gil Peyrot Always import runners from pytouhou.vm, to allow their replacement.
2014-05-10 Emmanuel Gil Peyrot Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.
2013-12-18 Emmanuel Gil Peyrot Use Sprite C arrays instead of their tuple representation where it makes sense.
2013-10-14 Emmanuel Gil Peyrot Drop an useless dependency on Player from Orb, on Game from Laser.
2013-10-04 Emmanuel Gil Peyrot Fix gcc’s warnings with -Wall -Wextra.
2013-09-16 Emmanuel Gil Peyrot Type bullettype, itemtype and lasertype a bit.
2013-09-16 Emmanuel Gil Peyrot Make Laser and Orb extension types, and use that where possible. base pytouhou/game/laser.py@992aeb6a3bd6