Fix for images with invalid pixel formats
[supertux.git] / src / video / texture_manager.cpp
2015-03-07 Tobias MarkusFix for images with invalid pixel formats
2015-02-14 Tobias MarkusFix coverity #29405: Unchecked dynamic_cast
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-19 Willy ScheibelOptional glbinding as OpenGL binding
2014-08-18 Ingo RuhnkeAdded m_ prefixes to TextureManager
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-12 Ingo RuhnkeMerge branch 'feature/memoryleaks'
2014-08-12 Ingo RuhnkeFixed memory leak in TextureManager, surfaces didn...
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-02-02 Tobias MarkusPossibly fixing Valgrind issue
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
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:
2010-01-20 Mathnerd314Octo's patch from bug 523.
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-06 Ingo RuhnkeCopy the palette of indexed images, fixes issue with...
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-12-06 Ingo RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2008-09-17 Marek Moeckelswitched to the flag used in other places
2008-07-25 Marek Moeckelsome GP2X-related workarounds
2008-06-23 Christoph SommerIf loading dummy texture failed, use an empty one
2008-06-23 Christoph Sommertypo
2008-06-23 Christoph SommerIf loading an image fails, try loading "images/engine...
2008-05-18 Matthias Braunmore opengles changes
2008-05-18 Matthias Brauna few more opengles changes
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-08-21 Stephen Groundwateradded a missing include line.
2007-08-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
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-12 Matthias Braunfade out console
2006-04-11 Matthias Braunsimply change the type to GLint instead of casting...
2006-04-11 Ondřej Hošek* Some Mac fixes that don't break Linux (inclusion...
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-03-21 Matthias Braun- some win32 fixes
2005-12-28 Matthias Braunnormalize paths for images so that you can use .. in...
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff: