Disabled debugging output on video mode switch
[supertux.git] / src /
2009-12-07 grumbelDisabled debugging output on video mode switch
2009-12-07 tuxdevmake SDL texture optimization less aggressive and gener...
2009-12-06 grumbelReplaced GL_ARB_texture_non_power_of_two with proper...
2009-12-06 grumbelAdded mipmapping, but disabled it, as it leads to some...
2009-12-06 grumbelCopy the palette of indexed images, fixes issue with...
2009-12-06 grumbelUse a new Texture for each Surface, this should fix...
2009-12-06 grumbelSplitted TextureManager::create_image_texture() into...
2009-12-06 grumbelAdded empty SurfaceData class so we don't have to pass...
2009-12-06 grumbelTurned functions in video_systems.?pp into class VideoS...
2009-12-06 grumbelFixed Rect a bit and started to use Rect in Surface...
2009-12-06 grumbelAdded basic integer rectangle class
2009-12-06 grumbelRenamed Rect to Rectf
2009-12-06 mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 grumbelRemoved friendship between TileSetParser and Tile,...
2009-12-06 grumbelMoved parsing of "tiles" section into separate function
2009-12-06 grumbelSmall const cleanup
2009-12-06 grumbelRemoved tile_path from tileset, instead give fully...
2009-12-06 grumbelRemoved unused code
2009-12-06 grumbelMoved Tile parsing code into TileSetParser
2009-12-06 grumbelStarted moving TileSet parsing code into separate class
2009-12-06 grumbelGot rid of some friend'ship, reducing some access of...
2009-12-05 grumbelRemoved some unused code
2009-12-01 grumbelFixed off-by-one
2009-12-01 grumbelFixed draw range in Background
2009-12-01 grumbelImplemented background alignment for resolution indepen...
2009-12-01 grumbelUse float instead of int
2009-11-30 grumbelBackground drawing now starts at the center of the...
2009-11-29 grumbelFixe for g++-4.1
2009-11-29 grumbelFixes for g++-4.2
2009-11-29 grumbelMinor cleanup
2009-11-28 grumbelAdded support for scrolling backgrounds
2009-11-28 grumbelIf speed-y isn't given, use speed
2009-11-28 grumbelReimplemented switch from/to fullscreen
2009-11-27 grumbelChanged ObjectFactory code so that it works properly...
2009-11-27 tuxdevTweak CMakeLists and physfs initialization a bit to...
2009-11-26 grumbelRenamed main() to run
2009-11-26 mathnerd314* Fix main.cpp again
2009-11-25 grumbelSDL_main() is not supposed to be written by us, see:
2009-11-25 mathnerd314* Make it compile again
2009-11-22 grumbelUse StringUtil::numeric_less to sort list of resolutions
2009-11-22 grumbelAdded numeric string compare
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-21 grumbelMoved Direction related code to worldmap/direction.cpp
2009-11-20 grumbelUse GLEW to check for OpenGL extensions
2009-11-20 grumbelUse some more auto_ptr<>
2009-11-20 grumbelRewrote Size/Sizef classes
2009-11-20 grumbelOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-20 grumbelAdded Size class
2009-11-20 grumbelMoved UTF8Iterator to its own file
2009-11-20 grumbelFixed screenshots of windows that have a sizes not...
2009-11-20 grumbelMoved obstackpp.hpp to util/
2009-11-20 grumbelMinor cleanup
2009-11-20 grumbelMade some stuff private
2009-11-20 grumbelSplit particlesystem_interactive.?pp into separate...
2009-11-20 grumbelRemoved "const char*" versions of tinygettext for now...
2009-11-19 grumbelAdded StringUtil class, some small cleanup in World
2009-11-19 grumbelMoved more menu related code into the Menu classes
2009-11-19 grumbelSwitched from #include "" to #include <> for external...
2009-11-19 grumbelMove some more globals to supertux/globals.hpp
2009-11-19 grumbelMove some more globals to supertux/globals.hpp
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelInclude optimizations
2009-11-19 grumbelMove some code from TitleScreen to AddonMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribWorldMenu
2009-11-19 grumbelMove all Menus into separate classes
2009-11-19 grumbelMoved some more menu stuff out of control/joystickkeybo...
2009-11-19 grumbelTurned main.cpp into a class
2009-11-19 grumbelTurned stuff in supertux/resources.cpp into a class...
2009-11-19 grumbelRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 grumbelTrying to separate Menu and Menu management stuff
2009-11-19 grumbelAdded MenuManager to keep track of created Menus
2009-11-19 mathnerd314Forgot to change a line in dispenser.cpp (thanks bug...
2009-11-19 grumbelMoved Menu stuff to its own directory
2009-11-18 grumbelUpped tinygettext to r177
2009-11-18 grumbelUpdated to tinygettext r174
2009-11-18 grumbelSwitched from tinygettext/tags/tinygetext-supertux...
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelSplit supertux/options_menu.?pp
2009-11-18 grumbelSplit control/joystickkeyboardcontroller.?pp
2009-11-18 grumbelSplit physfs/physfs_stream.?pp into multiple files
2009-11-18 grumbelMinor cleanup
2009-11-18 grumbelInclude optimizations
2009-11-18 grumbelSplit gui/menu.?pp
2009-11-18 grumbelSplit object/block.?pp
2009-11-18 grumbelRenamed supertux/title.?pp to supertux/title_screen.?pp
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-18 grumbelSplit object/particlesystem.?pp
2009-11-18 grumbelSplitted supertux/textscroller.?pp
2009-11-17 grumbelFinished -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
next