Mercurial > touhou
log pytouhou/lib/sdl.pxd @ 460:ec327e58b477
age | author | description |
---|---|---|
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 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 | Refactor window management in its own class. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet’s image loader with our SDL2_image-based one. |