Mercurial > touhou
graph
-
Implement text rendering for the SDL backend.Thu, 15 May 2014 02:56:08 +0200, by Emmanuel Gil Peyrot
-
Automatically fallback on the SDL renderer if the OpenGL one can’t be imported.Sat, 10 May 2014 23:40:13 +0200, by Emmanuel Gil Peyrot
-
Add a hack to prevent `setup.py clean` from compiling Cython files.Sun, 11 May 2014 13:16:19 +0200, by Emmanuel Gil Peyrot
-
Fix Windows and OSX build by making pkg-config optional and assuming every dependency is available.Tue, 06 May 2014 20:04:10 +0200, by Emmanuel Gil Peyrot
-
Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.Sat, 10 May 2014 22:20:22 +0200, by Emmanuel Gil Peyrot
-
Fix text sometimes being drawn with a wrong blend func.Tue, 06 May 2014 20:12:08 +0200, by Emmanuel Gil Peyrot
-
Don’t retrieve the keyboard_state pointer at each frame.Thu, 24 Apr 2014 20:01:42 +0200, by Emmanuel Gil Peyrot
-
Fix a segfault happening at exit time on Windows.Sat, 19 Apr 2014 19:03:38 +0200, by Emmanuel Gil Peyrot
-
Make archives return files by default, instead of bytes.Sat, 05 Apr 2014 18:53:48 +0200, by Emmanuel Gil Peyrot
-
Don’t stop music loading if the pos file isn’t found.Sat, 05 Apr 2014 13:51:31 +0200, by Emmanuel Gil Peyrot
-
Move options to logical groups, to make the help a bit less dry; and disable friendly-fire by default.Sat, 05 Apr 2014 13:40:45 +0200, by Emmanuel Gil Peyrot
-
Optimise Clock a bit more.Mon, 10 Feb 2014 18:03:50 +0100, by 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.Thu, 19 Dec 2013 21:55:26 +0100, by Emmanuel Gil Peyrot
-
Display important messages in popups, instead of the terminal.Thu, 19 Dec 2013 00:44:18 +0100, by Emmanuel Gil Peyrot