2013-09-21 |
Emmanuel Gil Peyrot |
Add friendly fire in netplay.
|
2013-09-28 |
Emmanuel Gil Peyrot |
Various netplay-related fixes.
|
2013-09-27 |
Emmanuel Gil Peyrot |
Merge netplay branch.
|
2011-12-28 |
Thibaut Girka |
Fix several synchro issues
|
2011-12-28 |
Thibaut Girka |
Fix consistency
|
2011-12-28 |
Thibaut Girka |
Experimental netplay! Yay!
|
2013-09-13 |
Emmanuel Gil Peyrot |
Move SDL context-manager and Window creation outside of main.
|
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.
|
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.
|