Changed DrawingContext::draw_surface_part() to handle srcrect/dstrect, instead of...
[supertux.git] / src / video / sdl / sdl_painter.cpp
2014-08-16 Ingo RuhnkeChanged DrawingContext::draw_surface_part() to handle...
2014-08-12 Ingo RuhnkeFixed SDL gradient renderer not drawing anything if...
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leak in DrawingContext
2014-08-11 Ingo RuhnkeTurned DrawingEffect into a proper bitset, used to...
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-07-31 Ingo RuhnkeUse SCREEN_WIDTH/HEIGHT instead of SDL_RendererGetViewp...
2014-07-31 Ingo RuhnkeImplemented support for different blend modes in SDL
2014-07-31 Ingo RuhnkeImplemented sprite rotations for SDLRenderer
2014-07-31 Ingo RuhnkeMerged drawing code from SDLLightmap and SDLRenderer...