log pytouhou/options.py @ 636:4fa0a8e7d941

age author description
Sun, 14 May 2017 20:14:03 +0100 Emmanuel Gil Peyrot Add a GLFW implementation of gui.Window.
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Sat, 25 Oct 2014 18:52:16 +0200 Emmanuel Gil Peyrot Don’t hardcode the available games and interfaces, and relocation them.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Fri, 10 Oct 2014 15:59:11 +0200 Emmanuel Gil Peyrot Add a frameskip option, and use swap interval to implement it.
Tue, 01 Jul 2014 23:18:15 +0200 Emmanuel Gil Peyrot Add a GTK+ main menu, mimicking the original EoSD one.
Tue, 01 Jul 2014 23:17:40 +0200 Emmanuel Gil Peyrot Add a configuration parser, and pass those options to argparse as defaults. Also include an xdg helper.
Wed, 18 Jun 2014 22:39:11 +0200 Emmanuel Gil Peyrot Move CLI options to their own module.