Fixing SuperTux crashes when compiled on Mac OS X 10.9
[supertux.git] / src / supertux / menu /
2013-08-12 Tobias MarkusStrings in the addon manager can now be translated...
2013-07-19 LMHMerge branch 'glow_effects'
2013-05-21 Tobias MarkusFixed compiler warnings, see bug962
2011-05-06 Wolfgang BeckerDetermine language on start-up if language is set to...
2011-01-10 Christoph Sommercommitted stpatch20110110.diff by Jonas Kümmerlin
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-08 Ingo RuhnkeReverted r6576, Menus don't belong into JoystickKeyboar...
2010-03-07 Mathnerd314make joystick_options_menu and key_options_menu part...
2010-02-22 Mathnerd314Forgot a file from r6396
2010-02-21 Mathnerd314Remove domain from findlocale + some unused stuff under...
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2010-01-18 Mathnerd314Mark "auto" as translatable
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-24 Mathnerd314- sounds are on both channels
2009-11-22 Ingo RuhnkeUse StringUtil::numeric_less to sort list of resolutions
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeAdded Size class
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 more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
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 AddonMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribWorldMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes
2009-11-19 Ingo RuhnkeMoved some more menu stuff out of control/joystickkeybo...
2009-11-19 Ingo RuhnkeTurned main.cpp into a class
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-19 Ingo RuhnkeAdded MenuManager to keep track of created Menus
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory