log pytouhou/ui/window.pyx @ 606:3c2f96f1d715

age author description
Wed, 26 Nov 2014 13:36:38 +0100 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
Sat, 25 Oct 2014 18:49:41 +0200 Emmanuel Gil Peyrot Fix a regression introduced in the previous commit when the interface has a different resolution than 640×480 and framebuffer_blit is enabled.
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.
Thu, 29 May 2014 12:31:55 +0200 Emmanuel Gil Peyrot Refactor graphics backend selection, to make them fallbackable and optional.
Tue, 27 May 2014 19:25:33 +0200 Emmanuel Gil Peyrot Don’t store framerate limit in the Window while it already is in the Clock.
Mon, 10 Feb 2014 18:03:50 +0100 Emmanuel Gil Peyrot Optimise Clock a bit more.
Thu, 05 Dec 2013 02:16:31 +0100 Emmanuel Gil Peyrot Move the OpenGL backend to its own package.
Thu, 05 Dec 2013 01:55:39 +0100 Emmanuel Gil Peyrot Add a pure SDL backend.
Thu, 05 Dec 2013 01:40:31 +0100 Emmanuel Gil Peyrot Make Window able to not initialise OpenGL.
Fri, 04 Oct 2013 14:27:11 +0200 Emmanuel Gil Peyrot Optimize GameRunner some more, fix replay, and remove Window dependency in Renderer.
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.
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.
Fri, 30 Aug 2013 18:21:07 +0200 Emmanuel Gil Peyrot Add back Windows support, using GLEW for OpenGL.
Tue, 16 Jul 2013 21:07:15 +0200 Emmanuel Gil Peyrot Replace Pyglet with our own Cython OpenGL wrapper. base pytouhou/ui/window.py@4adbcf41b349