Sat, 25 Oct 2014 18:52:17 +0200 |
Emmanuel Gil Peyrot |
Add a sample game.
|
Sat, 25 Oct 2014 18:52:16 +0200 |
Emmanuel Gil Peyrot |
Don’t hardcode the available games and interfaces, and relocation them.
|
Sat, 25 Oct 2014 18:49:41 +0200 |
Emmanuel Gil Peyrot |
Fix a regression introduced in the previous commit when the interface has a different resolution than 640×480 and framebuffer_blit is enabled.
|
Sun, 19 Oct 2014 17:22:26 +0200 |
Emmanuel Gil Peyrot |
Fix legacy OpenGL support, and detect the absence of non-legacy context with libepoxy.
|
Sat, 18 Oct 2014 18:04:43 +0200 |
Emmanuel Gil Peyrot |
Make frameskip actually skip the rendering part, not just the buffer swap.
|
Thu, 16 Oct 2014 21:40:54 +0200 |
Emmanuel Gil Peyrot |
Only selects between GL_TRIANGLE_STRIP and GL_TRIANGLES once, in the backend.
|
Wed, 23 Apr 2014 19:19:32 +0200 |
Emmanuel Gil Peyrot |
Add the screenshot feature, using P or Home like the original game.
|
Wed, 15 Oct 2014 13:17:07 +0200 |
Emmanuel Gil Peyrot |
Make the SDLError exception class automatically call SDL_GetError().
|
Tue, 30 Sep 2014 17:14:24 +0200 |
Emmanuel Gil Peyrot |
Switch to Python 3.x instead of 2.7.
|
Fri, 10 Oct 2014 15:59:11 +0200 |
Emmanuel Gil Peyrot |
Add a frameskip option, and use swap interval to implement it.
|
Wed, 08 Oct 2014 19:20:15 +0200 |
Emmanuel Gil Peyrot |
Prevent a traceback when we call Window.run without a runner set.
|
Wed, 08 Oct 2014 18:34:27 +0200 |
Emmanuel Gil Peyrot |
Use ARB_framebuffer_blit instead of a second rendering pass for scaled rendering, if supported, and remove framebuffer stuff from the Renderer.
|
Wed, 08 Oct 2014 16:34:24 +0200 |
Emmanuel Gil Peyrot |
Simplify framebuffer rendering with glDrawArrays, and move it all to its own file.
|
Wed, 08 Oct 2014 14:28:37 +0200 |
Emmanuel Gil Peyrot |
Use primitive-restart to lower the size of our ibo, if supported.
|
Wed, 08 Oct 2014 13:21:03 +0200 |
Emmanuel Gil Peyrot |
Split GLenum into subtypes, in order to add type safety when calling OpenGL functions.
|
Sun, 05 Oct 2014 20:38:06 +0200 |
Emmanuel Gil Peyrot |
Use libepoxy to discover the actual GL version we are using, and available extensions.
|
Sun, 05 Oct 2014 17:46:51 +0200 |
Emmanuel Gil Peyrot |
Don’t call gl*DebugGroup if it isn’t exposed by the driver.
|
Sun, 07 Sep 2014 13:26:41 +0200 |
Emmanuel Gil Peyrot |
Fix a compilation issue on Cython 0.20.
|
Thu, 04 Sep 2014 21:07:45 +0200 |
Emmanuel Gil Peyrot |
Make setup.py chdir into our root directory, to prevent it to fail when called from elsewhere.
|
Sun, 17 Aug 2014 16:16:58 +0200 |
Emmanuel Gil Peyrot |
Add grouping for OpenGL calls, making traces much more readable.
|
Mon, 04 Aug 2014 18:18:55 +0200 |
Emmanuel Gil Peyrot |
Make Runner.update callable from Python code.
|
Wed, 06 Aug 2014 10:50:19 +0200 |
Emmanuel Gil Peyrot |
Move NextStage outside of pytouhou.vm.msg, to be able to use it from anywhere without dependency on EoSD.
|
Tue, 12 Aug 2014 15:07:54 +0200 |
Emmanuel Gil Peyrot |
Allow setup.py to be called without arguments.
|
Sat, 26 Jul 2014 14:46:03 +0200 |
Emmanuel Gil Peyrot |
Don’t log every instruction executed, nobody is interested in that, and demote unhandled opcodes to debug.
|
Sat, 26 Jul 2014 13:07:26 +0200 |
Emmanuel Gil Peyrot |
Give extra lives to the player once she has reached a certain score, and increment the default score on continue.
|
Sat, 26 Jul 2014 01:04:24 +0200 |
Emmanuel Gil Peyrot |
Require GTK+ 3.10 instead of 3.12, since it’s the version available in Ubuntu 14.04.
|
Wed, 09 Jul 2014 23:44:53 +0200 |
Emmanuel Gil Peyrot |
Include the Glade file in the main package on install.
|
Thu, 10 Jul 2014 14:35:02 +0200 |
Emmanuel Gil Peyrot |
Give point items a score even when collected bellow the Point of Collection.
|