copyright update
[supertux.git] / src / supertux / title_screen.cpp
2014-04-26 Benjamin Leduccopyright update
2014-02-03 Tobias MarkusPossibly fixing another memory leak
2013-08-10 LMHOmit the copyright date from translation in the title...
2013-07-19 LMHMerge branch 'glow_effects'
2013-07-08 LMHSet version to 0.3.4-GIT
2011-09-02 Ingo RuhnkeDisabled the frame around the title screen
2010-02-27 Florian ForsterUpdate 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 Ingo RuhnkeMore use of SurfacePtr
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
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 RuhnkeTurned stuff in supertux/resources.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
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeSplit gui/menu.?pp
2009-11-18 Ingo RuhnkeRenamed supertux/title.?pp to supertux/title_screen.?pp