Replaced Ref and RefCounter with std::shared_ptr<>
[supertux.git] / src / control / joystick_manager.cpp
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-28 Ingo RuhnkeRemoved made public variables private in JoystickManage...
2014-08-18 Ingo RuhnkeSeparate JoystickConfig out into a separate class that...
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
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-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeTurned MenuStorage into a proper class
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 RuhnkeImplemented basic support for SDL GameController
2014-08-06 Ingo RuhnkeMoved joystick specific code from JoystickKeyboardContr...