log pytouhou/ui/background.pxd @ 468:feecdb4a8928

age author description
Thu, 12 Sep 2013 15:47:08 +0200 Emmanuel Gil Peyrot Add “except *” to cdef void functions, and type some more.
Fri, 06 Sep 2013 22:35:54 +0200 Emmanuel Gil Peyrot Move every rendering function from gamerunner to gamerenderer.
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 Replace Pyglet with our own Cython OpenGL wrapper.
Sun, 18 Dec 2011 21:23:51 +0100 Thibaut Girka Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.