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.
|