log pytouhou/ui/gamerunner.pyx @ 569:b21922a03830

age author description
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.
Tue, 19 Nov 2013 14:19:14 +0100 Emmanuel Gil Peyrot Make GameRunner entirely independent of Window or GameRenderer, so we can run a game without display.
Wed, 23 Oct 2013 18:24:17 +0200 Emmanuel Gil Peyrot Make ANM garbage collectable.
Fri, 04 Oct 2013 14:27:11 +0200 Emmanuel Gil Peyrot Optimize GameRunner some more, fix replay, and remove Window dependency in Renderer.