Sun, 14 May 2017 20:14:03 +0100 |
Emmanuel Gil Peyrot |
Add a GLFW implementation of gui.Window.
|
Thu, 09 Jul 2015 22:18:30 +0100 |
Emmanuel Gil Peyrot |
Use the number of cores available for parallel compilation, instead of an hardcoded 4 threads.
|
Sat, 23 May 2015 11:54:20 +0200 |
Emmanuel Gil Peyrot |
package_data doesn’t work with no package specified, add the pytouhou package back.
|
Tue, 05 May 2015 13:34:57 +0200 |
Emmanuel Gil Peyrot |
Include all of the modules during cx_Freeze, and don’t prevent multi-threaded Cython compilation on non-Windows platforms.
|
Tue, 05 May 2015 13:32:56 +0200 |
Emmanuel Gil Peyrot |
Use the current revision as the version number.
|
Thu, 09 Apr 2015 12:06:44 +0200 |
Emmanuel Gil Peyrot |
Fix (again…) the OSX and Win32 build.
|
Thu, 02 Apr 2015 17:41:17 +0200 |
Emmanuel Gil Peyrot |
Fix OSX and Windows build, by renaming a forgotten variable.
|
Tue, 31 Mar 2015 21:26:00 +0200 |
Emmanuel Gil Peyrot |
Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.
|
Wed, 26 Nov 2014 14:00:17 +0100 |
Emmanuel Gil Peyrot |
Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module.
|
Wed, 26 Nov 2014 13:37:07 +0100 |
Emmanuel Gil Peyrot |
Actually compile under 3.x feature level.
|
Tue, 30 Sep 2014 17:14:24 +0200 |
Emmanuel Gil Peyrot |
Switch to Python 3.x instead of 2.7.
|
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.
|
Tue, 12 Aug 2014 15:07:54 +0200 |
Emmanuel Gil Peyrot |
Allow setup.py to be called without arguments.
|
Wed, 09 Jul 2014 23:44:53 +0200 |
Emmanuel Gil Peyrot |
Include the Glade file in the main package on install.
|
Thu, 12 Jun 2014 18:40:21 +0200 |
Emmanuel Gil Peyrot |
Fix Windows build, the shaders package was skipped.
|
Thu, 05 Jun 2014 18:48:24 +0200 |
Emmanuel Gil Peyrot |
Fail when libepoxy can’t be found, pass --disable-opengl to skip the OpenGL backend compilation.
|
Sat, 19 Apr 2014 19:05:06 +0200 |
Emmanuel Gil Peyrot |
Switch to libepoxy instead of libGLEW, which will help with OpenGL portability.
|
Thu, 29 May 2014 12:31:55 +0200 |
Emmanuel Gil Peyrot |
Refactor graphics backend selection, to make them fallbackable and optional.
|
Wed, 21 May 2014 20:52:42 +0200 |
Emmanuel Gil Peyrot |
Rename the eosd script into pytouhou, and remove the obsolete pcb one.
|
Sun, 11 May 2014 13:16:19 +0200 |
Emmanuel Gil Peyrot |
Add a hack to prevent `setup.py clean` from compiling Cython files.
|
Tue, 06 May 2014 20:04:10 +0200 |
Emmanuel Gil Peyrot |
Fix Windows and OSX build by making pkg-config optional and assuming every dependency is available.
|
Wed, 18 Dec 2013 22:36:23 +0100 |
Emmanuel Gil Peyrot |
Inherit music players from a base class.
|
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.
|
Wed, 18 Dec 2013 17:53:16 +0100 |
Emmanuel Gil Peyrot |
Add a compilation option to disable anmviewer.
|
Wed, 18 Dec 2013 17:10:21 +0100 |
Emmanuel Gil Peyrot |
Add a debug option to enable HTML annotations, type inference display and profiling.
|
Fri, 06 Dec 2013 19:02:42 +0100 |
Emmanuel Gil Peyrot |
Add an indirection layer for textures, to cope with drivers assigning them random names.
|
Thu, 05 Dec 2013 02:16:31 +0100 |
Emmanuel Gil Peyrot |
Move the OpenGL backend to its own package.
|
Thu, 05 Dec 2013 01:55:39 +0100 |
Emmanuel Gil Peyrot |
Add a pure SDL backend.
|
Fri, 01 Nov 2013 14:45:53 +0100 |
Emmanuel Gil Peyrot |
Don’t compile useless packages.
|
Fri, 01 Nov 2013 14:45:53 +0100 |
Emmanuel Gil Peyrot |
Manage the texture-specific indices in the Texture, and some more renderer optimisations.
|
Fri, 04 Oct 2013 11:11:02 +0200 |
Emmanuel Gil Peyrot |
Don’t compile files that don’t benefit from static typing.
|
Fri, 06 Sep 2013 23:29:19 +0200 |
Emmanuel Gil Peyrot |
Add a context manager to initialize and shut down SDL outside of Window.
|
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.
|
Mon, 02 Sep 2013 22:16:38 +0200 |
Emmanuel Gil Peyrot |
Make pytouhou.lib.sdl cimportable, and convert pytouhou.ui.window.* to extension types.
|
Fri, 30 Aug 2013 20:04:39 +0200 |
Emmanuel Gil Peyrot |
Give a friendlier error message if pkg-config isn’t found.
|
Fri, 30 Aug 2013 18:21:07 +0200 |
Emmanuel Gil Peyrot |
Add back Windows support, using GLEW for OpenGL.
|
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!
|
Fri, 30 Aug 2013 14:01:09 +0200 |
Emmanuel Gil Peyrot |
Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Replace Pyglet with our own Cython OpenGL wrapper.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Replace Pyglet’s image loader with our SDL2_image-based one.
|
Tue, 16 Jul 2013 21:07:15 +0200 |
Emmanuel Gil Peyrot |
Replace Pyglet with SDL2 for window creation and events; disables framerate control/display and sound.
|
Sun, 01 Jan 2012 19:51:34 +0100 |
Emmanuel Gil Peyrot |
Add an anmviewer script.
|
Tue, 20 Dec 2011 21:17:34 +0100 |
Thibaut Girka |
Add basic cx_Freeze support in order to freeze to a windows executable.
|
Mon, 19 Dec 2011 22:18:11 +0100 |
Thibaut Girka |
Fix setup.py...
|
Thu, 15 Dec 2011 19:24:11 +0100 |
Thibaut Girka |
Move “eclviewer.py” to “eosd” and get rid of run-time depency on Cython.
|
Mon, 05 Dec 2011 23:57:58 +0100 |
Thibaut Girka |
Minor changes to the setup script
|
Sun, 27 Nov 2011 15:13:31 +0100 |
Emmanuel Gil Peyrot |
Add a distutils setup and don’t hardcode DAT list.
|