log

age author description
Sat, 26 Jul 2014 13:07:26 +0200 Emmanuel Gil Peyrot Give extra lives to the player once she has reached a certain score, and increment the default score on continue.
Sat, 26 Jul 2014 01:04:24 +0200 Emmanuel Gil Peyrot Require GTK+ 3.10 instead of 3.12, since it’s the version available in Ubuntu 14.04.
Wed, 09 Jul 2014 23:44:53 +0200 Emmanuel Gil Peyrot Include the Glade file in the main package on install.
Thu, 10 Jul 2014 14:35:02 +0200 Emmanuel Gil Peyrot Give point items a score even when collected bellow the Point of Collection.
Thu, 10 Jul 2014 13:53:46 +0200 Emmanuel Gil Peyrot Don’t traceback when GTK+ isn’t available.
Wed, 09 Jul 2014 16:46:55 +0200 Emmanuel Gil Peyrot Don’t render spellcard background when --no-background is passed.
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.
Thu, 12 Jun 2014 18:41:01 +0200 Emmanuel Gil Peyrot Make Enemy.get_angle able to target any Element, not only Player.
Thu, 12 Jun 2014 18:40:21 +0200 Emmanuel Gil Peyrot Fix Windows build, the shaders package was skipped.
Thu, 05 Jun 2014 18:48:24 +0200 Emmanuel Gil Peyrot Fail when libepoxy can’t be found, pass --disable-opengl to skip the OpenGL backend compilation.
Thu, 05 Jun 2014 18:47:31 +0200 Emmanuel Gil Peyrot Use logging for errors in the pytouhou script.
Fri, 30 May 2014 16:51:38 +0200 Emmanuel Gil Peyrot Remove all reference to the old fixed pipeline option in the OpenGL backend, use the newer is_legacy one.