Fixed memory leak in TextureManager, surfaces didn't get SDL_FreeSurface()'ed
[supertux.git] / src / video / surface.hpp
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-14 Ingo RuhnkeAdded Surface::clone() method
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 Ingo RuhnkeAdded empty SurfaceData class so we don't have to pass...
2009-12-06 Ingo RuhnkeFixed Rect a bit and started to use Rect in Surface...
2009-12-05 Ingo RuhnkeRemoved some unused code
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
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-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2006-08-10 Christoph SommerCandle affects lightmap
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-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-02-09 Matthias Braunfirst version of floating image
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