log eosd @ 431:77c0e9a53795

age author description
Fri, 30 Aug 2013 14:01:09 +0200 Emmanuel Gil Peyrot Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.
Tue, 16 Jul 2013 21:17:22 +0200 Emmanuel Gil Peyrot Remove all Loader uses from outside pytouhou.games, and add a --no-music option to disable bgm.
Tue, 16 Jul 2013 21:07:15 +0200 Emmanuel Gil Peyrot Refactor window management in its own class.
Tue, 16 Jul 2013 21:07:15 +0200 Emmanuel Gil Peyrot Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
Tue, 16 Jul 2013 21:13:56 +0200 Emmanuel Gil Peyrot Importing everything makes the --help slow, call parse_args before the imports.
Tue, 16 Jul 2013 21:13:56 +0200 Emmanuel Gil Peyrot Add a --verbosity option, to disable logging for machines with a very slow terminal.
Sat, 22 Jun 2013 23:16:03 +0200 Emmanuel Gil Peyrot Follow the PEP-0394 guidelines, migrating from python to python2.
Sun, 09 Jun 2013 22:53:25 +0200 Emmanuel Gil Peyrot Add a --no-particles option to remove particles.
Sun, 24 Mar 2013 10:29:37 +0100 Emmanuel Gil Peyrot Add MoF’s hints support, and fix the Text timeout interface.
Wed, 29 Aug 2012 18:38:29 +0200 Emmanuel Gil Peyrot Add the debug feature to start a game at the end of a replay.
Mon, 06 Aug 2012 23:01:33 +0200 Emmanuel Gil Peyrot Add an option to disable background.
Sun, 05 Aug 2012 16:37:26 +0200 Emmanuel Gil Peyrot Add the ability to save a replay.
Mon, 06 Aug 2012 22:52:22 +0200 Emmanuel Gil Peyrot Use a future-proof ECL parser.
Fri, 27 Jul 2012 18:43:48 +0200 Emmanuel Gil Peyrot Add a programmable pipeline renderer, and a --fixed-pipeline switch to use the old one.
Mon, 09 Jul 2012 22:12:04 +0200 Thibaut Girka Enable debug messages when using --debug