Separate KeyboardConfig out into a separate class that can be stored in the global...
[supertux.git] / src / supertux / menu /
2014-08-18 Ingo RuhnkeSeparate KeyboardConfig out into a separate class that...
2014-08-17 Ingo RuhnkeTurned AddonManager into a Currenton
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeAdded WorldmapCheatMenu (grow/fire/snow/etc., mark...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-15 Ingo RuhnkeAdded simple cheat menu to grow/fire/ice/shrink/.....
2014-08-14 Ingo RuhnkeFixed compiler warning about missing return
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeHacked together basic support for Levelset saving
2014-08-14 Ingo RuhnkeRenamed GameManager::start_game() to GameManager::start...
2014-08-14 Ingo RuhnkeSome initial work on getting load/save working for...
2014-08-14 Ingo RuhnkeRenamed WorldState to Savegame and implemented basic...
2014-08-14 Ingo RuhnkeMoved Levelset into it's own class, pass WorldState...
2014-08-13 Tobias MarkusFix for SDL double-reporting display modes
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-12 Ingo RuhnkeMoved some joystick related messages into log_debug...
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeMoved TitleScreen::get_level_name() into GameManager...
2014-08-11 Ingo RuhnkeMoved savegame name generation into World class and...
2014-08-11 Ingo RuhnkeMoved World loading into a factory method World::load()
2014-08-11 Ingo RuhnkeAdded some m_ prefixes and made variables private in...
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-10 Ingo RuhnkeClear menu stack when changing languages to force recre...
2014-08-10 Ingo RuhnkeDisplay number of solved levels in ContribMenu, kind...
2014-08-10 Ingo RuhnkeHighlight the currently active profile in ProfileMenu
2014-08-10 Ingo RuhnkeRemoved unimplemented "Profiles on Startup"
2014-08-10 Ingo RuhnkeFixed issue with MainMenu stack on top of the WorldmapM...
2014-08-10 Ingo RuhnkeImplemented Menu::on_window_resize()
2014-08-10 Ingo RuhnkeRenamed MenuManager::recalc_pos() -> MenuManager::on_wi...
2014-08-09 Ingo RuhnkeImplemented MenuManager::refresh() so that joystick...
2014-08-09 Ingo RuhnkeOnly show language and profile options in main menu...
2014-08-09 Ingo RuhnkeAdded GameManager class to keep track of the World...
2014-08-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ContribMenu
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeMinor code cleanup
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-08-08 Ingo RuhnkeMoved menu code frome GameSession and Worldmap into...
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 RuhnkeAdded option to disable gamecontroller use and fall...
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2014-08-06 Ingo RuhnkeMoved joystick specific code from JoystickKeyboardContr...
2014-08-04 Ingo RuhnkeAdded support for desktop-fullscreen mode
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
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 RuhnkeImplemented fullscreen mode selection, OpenGL only...
2014-07-30 Ingo RuhnkeDisabled some more code, game now starts up and plays...
2014-07-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2014-05-12 Tobias MarkusFixing a few compiler errors, thanks to bluescreen_aven...
2014-01-24 LMHRevert "Speed improvement: Moving check online to diffe...
2014-01-24 Tobias MarkusSpeed improvement: Moving check online to different...
2014-01-03 LMHRevert "Speed improvement: Moving check online to diffe...
2013-12-15 Tobias MarkusSpeed improvement: Moving check online to different...
2013-09-14 Tobias MarkusTentative untested fix to SDL_GetDisplayMode
2013-08-31 Tobias MarkusFew more fixes to SDL2 conversion
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2013-08-12 Tobias MarkusStrings in the addon manager can now be translated...
2013-07-19 LMHMerge branch 'glow_effects'
2013-05-21 Tobias MarkusFixed compiler warnings, see bug962
2011-05-06 Wolfgang BeckerDetermine language on start-up if language is set to...
2011-01-10 Christoph Sommercommitted stpatch20110110.diff by Jonas Kümmerlin
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-08 Ingo RuhnkeReverted r6576, Menus don't belong into JoystickKeyboar...
2010-03-07 Mathnerd314make joystick_options_menu and key_options_menu part...
2010-02-22 Mathnerd314Forgot a file from r6396
2010-02-21 Mathnerd314Remove domain from findlocale + some unused stuff under...
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2010-01-18 Mathnerd314Mark "auto" as translatable
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-22 Ingo RuhnkeUse StringUtil::numeric_less to sort list of resolutions
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeAdded Size class
2009-11-19 Ingo RuhnkeAdded StringUtil class, some small cleanup in World
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
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
2009-11-19 Ingo RuhnkeInclude optimizations
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to AddonMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribWorldMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes
2009-11-19 Ingo RuhnkeMoved some more menu stuff out of control/joystickkeybo...
2009-11-19 Ingo RuhnkeTurned main.cpp into a class
next