log setup.py @ 488:791faab05445

age author description
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.