Replaced boost::shared_ptr<> with std::shared_ptr<>
[supertux.git] / src / video / texture_manager.hpp
2014-08-31 Ingo RuhnkeReplaced boost::shared_ptr<> with std::shared_ptr<>
2014-08-18 Ingo RuhnkeAdded m_ prefixes to TextureManager
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leak in TextureManager, surfaces didn...
2013-07-19 LMHMerge branch 'glow_effects'
2013-05-21 Jann HornSame PNG file no longer decoded multiple times for...
2010-01-30 Florian ForsterFurther cleanups to texture caching, from bug 523:
2009-12-14 Ingo RuhnkeAdded TexturePtr
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-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-11 Matthias Braunsimply change the type to GLint instead of casting...
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff: