log pytouhou/ui/gamerunner.pyx @ 494:6be9c99a3a24

age author description
Mon, 14 Oct 2013 12:11:01 +0200 Emmanuel Gil Peyrot Merge PlayerState into Player, fix player respawn position.
Sat, 28 Sep 2013 20:11:41 +0200 Emmanuel Gil Peyrot Various netplay-related fixes.
Fri, 27 Sep 2013 19:01:47 +0200 Emmanuel Gil Peyrot Merge netplay branch. base pytouhou/ui/gamerunner.py@67973f0c663d
Wed, 11 Sep 2013 15:55:19 +0200 Emmanuel Gil Peyrot Make the window resizable, and scale its content correctly.
Wed, 11 Sep 2013 00:36:52 +0200 Emmanuel Gil Peyrot Make GameRunner inherit from a Runner base class, to bypass Python calls in Window.
Fri, 06 Sep 2013 22:35:54 +0200 Emmanuel Gil Peyrot Move every rendering function from gamerunner to gamerenderer.