log scripts/pytouhou @ 754:a6875f90c141

age author description
Mon, 04 Jan 2021 20:39:30 +0100 Emmanuel Gil Peyrot Python: Only init SDL2 video if using SDL2 frontend.
Sun, 14 May 2017 20:14:03 +0100 Emmanuel Gil Peyrot Add a GLFW implementation of gui.Window.
Sat, 28 Mar 2015 21:02:05 +0100 Emmanuel Gil Peyrot Delay power assignment to players until the game is started.
Tue, 04 Nov 2014 16:44:59 +0100 Emmanuel Gil Peyrot Display the traceback on module load error.
Sat, 25 Oct 2014 18:52:16 +0200 Emmanuel Gil Peyrot Don’t hardcode the available games and interfaces, and relocation them.
Sat, 25 Oct 2014 18:49:41 +0200 Emmanuel Gil Peyrot Fix a regression introduced in the previous commit when the interface has a different resolution than 640×480 and framebuffer_blit is enabled.
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.
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.
Thu, 05 Jun 2014 18:47:31 +0200 Emmanuel Gil Peyrot Use logging for errors in the pytouhou script.
Fri, 30 May 2014 04:06:09 +0200 Emmanuel Gil Peyrot Make both double- and single-buffer available on the CLI, but default to SDL’s default.
Thu, 29 May 2014 12:31:55 +0200 Emmanuel Gil Peyrot Refactor graphics backend selection, to make them fallbackable and optional.
Fri, 08 Nov 2013 18:48:30 +0100 Emmanuel Gil Peyrot Add a very simple sample interface.
Wed, 21 May 2014 20:56:53 +0200 Emmanuel Gil Peyrot Make EoSDInterface separate from EoSD game.
Fri, 08 Nov 2013 18:47:00 +0100 Emmanuel Gil Peyrot Always import runners from pytouhou.vm, to allow their replacement.
Wed, 21 May 2014 20:52:42 +0200 Emmanuel Gil Peyrot Rename the eosd script into pytouhou, and remove the obsolete pcb one. base eosd@06d94f1343ac