Mercurial > touhou
log pytouhou/ui/gamerunner.pyx @ 455:6864a38b2413
age | author | description |
---|---|---|
Mon, 02 Sep 2013 22:16:38 +0200 | Emmanuel Gil Peyrot | Make pytouhou.lib.sdl cimportable, and convert pytouhou.ui.window.* to extension types. |
Sun, 11 Aug 2013 14:30:52 +0200 | Emmanuel Gil Peyrot | Make only one call to render_elements during interface rendering. |
Wed, 07 Aug 2013 11:34:40 +0200 | Emmanuel Gil Peyrot | Improve Matrix representation, using float[16] instead of imbricated python lists. |
Tue, 16 Jul 2013 21:17:22 +0200 | Emmanuel Gil Peyrot | Remove all Loader uses from outside pytouhou.games, and add a --no-music option to disable bgm. |
Sat, 03 Aug 2013 15:48:51 +0200 | Emmanuel Gil Peyrot | Move the depth buffer clear outside of scissor, as per apitrace’s advice. |
Tue, 16 Jul 2013 21:11:35 +0200 | Emmanuel Gil Peyrot | Never keep texture on the host when it has been uploaded, and prevent them from being decoded again. |