Mercurial > touhou
graph
-
Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.2015-03-31, by Emmanuel Gil Peyrot
-
Fix a build issue introduced in the previous commit. Damn you, cython dependency tracking!2015-03-30, by Emmanuel Gil Peyrot
-
Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.2015-03-28, by Emmanuel Gil Peyrot
-
Remove every case where an exception could be silently eaten by a cdef function.2015-03-28, by Emmanuel Gil Peyrot
-
Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)2015-03-28, by Emmanuel Gil Peyrot
-
Delay power assignment to players until the game is started.2015-03-28, by Emmanuel Gil Peyrot
-
Don’t uselessly malloc() a matrix for multiply, the stack is here for that!2015-03-28, by Emmanuel Gil Peyrot