log pytouhou/ui/window.pyx @ 594:12756994a92c

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.
Fri, 10 Oct 2014 15:59:11 +0200 Emmanuel Gil Peyrot Add a frameskip option, and use swap interval to implement it.
Wed, 08 Oct 2014 19:20:15 +0200 Emmanuel Gil Peyrot Prevent a traceback when we call Window.run without a runner set.
Mon, 04 Aug 2014 18:18:55 +0200 Emmanuel Gil Peyrot Make Runner.update callable from Python code.