Copyright update to 2015
[supertux.git] / src / supertux / title_screen.cpp
2015-01-13 Tobias MarkusCopyright update to 2015
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-16 Ingo RuhnkeMerge branch 'feature/surface-scaling'
2014-08-16 Ingo RuhnkeReenabled TitleScreen border, looks a bit terrible...
2014-08-16 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2014-08-15 Ingo RuhnkeRemoved old Menu::check_menu() and replaced it with...
2014-08-14 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-14 Ingo RuhnkeRenamed WorldState to Savegame and implemented basic...
2014-08-14 Ingo RuhnkeMoved Levelset into it's own class, pass WorldState...
2014-08-13 Tobias MarkusRevert "Correctly scale ice border / frame to screen...
2014-08-13 Tobias MarkusCorrectly scale ice border / frame to screen size,...
2014-08-12 Ingo RuhnkeMerge branch 'feature/screenmanager'
2014-08-12 Ingo RuhnkeRewrote logic of ScreenManager to handle ScreenManager...
2014-08-11 Ingo RuhnkeMerge branch 'feature/savegame'
2014-08-11 Ingo RuhnkeMoved TitleScreen::get_level_name() into GameManager...
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-10 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-09 Ingo RuhnkeFurther cleanup in the MenuManager
2014-08-09 Ingo RuhnkeAdded GameManager class to keep track of the World...
2014-08-09 Ingo RuhnkeCleaned up MenuManager some more, some ownership issues...
2014-08-08 Ingo RuhnkeSwitched from passing pointers around to using numeric...
2014-08-08 Ingo RuhnkeCleaned up some function names in MenuManager
2014-08-08 Ingo RuhnkeMerge branch 'feature/menu-cleanup'
2014-08-08 Ingo RuhnkeTurned MenuManager into a proper class instead of just...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
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