log pytouhou/utils/matrix.pyx @ 590:e15672733c93

age author description
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Wed, 18 Dec 2013 18:19:08 +0100 Emmanuel Gil Peyrot Use Sprite C arrays instead of their tuple representation where it makes sense.
Wed, 18 Dec 2013 17:53:29 +0100 Emmanuel Gil Peyrot Make matrix a struct.
Sat, 05 Oct 2013 22:00:53 +0200 Emmanuel Gil Peyrot Use a cached static float[16] instead of a list for default Matrix data.