Mercurial > touhou
log pytouhou/game/text.pxd @ 728:414f8611f344
age | author | description |
---|---|---|
Sun, 29 Mar 2015 00:08:20 +0100 | Emmanuel Gil Peyrot | Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call. |
Tue, 30 Sep 2014 17:14:24 +0200 | Emmanuel Gil Peyrot | Switch to Python 3.x instead of 2.7. |
Thu, 15 May 2014 02:56:08 +0200 | Emmanuel Gil Peyrot | Implement text rendering for the SDL backend. |
Sat, 10 May 2014 22:20:22 +0200 | Emmanuel Gil Peyrot | Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line. |
Fri, 04 Oct 2013 14:32:28 +0200 | Emmanuel Gil Peyrot | Fix gcc’s warnings with -Wall -Wextra. |
Mon, 16 Sep 2013 18:42:12 +0200 | Emmanuel Gil Peyrot | Cythonize pytouhou.game.text. |