log eosd @ 467:5bb7d2c0ff46

age author description
2013-09-11 Emmanuel Gil Peyrot Move continues to PlayerState, and make sure they aren’t reinitialized before each stage.
2013-09-06 Emmanuel Gil Peyrot Add a context manager to initialize and shut down SDL outside of Window.
2013-08-31 Emmanuel Gil Peyrot Add an option to choose which game to play; currently only EoSD is supported.
2013-08-30 Thibaut Girka By default, only enable fps limiting if vsync doesn't do the job.
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-11 Emmanuel Gil Peyrot Move the common parts of EoSDGame outside, to not reallocate them at each stage.
2013-08-30 Emmanuel Gil Peyrot Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.