Mercurial > touhou
log pytouhou/ui/gamerenderer.pyx @ 503:c622eaf64428
age | author | description |
---|---|---|
Fri, 04 Oct 2013 14:27:11 +0200 | Emmanuel Gil Peyrot | Optimize GameRunner some more, fix replay, and remove Window dependency in Renderer. |
Mon, 16 Sep 2013 18:42:12 +0200 | Emmanuel Gil Peyrot | Cythonize pytouhou.game.text. |
Thu, 12 Sep 2013 15:47:08 +0200 | Emmanuel Gil Peyrot | Add “except *” to cdef void functions, and type some more. |
Wed, 11 Sep 2013 15:55:19 +0200 | Emmanuel Gil Peyrot | Make the window resizable, and scale its content correctly. |
Wed, 11 Sep 2013 00:36:50 +0200 | Emmanuel Gil Peyrot | Render to framebuffers first, and reposition some interface elements in the game area. |
Fri, 06 Sep 2013 22:35:54 +0200 | Emmanuel Gil Peyrot | Move every rendering function from gamerunner to gamerenderer. |