Mercurial > touhou
log pytouhou/ui/renderer.pyx @ 466:b16d34fca5b4
age | author | description |
---|---|---|
Wed, 11 Sep 2013 15:55:19 +0200 | Emmanuel Gil Peyrot | Make the window resizable, and scale its content correctly. |
Wed, 11 Sep 2013 00:36:50 +0200 | Emmanuel Gil Peyrot | Render to framebuffers first, and reposition some interface elements in the game area. |
Wed, 11 Sep 2013 00:35:49 +0200 | Emmanuel Gil Peyrot | Make NativeText work with the fixed pipeline. |
Tue, 16 Jul 2013 21:11:40 +0200 | Emmanuel Gil Peyrot | Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage. |
Sat, 03 Aug 2013 15:49:11 +0200 | Emmanuel Gil Peyrot | Improve render_elements’ speed a lot, and fix it in some corner cases. Thanks liori! |
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:11:35 +0200 | Emmanuel Gil Peyrot | Never keep texture on the host when it has been uploaded, and prevent them from being decoded again. |