log

age author description
2013-07-16 Emmanuel Gil Peyrot Replace Pyglet with our own Cython OpenGL wrapper.
2013-07-16 Emmanuel Gil Peyrot Refactor window management in its own class.
2013-07-16 Emmanuel Gil Peyrot Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
2013-07-16 Emmanuel Gil Peyrot Replace Pyglet’s image loader with our SDL2_image-based one.
2013-02-06 Thibaut Girka Re-implement frame control
2013-07-16 Emmanuel Gil Peyrot Replace Pyglet with SDL2 for window creation and events; disables framerate control/display and sound.
2013-08-22 Emmanuel Gil Peyrot Remove the type of the self argument in extension types, as it clutters the code with useless information.