Turned MenuManager into a proper class instead of just a collection of static functio...
[supertux.git] / src / supertux / menu / contrib_menu.cpp
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2014-08-04 Ingo RuhnkeMerge branch 'feature/c++11'
2014-08-03 Ingo RuhnkeReplaced std::auto_ptr<> with std::unique_ptr<>
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
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 code from TitleScreen to ContribMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes