Remove draw_text from renderer.hpp and lightmap.hpp since text drawing is done in...
[supertux.git] / src / video / sdl_lightmap.cpp
2007-08-25 Tim GoyaRemove draw_text from renderer.hpp and lightmap.hpp...
2007-08-22 Tim GoyaImproved SDL_Surface optimizer to handle images that...
2007-08-18 Tim GoyaSDL: Implement lightmaps smaller than the screen size...
2007-08-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-17 Tim GoyaSDL: slight performance boost to lightmaps
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...