Possible fix for expression that's always false
[supertux.git] / src / supertux / menu / joystick_menu.cpp
2015-03-01 Tobias MarkusPossible fix for expression that's always false
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-19 Ingo RuhnkeMerge branch 'feature/developer-mode'
2014-08-19 Ingo RuhnkeAdded cheat menu keyboard and joystick bindings, only...
2014-08-18 Ingo RuhnkeSeparate JoystickConfig out into a separate class that...
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-12 Ingo RuhnkeMoved some joystick related messages into log_debug...
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-09 Ingo RuhnkeImplemented MenuManager::refresh() so that joystick...
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 joystick specific code from JoystickKeyboardContr...
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-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2013-08-31 Tobias MarkusFew more fixes to SDL2 conversion
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2009-11-19 Ingo RuhnkeInclude optimizations
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory