Mercurial > touhou
log pytouhou/ui/sdl/sprite.pyx @ 578:00f228b57840
age | author | description |
---|---|---|
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. |