Mercurial > touhou
log pytouhou/ui/window.pyx @ 463:11708a1d0a1a
age | author | description |
---|---|---|
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. |
Thu, 05 Sep 2013 23:11:54 +0200 | Emmanuel Gil Peyrot | Make pytouhou.ui.{window,shader,game{runner,renderer}} extension types. |
Tue, 16 Jul 2013 21:11:40 +0200 | Emmanuel Gil Peyrot | Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage. |
Mon, 02 Sep 2013 22:16:38 +0200 | Emmanuel Gil Peyrot | Make pytouhou.lib.sdl cimportable, and convert pytouhou.ui.window.* to extension types. |
Fri, 30 Aug 2013 20:38:02 +0200 | Thibaut Girka | By default, only enable fps limiting if vsync doesn't do the job. |