log

age author description
2015-03-28 Emmanuel Gil Peyrot Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
2015-03-28 Emmanuel Gil Peyrot Delay power assignment to players until the game is started.
2015-03-28 Emmanuel Gil Peyrot Don’t uselessly malloc() a matrix for multiply, the stack is here for that!
2015-03-26 Emmanuel Gil Peyrot Request a RGB888 context, since SDL2’s default of RGB332 sucks.
2014-12-21 Emmanuel Gil Peyrot Add back a GL_QUADS path for legacy applications.
2014-12-21 Emmanuel Gil Peyrot Move the passthrough shader to the Framebuffer class, since it isn’t used in the use_framebuffer_blit path.
2014-12-21 Emmanuel Gil Peyrot Remove generic usage of GL_DRAW_FRAMEBUFFER which was introduced in GL 3.0 with framebuffer_blit.
2014-11-26 Emmanuel Gil Peyrot Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module.
2014-11-26 Emmanuel Gil Peyrot Actually compile under 3.x feature level.
2014-11-26 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
2014-11-11 Thibaut Girka Mention Python 3 in the README…
2014-11-11 Thibaut Girka Fix compiling issues with Cython 0.20 ; don't pretend to concat shader sources