log pytouhou/ui/sdl/texture.pyx @ 691:f5d85a646975

age author description
2015-03-28 Emmanuel Gil Peyrot Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
2014-11-26 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
2014-05-15 Emmanuel Gil Peyrot Implement text rendering for the SDL backend.
2013-12-18 Emmanuel Gil Peyrot Precalculate the inverse of the texture size at ANM load, to not recalculate at every sprite change.
2013-12-05 Emmanuel Gil Peyrot Add a pure SDL backend.