log pytouhou/ui/opengl/sprite.pyx @ 601:016f6b937893

age author description
Sat, 25 Oct 2014 18:57:10 +0200 Emmanuel Gil Peyrot Make sample data build again.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Thu, 19 Dec 2013 21:55:26 +0100 Emmanuel Gil Peyrot Don’t put back the rendering data into a tuple, use a specialised struct inside Sprite to pass it to the renderer.
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 18:15:45 +0100 Emmanuel Gil Peyrot Precalculate the inverse of the texture size at ANM load, to not recalculate at every sprite change.
Wed, 18 Dec 2013 17:53:29 +0100 Emmanuel Gil Peyrot Make matrix a struct.
Fri, 06 Dec 2013 19:02:42 +0100 Emmanuel Gil Peyrot Add an indirection layer for textures, to cope with drivers assigning them random names.
Thu, 05 Dec 2013 20:40:11 +0100 Emmanuel Gil Peyrot Remove some useless optimisations now that cython does them for us.
Thu, 05 Dec 2013 02:16:31 +0100 Emmanuel Gil Peyrot Move the OpenGL backend to its own package. base pytouhou/ui/sprite.pyx@b9343fd201a7