Remove bogus assert
[supertux.git] / src / video / renderer.hpp
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Ingo RuhnkeAdded Renderer::start_draw()/end_draw() to fix scale...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
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-08-01 Ingo RuhnkeRemoved foobar from Renderer::to_logical(), it's no...
2014-07-31 Ingo RuhnkeCleaned up coordinate translation a little, SDL mouse...
2014-07-31 Ingo RuhnkeFixed window title and icon, removed Renderer and Light...
2014-07-30 Ingo RuhnkeImplemented set_gamma()
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-11-02 Tim Goyarevert accidentally commited files
2008-11-02 Tim GoyaUpdate INSTALL to tell users to do CMAKE_BUILD_TYPE...
2008-05-21 Ingo RuhnkeSome harmless space for readability and an assert()
2008-05-14 Ingo RuhnkePatched some aspect ratio back in (PS: screwed up code...
2008-05-14 Ingo RuhnkeAdded experimental and unfinished window resize more...
2008-05-05 Ingo RuhnkeReplaced rectangular shrinkfade with a circular one
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-08-25 Tim GoyaRemove draw_text from renderer.hpp and lightmap.hpp...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...