Fix for coverity #29370
[supertux.git] / src / video /
2014-03-03 Tobias MarkusTry to use hardware surfaces instead of software ones
2014-03-03 Tobias MarkusFixing OpenGL compiler warning since Mavericks
2014-02-02 Tobias MarkusPossibly fixing Valgrind issue
2014-01-30 Tobias MarkusAdding another null check to prevent another crash
2014-01-30 Tobias MarkusAdding another null check to prevent another crash
2013-10-26 Tobias MarkusIssue 1015: Adding null-checks to GLRenderer::draw_surface
2013-09-12 Tobias MarkusIssue 1015: Adding null-checks to GLRenderer::draw_surface
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2013-07-19 LMHMerge branch 'glow_effects'
2013-05-21 Jann HornSame PNG file no longer decoded multiple times for...
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-03-01 Florian Forstersdl_texture.cpp: Rewrite the optimize() function.
2010-03-01 Ingo RuhnkeAdded DrawingContext::get_cliprect()
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-21 Ingo RuhnkeLimit max visible area to 1280x800
2010-01-30 Florian ForsterFurther cleanups to texture caching, from bug 523:
2010-01-30 Florian Forstersrc/video/sdl_renderer.cpp: Work around a segmentation...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2010-01-20 Mathnerd314Octo's patch from bug 523.
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-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-14 Ingo RuhnkeAdded Surface::clone() method
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeAdded SurfacePtr
2009-12-13 Mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-07 Ingo RuhnkeSwitched from GL_CLAMP to GL_CLAMP_TO_EDGE, fixes some...
2009-12-07 Ingo RuhnkeChanged Font code to use glyph.offset, instead of Rect...
2009-12-07 Ingo RuhnkeAdded reset() and empty constructor to SDLSurfacePtr
2009-12-07 Ingo RuhnkeDisabled debugging output on video mode switch
2009-12-07 Tim Goyamake SDL texture optimization less aggressive and gener...
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 RuhnkeCopy the palette of indexed images, fixes issue with...
2009-12-06 Ingo RuhnkeUse a new Texture for each Surface, this should fix...
2009-12-06 Ingo RuhnkeSplitted TextureManager::create_image_texture() into...
2009-12-06 Ingo RuhnkeAdded empty SurfaceData class so we don't have to pass...
2009-12-06 Ingo RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-12-06 Ingo RuhnkeFixed Rect a bit and started to use Rect in Surface...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-05 Ingo RuhnkeRemoved some unused code
2009-11-28 Ingo RuhnkeReimplemented switch from/to fullscreen
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
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 RuhnkeMoved UTF8Iterator to its own file
2009-11-20 Ingo RuhnkeFixed screenshots of windows that have a sizes not...
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
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 RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314* Comment out resizable flag because it blue-screens...
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-11-02 Tim Goyarevert accidentally commited files
2008-11-02 Tim GoyaUpdate INSTALL to tell users to do CMAKE_BUILD_TYPE...
2008-10-18 Wolfgang BeckerG++ 4.3 wants even more includes.
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-09-18 Mathnerd314- svn:eol-style = native fixes
2008-09-17 Marek Moeckelswitched to the flag used in other places
2008-08-28 Wolfgang BeckerPrevent crash on exit.
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-07-27 Matthias BraunSDL_GL_SWAP_CONTROL depends on SDL version
2008-07-25 Ingo RuhnkeImplemented rounded rects with GL_TRIANGLE_STRIP
2008-07-25 Marek Moeckelsome GP2X-related workarounds
2008-06-23 Christoph SommerIf loading dummy texture failed, use an empty one
2008-06-23 Christoph Sommertypo
2008-06-23 Christoph SommerIf loading an image fails, try loading "images/engine...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#324: Hopefully this fixes the issue with malformed...
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-06-01 Ondřej HošekFixed usage of glEnable/glDisable where glEnableClientS...
2008-05-25 Ingo RuhnkeFixed flicker issue due to dual buffering
2008-05-23 Ingo RuhnkeSome more aspect ratio stuff
2008-05-23 Ingo RuhnkeSome more aspect ratio stuff
2008-05-21 Ingo RuhnkeAnother debug cout disabled
2008-05-21 Ingo RuhnkeDisabled another debugging cout
2008-05-21 Ingo RuhnkeProperly init the screen on startup with the stored...
2008-05-21 Ingo RuhnkeSome harmless space for readability and an assert()
2008-05-21 Ingo RuhnkeMade screen-fill vs black-border an option
2008-05-18 Matthias BraunOpenGL ES uses glOrthof
2008-05-18 Matthias Braunmore opengles changes
2008-05-18 Matthias Brauna few more opengles changes
next