log

age author description
2015-04-08 Emmanuel Gil Peyrot Reduce the precision of Sprite’s variables.
2015-04-02 Emmanuel Gil Peyrot Fix OSX and Windows build, by renaming a forgotten variable.
2015-04-01 Emmanuel Gil Peyrot Remove 3d scaling code for matrix, as it isn’t used anywhere in the codebase.
2015-03-31 Emmanuel Gil Peyrot Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.
2015-03-30 Emmanuel Gil Peyrot Fix a build issue introduced in the previous commit. Damn you, cython dependency tracking!
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.
Loading...