[cppcheck] Part 2: Some further style fixes etc.
[supertux.git] / src / supertux / levelintro.cpp
2014-11-23 Tobias Markus[cppcheck] Part 2: Some further style fixes etc.
2014-11-21 Tobias Markus[cppcheck] Part 1: Performance
2014-08-27 Ingo RuhnkeSplit Controller::PAUSE_MENU into ESCAPE and START...
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 RuhnkeMade code -Wshadow clean, missed a bunch of issues...
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-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2014-08-06 Ingo RuhnkeMerge branch 'feature/gamecontroller'
2014-08-06 Ingo RuhnkeRenamed JoystickKeyboardController to InputManager
2014-08-06 Ingo RuhnkeMoved keyboard code into KeyboardManager class
2013-10-26 LMHLevel into screen will now display target time if defin...
2013-09-07 LMHLevel into screen will now display target time if defin...
2013-02-20 LMHMerge branch 'icyworld' new worldmap graphics for Icy...
2013-02-13 LMHShow 'Badguys killed' in the level intro stats; bug 951
2010-04-17 Matt McCutchenSwitch to boost::format for non-trivial substitution...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup, almost done
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...