Mercurial > touhou
log pytouhou/ui/gamerunner.pyx @ 428:f41a26971a19
age | author | description |
---|---|---|
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. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Make the Shader class use cython too. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. base pytouhou/ui/gamerunner.py@2aa017642273 |