Updated addon repository URL and improved debug output on download
[supertux.git] / src / video / sdl / sdl_painter.cpp
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-31 Ingo RuhnkeReplaced boost::shared_ptr<> with std::shared_ptr<>
2014-08-16 Ingo RuhnkeMerge branch 'feature/surface-scaling'
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...