Krosh: Add large (4x4) icecrusher sprite and code.
[supertux.git] / src / video /
2010-03-04 mathnerd314Use static casts in GL::Renderer
2010-03-01 florianfsdl_texture.cpp: Rewrite the optimize() function.
2010-03-01 grumbelAdded DrawingContext::get_cliprect()
2010-02-21 mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-21 grumbelLimit max visible area to 1280x800
2010-01-30 florianfFurther cleanups to texture caching, from bug 523:
2010-01-30 florianfsrc/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 grumbelAdded 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 grumbelAdded TexturePtr
2009-12-14 grumbelAdded FontPtr
2009-12-14 grumbelAdded Surface::clone() method
2009-12-13 grumbelMore use of SurfacePtr
2009-12-13 grumbelAdded SurfacePtr
2009-12-13 mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-13 grumbelMore use of SurfacePtr
2009-12-13 grumbelUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-07 grumbelSwitched from GL_CLAMP to GL_CLAMP_TO_EDGE, fixes some...
2009-12-07 grumbelChanged Font code to use glyph.offset, instead of Rect...
2009-12-07 grumbelAdded reset() and empty constructor to SDLSurfacePtr
2009-12-07 grumbelDisabled debugging output on video mode switch
2009-12-07 tuxdevmake SDL texture optimization less aggressive and gener...
2009-12-06 grumbelReplaced GL_ARB_texture_non_power_of_two with proper...
2009-12-06 grumbelAdded mipmapping, but disabled it, as it leads to some...
2009-12-06 grumbelCopy the palette of indexed images, fixes issue with...
2009-12-06 grumbelUse a new Texture for each Surface, this should fix...
2009-12-06 grumbelSplitted TextureManager::create_image_texture() into...
2009-12-06 grumbelAdded empty SurfaceData class so we don't have to pass...
2009-12-06 grumbelTurned functions in video_systems.?pp into class VideoS...
2009-12-06 grumbelFixed Rect a bit and started to use Rect in Surface...
2009-12-06 grumbelRenamed Rect to Rectf
2009-12-05 grumbelRemoved some unused code
2009-11-28 grumbelReimplemented switch from/to fullscreen
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-20 grumbelUse GLEW to check for OpenGL extensions
2009-11-20 grumbelOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-20 grumbelAdded Size class
2009-11-20 grumbelMoved UTF8Iterator to its own file
2009-11-20 grumbelFixed screenshots of windows that have a sizes not...
2009-11-20 grumbelMoved obstackpp.hpp to util/
2009-11-19 grumbelSwitched from #include "" to #include <> for external...
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 mathnerd314* Comment out resizable flag because it blue-screens...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.