Mercurial > touhou
log pytouhou/utils/matrix.pxd @ 731:ca46b4312df1
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. |
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. |
Wed, 07 Aug 2013 11:34:40 +0200 | Emmanuel Gil Peyrot | Improve Matrix representation, using float[16] instead of imbricated python lists. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. |
Thu, 22 Aug 2013 12:21:12 +0200 | Emmanuel Gil Peyrot | Remove the type of the self argument in extension types, as it clutters the code with useless information. |
Sun, 18 Dec 2011 21:23:51 +0100 | Thibaut Girka | Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules. |