log pytouhou/lib/sdl.pyx @ 763:468dab1dd683

age author description
Tue, 09 Feb 2021 22:50:18 +0100 Emmanuel Gil Peyrot Python: Fix video argument (thanks Doomfan!)
Mon, 04 Jan 2021 20:39:30 +0100 Emmanuel Gil Peyrot Python: Only init SDL2 video if using SDL2 frontend.
Thu, 14 Apr 2016 21:18:03 +0100 Emmanuel Gil Peyrot Make sdl.Window inherit from gui.Window, so we can swap implementations.
Sun, 29 Mar 2015 00:08:20 +0100 Emmanuel Gil Peyrot Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
Sat, 28 Mar 2015 23:21:15 +0100 Emmanuel Gil Peyrot Remove every case where an exception could be silently eaten by a cdef function.
Sat, 28 Mar 2015 21:40:51 +0100 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
Thu, 26 Mar 2015 20:20:37 +0100 Emmanuel Gil Peyrot Request a RGB888 context, since SDL2’s default of RGB332 sucks.
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.
Tue, 11 Nov 2014 15:46:31 +0100 Thibaut Girka Fix compiling issues with Cython 0.20 ; don't pretend to concat shader sources
Wed, 23 Apr 2014 19:19:32 +0200 Emmanuel Gil Peyrot Add the screenshot feature, using P or Home like the original game.
Wed, 15 Oct 2014 13:17:07 +0200 Emmanuel Gil Peyrot Make the SDLError exception class automatically call SDL_GetError().
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Fri, 10 Oct 2014 15:59:11 +0200 Emmanuel Gil Peyrot Add a frameskip option, and use swap interval to implement it.
Fri, 30 May 2014 16:40:36 +0200 Emmanuel Gil Peyrot Make the OpenGL flavor and version options work.
Thu, 24 Apr 2014 20:01:42 +0200 Emmanuel Gil Peyrot Don’t retrieve the keyboard_state pointer at each frame.