2013-08-30 |
Emmanuel Gil Peyrot |
Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.
|
2013-07-16 |
Emmanuel Gil Peyrot |
Remove all Loader uses from outside pytouhou.games, and add a --no-music option to disable bgm.
|
2013-07-16 |
Emmanuel Gil Peyrot |
Refactor window management in its own class.
|
2013-07-16 |
Emmanuel Gil Peyrot |
Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
|
2013-07-16 |
Emmanuel Gil Peyrot |
Importing everything makes the --help slow, call parse_args before the imports.
|
2013-07-16 |
Emmanuel Gil Peyrot |
Add a --verbosity option, to disable logging for machines with a very slow terminal.
|
2013-06-22 |
Emmanuel Gil Peyrot |
Follow the PEP-0394 guidelines, migrating from python to python2.
|
2013-06-09 |
Emmanuel Gil Peyrot |
Add a --no-particles option to remove particles.
|
2013-03-24 |
Emmanuel Gil Peyrot |
Add MoF’s hints support, and fix the Text timeout interface.
|
2012-08-29 |
Emmanuel Gil Peyrot |
Add the debug feature to start a game at the end of a replay.
|
2012-08-06 |
Emmanuel Gil Peyrot |
Add an option to disable background.
|
2012-08-05 |
Emmanuel Gil Peyrot |
Add the ability to save a replay.
|
2012-08-06 |
Emmanuel Gil Peyrot |
Use a future-proof ECL parser.
|
2012-07-27 |
Emmanuel Gil Peyrot |
Add a programmable pipeline renderer, and a --fixed-pipeline switch to use the old one.
|
2012-07-09 |
Thibaut Girka |
Enable debug messages when using --debug
|
2012-07-07 |
Thibaut Girka |
Clean up effects left behind by lasers in boss rush mode
|
2012-07-04 |
Thibaut Girka |
Minor fix in boss rush mode
|
2012-07-04 |
Emmanuel Gil Peyrot |
Clean music playback API a little.
|
2012-07-04 |
Thibaut Girka |
Increase player's power stats during skipped frames in boss rush mode.
|
2012-07-04 |
Emmanuel Gil Peyrot |
Implement continues when the lives fall bellow 0.
|
2012-07-04 |
Emmanuel Gil Peyrot |
Print an error when all the needed files aren’t present.
|
2012-07-01 |
Thibaut Girka |
Skip dialogs in the boss rush mode, and make boss rush skipping faster
|
2012-06-30 |
Thibaut Girka |
Add options to set FPS limit and disable double buffering
|
2012-06-30 |
Emmanuel Gil Peyrot |
Prevent story mode in easy to go beyond stage 5.
|
2012-06-30 |
Thibaut Girka |
Add a boss rush mode
|
2012-06-30 |
Emmanuel Gil Peyrot |
Add the story mode.
|
2012-06-13 |
Emmanuel Gil Peyrot |
Implement music playback.
|
2012-03-10 |
Emmanuel Gil Peyrot |
Add the game interface.
|
2012-03-06 |
Thibaut Girka |
Fix relative path handling and os-specific path separators.
|
2012-01-23 |
Emmanuel Gil Peyrot |
Use better defaults for player, and start the stage as if in practice mode.
|
2012-01-22 |
Thibaut Girka |
Automatically search data files using different names.
|
2011-12-30 |
Thibaut Girka |
Search for 102h.exe in the game directory instead of the current directory.
|
2011-12-19 |
Thibaut Girka |
Remove useless and occasionally problematic (think about non-utf8 terminals) print calls.
|
2011-12-15 |
Thibaut Girka |
Move “eclviewer.py” to “eosd” and get rid of run-time depency on Cython.
base
eclviewer.py@ccb8a7477766
|