Fixed resize handling of lightmaps, they are now recreated on resize()
[supertux.git] / src / video / drawing_context.hpp
2014-08-29 Ingo RuhnkeFixed resize handling of lightmaps, they are now recrea...
2014-08-16 Ingo RuhnkeMerge branch 'feature/surface-scaling'
2014-08-16 Ingo RuhnkeChanged DrawingContext::draw_surface_part() to handle...
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeMoved some declarations from drawing_requests.hpp to...
2014-08-12 Ingo RuhnkeFixed memory leak in DrawingContext
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-07-31 Ingo RuhnkeFixed window title and icon, removed Renderer and Light...
2010-03-01 Ingo RuhnkeAdded DrawingContext::get_cliprect()
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-05 Ingo RuhnkeReplaced rectangular shrinkfade with a circular one
2008-02-25 Ingo Ruhnke- added support for rounded rectangles for use in the...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2007-04-16 Matthias Braundon't adjust aspect-ratio in non-fullscreen modes,...
2007-04-09 Christoph Sommer"Print Screen"-Key takes screenshots
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2006-08-11 Wolfgang BeckerMagic Blocks. (DrawingContext::get_light is not working...
2006-08-09 Wolfgang BeckerLAYER_HUD and above ignore lightmap
2006-08-09 Wolfgang BeckerNew sector attribute 'ambient-light'.
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-04 Ingo Ruhnke- added color ligts
2006-07-03 Ingo Ruhnke- added sprite rotation
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-25 Christoph SommerMoved some sprites from LAYER_OBJECTS to LAYER_FLOATING...
2006-04-24 Matthias Braunchange notion from layers to z-pos in levelfiles
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunadd code to debug collision rectangles
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-10-02 Matthias Braun- Allow custom leveldots
2005-06-26 Matthias Braunrenamed all .h to .hpp