Mercurial > touhou
log pytouhou/lib/sdl.pyx @ 501:4778c482f24a
age | author | description |
---|---|---|
Wed, 23 Oct 2013 18:24:07 +0200 | Emmanuel Gil Peyrot | Make SDL(sound=False) work again, and disable sound if an exception occurs while setting it up. |
Fri, 04 Oct 2013 14:32:28 +0200 | Emmanuel Gil Peyrot | Fix gcc’s warnings with -Wall -Wextra. |
Wed, 11 Sep 2013 15:55:19 +0200 | Emmanuel Gil Peyrot | Make the window resizable, and scale its content correctly. |
Fri, 06 Sep 2013 23:29:19 +0200 | Emmanuel Gil Peyrot | Add a context manager to initialize and shut down SDL outside of Window. |
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 23:32:36 +0200 | Thibaut Girka | Raise an exception if GL context creation fails instead of failing silently. |