log pytouhou/ui/gamerunner.pyx @ 605:d6ead6f0ba80

age author description
Sat, 18 Oct 2014 18:04:43 +0200 Emmanuel Gil Peyrot Make frameskip actually skip the rendering part, not just the buffer swap.
Wed, 23 Apr 2014 19:19:32 +0200 Emmanuel Gil Peyrot Add the screenshot feature, using P or Home like the original game.
Mon, 04 Aug 2014 18:18:55 +0200 Emmanuel Gil Peyrot Make Runner.update callable from Python code.
Fri, 08 Nov 2013 18:48:30 +0100 Emmanuel Gil Peyrot Add a very simple sample interface.
Thu, 24 Apr 2014 20:01:42 +0200 Emmanuel Gil Peyrot Don’t retrieve the keyboard_state pointer at each frame.
Wed, 18 Dec 2013 22:36:23 +0100 Emmanuel Gil Peyrot Inherit music players from a base class.
Thu, 28 Nov 2013 18:55:43 +0100 Emmanuel Gil Peyrot Don’t type the renderer in GameRunner, so that we can switch it without type issues.