Mercurial > touhou
graph
-
Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.Tue, 16 Jul 2013 21:07:15 +0200, by Emmanuel Gil Peyrot
-
Replace Pyglet’s image loader with our SDL2_image-based one.Tue, 16 Jul 2013 21:07:15 +0200, by Emmanuel Gil Peyrot
-
Re-implement frame controlWed, 06 Feb 2013 18:45:12 +0100, by Thibaut Girka
-
Replace Pyglet with SDL2 for window creation and events; disables framerate control/display and sound.Tue, 16 Jul 2013 21:07:15 +0200, by Emmanuel Gil Peyrot
-
Remove the type of the self argument in extension types, as it clutters the code with useless information.Thu, 22 Aug 2013 12:21:12 +0200, by Emmanuel Gil Peyrot
-
Importing everything makes the --help slow, call parse_args before the imports.Tue, 16 Jul 2013 21:13:56 +0200, by Emmanuel Gil Peyrot
-
Add a --verbosity option, to disable logging for machines with a very slow terminal.Tue, 16 Jul 2013 21:13:56 +0200, by Emmanuel Gil Peyrot
-
Follow the PEP-0394 guidelines, migrating from python to python2.Sat, 22 Jun 2013 23:16:03 +0200, by Emmanuel Gil Peyrot
-
Let the gc do its work, don’t keep useless references.Wed, 12 Jun 2013 18:32:35 +0200, by Emmanuel Gil Peyrot
-
Refactor the maths functions out of Renderer.Wed, 12 Jun 2013 18:30:08 +0200, by Emmanuel Gil Peyrot
-
Remove indirect access to Matrix values.Wed, 12 Jun 2013 16:07:22 +0200, by Emmanuel Gil Peyrot
-
Don’t render null-sized arrays of elements.Wed, 12 Jun 2013 16:03:30 +0200, by Emmanuel Gil Peyrot
-
Move ascii_wrapper to the interface, as it is game-dependent.Wed, 12 Jun 2013 16:03:26 +0200, by Emmanuel Gil Peyrot
-
Do the correct score calculation even when the enemy isn’t damageable.Sun, 09 Jun 2013 22:54:33 +0200, by Emmanuel Gil Peyrot