Mercurial > touhou
log pytouhou/lib/sdl.pyx @ 528:7c3c90468996
age | author | description |
---|---|---|
Wed, 18 Dec 2013 22:36:23 +0100 | Emmanuel Gil Peyrot | Inherit music players from a base class. |
Thu, 05 Dec 2013 01:55:39 +0100 | Emmanuel Gil Peyrot | Add a pure SDL backend. |
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. |