Fixed resize handling of lightmaps, they are now recreated on resize()
[supertux.git] / src / video / drawing_context.cpp
2014-08-29 Ingo RuhnkeFixed resize handling of lightmaps, they are now recrea...
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
2014-08-17 Ingo RuhnkeAdded Renderer::start_draw()/end_draw() to fix scale...
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 RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-10-18 Wolfgang BeckerG++ 4.3 wants even more includes.
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-05-10 Tim Goyafix lightmap-in-front-of-menu bug
2008-05-05 Ingo RuhnkeReplaced rectangular shrinkfade with a circular one
2008-02-26 Christoph SommerFixed the ever-elusive crash when using lightmaps:...
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-25 Tim GoyaRemove draw_text from renderer.hpp and lightmap.hpp...
2007-08-18 Tim GoyaSDL: Implement lightmaps smaller than the screen size...
2007-08-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2007-05-27 Matthias Braunfix broken color state management
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 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-10 Wolfgang BeckerPatch by Klaus Denker:
2007-01-10 Wolfgang BeckerActivate firefly on restart
2006-11-19 Wolfgang BeckerThere is no light offscreen, ignore request there.
2006-11-18 Wolfgang BeckerMade lightmap as big as screen to prevent rounding...
2006-09-17 Wolfgang BeckerJust removing the "i->angle == 0.0f" part was a bad...
2006-09-17 Wolfgang BeckerLantern. A portable Light Source. Demo in 'data/levels...
2006-08-11 Christoph Sommersmall hack to make magic blocks work for the moment...
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- some small adjustments to the lighting
2006-07-03 Ingo Ruhnke- added sprite rotation
2006-07-02 Ingo Ruhnke- made light layer multiply instead of additive, fixed...
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
2006-04-11 Matthias Braunglu.h is not needed
2006-03-31 Matthias Braunfix growup, lightmap experiments with willowisp
2005-10-29 Ondřej Hošek* Fixed gradient background bug
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-10-02 Matthias Braun- Allow custom leveldots
2005-07-02 Matthias Braunupdate miniswig to handle multiple inheritance
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braunforgot more stuff