log setup.py @ 546:94dd9862c470

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