Mercurial > touhou
log
age | author | description |
---|---|---|
Sun, 21 Dec 2014 18:10:23 +0100 | Emmanuel Gil Peyrot | Remove generic usage of GL_DRAW_FRAMEBUFFER which was introduced in GL 3.0 with framebuffer_blit. |
Wed, 26 Nov 2014 14:00:17 +0100 | Emmanuel Gil Peyrot | Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module. |
Wed, 26 Nov 2014 13:37:07 +0100 | Emmanuel Gil Peyrot | Actually compile under 3.x feature level. |
Wed, 26 Nov 2014 13:36:38 +0100 | Emmanuel Gil Peyrot | Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar. |
Tue, 11 Nov 2014 17:06:50 +0100 | Thibaut Girka | Mention Python 3 in the README… |
Tue, 11 Nov 2014 15:46:31 +0100 | Thibaut Girka | Fix compiling issues with Cython 0.20 ; don't pretend to concat shader sources |