Mercurial > touhou
log pytouhou/ui/window.pyx @ 497:3da7395f39e3
age | author | description |
---|---|---|
Mon, 14 Oct 2013 12:20:39 +0200 | Emmanuel Gil Peyrot | Test target FPS for natural instead of non-zero. |
Fri, 04 Oct 2013 14:32:28 +0200 | Emmanuel Gil Peyrot | Fix gcc’s warnings with -Wall -Wextra. |
Sat, 14 Sep 2013 01:05:42 +0200 | Emmanuel Gil Peyrot | Move SDL context-manager and Window creation outside of main. |
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 23:29:19 +0200 | Emmanuel Gil Peyrot | Add a context manager to initialize and shut down SDL outside of Window. |