log pytouhou/utils/matrix.pyx @ 760:eba9a3d0c484

age author description
Wed, 01 Apr 2015 02:28:54 +0200 Emmanuel Gil Peyrot Remove 3d scaling code for matrix, as it isn’t used anywhere in the codebase.
Sat, 28 Mar 2015 19:58:50 +0100 Emmanuel Gil Peyrot Don’t uselessly malloc() a matrix for multiply, the stack is here for that!
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.