Added GameManager class to keep track of the World objects, should fix the crashing...
[supertux.git] / src / supertux / menu / contrib_world_menu.cpp
2014-08-09 Ingo RuhnkeAdded GameManager class to keep track of the World...
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeUse std::unique_ptr<> in ScreenManager
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-19 Ingo RuhnkeAdded StringUtil class, some small cleanup in World
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeInclude optimizations
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribWorldMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes