Disabled the frame around the title screen
[supertux.git] / src / supertux / title_screen.cpp
2011-09-02 grumbelDisabled the frame around the title screen
2010-02-27 florianfUpdate copyright information to: "Copyright (c) 2003...
2009-12-28 mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-24 mathnerd314- sounds are on both channels
2009-12-13 grumbelMore use of SurfacePtr
2009-12-06 grumbelRenamed Rect to Rectf
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-19 grumbelMoved more menu related code into the Menu classes
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelInclude optimizations
2009-11-19 grumbelMove some code from TitleScreen to AddonMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribMenu
2009-11-19 grumbelMove some code from TitleScreen to ContribWorldMenu
2009-11-19 grumbelMove all Menus into separate classes
2009-11-19 grumbelTurned stuff in supertux/resources.cpp into a class...
2009-11-19 grumbelRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 grumbelTrying to separate Menu and Menu management stuff
2009-11-19 grumbelAdded MenuManager to keep track of created Menus
2009-11-19 grumbelMoved Menu stuff to its own directory
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelSplit gui/menu.?pp
2009-11-18 grumbelRenamed supertux/title.?pp to supertux/title_screen.?pp