Pause the game when window loses focus, fixes #513
[supertux.git] / src / supertux / screen_manager.cpp
2015-03-16 Tobias MarkusPause the game when window loses focus, fixes #513
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-08-29 Ingo RuhnkeFixed resize handling of lightmaps, they are now recrea...
2014-08-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeAdded --developer option, also Ctrl-F2, which enabled...
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeAdded Scripting class to bundle up all the Squirrel...
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeMade Console into a Currenton
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote ScreenManager push/pop handling again, should...
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-12 Ingo RuhnkeMinor cleanup in ScreenManager
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeRenamed MenuManager::recalc_pos() -> MenuManager::on_wi...
2014-08-09 Ingo RuhnkeFurther cleanup in the MenuManager
2014-08-08 Ingo RuhnkeAdded MenuManager::draw()
2014-08-08 Ingo RuhnkeCleaned up some function names in MenuManager
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-08-08 Ingo RuhnkeTurned MenuStorage into a proper class
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
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 resize in OpenGL and added window resize...
2014-07-30 Ingo RuhnkeFixed crash when enabling console
2014-07-30 Ingo RuhnkeHooked up window resize event (not yet implemented...
2014-05-12 Tobias MarkusFixing a few compiler errors, thanks to bluescreen_aven...
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager