log pytouhou/ui/window.pyx @ 523:6e3b3d5d4691

age author description
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.