Mercurial > touhou
log scripts/pytouhou @ 580:8a8c2e519637
age | author | description |
---|---|---|
Wed, 06 Aug 2014 10:50:19 +0200 | Emmanuel Gil Peyrot | Move NextStage outside of pytouhou.vm.msg, to be able to use it from anywhere without dependency on EoSD. |
Thu, 10 Jul 2014 13:53:46 +0200 | Emmanuel Gil Peyrot | Don’t traceback when GTK+ isn’t available. |
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. |
Mon, 30 Jun 2014 20:37:52 +0200 | Emmanuel Gil Peyrot | Move all logging logic to the root logger, we don’t need specific handlers anymore. |
Wed, 18 Jun 2014 22:39:11 +0200 | Emmanuel Gil Peyrot | Move CLI options to their own module. |