summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.h
Commit message (Collapse)AuthorAgeFilesLines
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* startup.h: fix 'no newline at end of file' warningSteven Noonan2010-04-261-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Startup menus.Janne Lahdenpera2010-04-211-0/+12
This patch provides the startup menu. Things that (seem) to work properly: Normal game, Sprint, Arena, savegame loading. Things that need improvement: Tutorial does not activate, left it for future project when the new fixed tutorial map is included. Arena needs an options screen before it starts running. MenuScroller does not have a visible scrollbar or more texts. Texts are not properly wrapped inside TextItems. Should also provide an TextItem that uses formatted_string. Signed-off-by: Janne Lahdenpera <felirx@gmail.com> Signed-off-by: Robert Vollmert <rvollmert@gmx.net>