Implemented SDLLightmap::get_light(), haven't tested it
[supertux.git] / src / video / gl /
2014-07-30 Ingo RuhnkeImplemented set_gamma()
2014-07-30 Ingo RuhnkeFixed black borders in GL renderer
2014-07-30 Ingo RuhnkeRemoved unused SDL_Surface* screen; from GLLightmap
2014-07-30 Ingo RuhnkeFixed OpenGL renderer, starts now up and game seems...
2014-07-30 Ingo RuhnkeRemoved unused "void Renderer::draw_text(const DrawingR...
2014-07-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2014-07-30 Ingo RuhnkeFixed SDL2 include, should just be SDL.h
2013-10-26 Tobias MarkusIssue 1015: Adding null-checks to GLRenderer::draw_surface
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2013-03-19 Tobias MarkusFixed several compiler warnings from bug 955
2013-02-20 LMHMerge branch 'icyworld' new worldmap graphics for Icy...
2013-02-20 LMHTemporary fix to redundant glBlindTexture calls, see...
2012-01-21 LMHbug fix to lighting and hitbox for mriceblock (bug...
2011-01-10 Christoph Sommercommitted stpatch20110110.diff by Jonas Kümmerlin
2010-03-04 Mathnerd314Use static casts in GL::Renderer
2010-02-21 Ingo RuhnkeLimit max visible area to 1280x800
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-30 Ingo RuhnkeAdded cast around GLEW_ARB_texture_non_power_of_two...
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-07 Ingo RuhnkeSwitched from GL_CLAMP to GL_CLAMP_TO_EDGE, fixes some...
2009-12-07 Ingo RuhnkeDisabled debugging output on video mode switch
2009-12-06 Ingo RuhnkeReplaced GL_ARB_texture_non_power_of_two with proper...
2009-12-06 Ingo RuhnkeAdded mipmapping, but disabled it, as it leads to some...
2009-12-06 Ingo RuhnkeAdded empty SurfaceData class so we don't have to pass...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-28 Ingo RuhnkeReimplemented switch from/to fullscreen
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeUse GLEW to check for OpenGL extensions
2009-11-20 Ingo RuhnkeOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-20 Ingo RuhnkeAdded Size class
2009-11-20 Ingo RuhnkeFixed screenshots of windows that have a sizes not...
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...