Update CMake to 3.2.1 in .travis.yml
[supertux.git] / src / supertux / menu /
2015-03-01 Tobias MarkusPossible fix for expression that's always false
2015-02-05 Tobias MarkusAdding gettext calls to 2 strings in addon manager
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-11-15 LMHNew powerups added to worldmap cheat menu
2014-11-09 LMHNew powerups added to cheat menu
2014-10-22 Ingo RuhnkeDisabled confirmation dialog on Quit
2014-08-28 Ingo RuhnkeRemoved made public variables private in JoystickManage...
2014-08-27 Ingo RuhnkeOnly refresh menu items that have been created in the...
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
2014-08-27 Ingo RuhnkeAdded default and cancel button to the Dialog
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeMoved abort() and update() calls into TransferStatus...
2014-08-26 Ingo RuhnkeChanged error handling in TransferStatus, then-callback...
2014-08-26 Ingo RuhnkeWait for an explicit "Close" by the user instead of...
2014-08-26 Ingo RuhnkeRenamed AddonDialog to DownloadDialog, as it isn't...
2014-08-26 Ingo RuhnkeUse a chain of callbacks instead of a single one in...
2014-08-26 Ingo RuhnkeImplemented non-blocking download for the repository...
2014-08-26 Ingo RuhnkeMade AddonDialog output some prettier text, installatio...
2014-08-26 Ingo RuhnkeRemoved AddonMenu sorting code, since Addons are order...
2014-08-26 Ingo RuhnkeHooked up progress reporting into the AddonDialog,...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-25 Ingo RuhnkeMerge branch 'feature/menu-dialogs'
2014-08-25 Ingo RuhnkeAdded little toy test for Dialog when exiting SuperTux
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeAdded "Nothing New" indicator after check for new packa...
2014-08-25 Ingo RuhnkeFixed MenuEntry id generation in AddonMenu
2014-08-25 Ingo RuhnkeKeep proper track of MD5 checksums of addons
2014-08-25 Ingo RuhnkeAdded check for MD5 and version number to Addon online...
2014-08-25 Ingo RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
2014-08-25 Ingo RuhnkeFirst round of cleanup up the AddonManager a bit
2014-08-19 Wolfgang BeckerUpdate keys for cheat menu and console only when items...
2014-08-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeRemoved some remaining empty 'void Menu::check_menu...
2014-08-19 Ingo RuhnkeAdded switch to turn off developer mode to the OptionMenu
2014-08-19 Ingo RuhnkeAdded cheat menu keyboard and joystick bindings, only...
2014-08-18 Benjamin Leducallow localization of apple cmd keys
2014-08-18 Ingo RuhnkeFixed AddonManager load/save of disabled addon files
2014-08-18 Ingo RuhnkeSeparate JoystickConfig out into a separate class that...
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...
next