summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-input.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Nudge the title screen header in an important fashion.Steve Melenchuk2014-03-281-1/+1
* Replace an outdated comment.Adam Borowski2013-04-061-5/+2
* Simplify handling of version info.Adam Borowski2013-03-141-1/+1
* Update final copyright year in opening screen to 2013.Samuel Bronson2013-02-271-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+3
* Use std namespace.Raphael Langella2012-08-261-5/+5
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-8/+8
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Update the copyright year.Adam Borowski2012-01-281-1/+1
* Use standard strcasecmp() rather than Microsoft-only stricmp().Adam Borowski2011-09-071-3/+3
* Fix Mantis 4262: Update copyright year.David Lawrence Ramsey2011-07-151-1/+1
* Drop remnants of the DOS port.Adam Borowski2011-04-081-1/+1
* Let Chapayev spell his character's name "Чапаев".Adam Borowski2010-12-171-5/+5
* Restrict the player's name length properly in all(?) cases.Adam Borowski2010-12-041-0/+7
* Fix two off-by-one bugs for player's name length.Adam Borowski2010-12-041-1/+1
* Remove an outdated check -- we can allow a player "bones" safely now.Adam Borowski2010-12-011-15/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* Trim unused #includes somewhat.Adam Borowski2010-08-231-1/+0
* .crawlrc location fixes: Fix "Read options from unknown" idiocy, add ../setti...Darshan Shaligram2010-07-181-3/+3
* Make ^G equivalent to Escape in all prompts for the Emacs users out there (yo...Darshan Shaligram2010-06-131-1/+1
* Fix problems related to umlauts where Crawl expects 7-bit ASCII letters.Adam Borowski2010-05-021-0/+1
* Split up new_game.Robert Vollmert2010-04-231-4/+4
* Don't modify name in is_good_name().Robert Vollmert2010-04-221-19/+1
* Cut a lot of the old name entry code.Robert Vollmert2010-04-211-107/+9
* Startup menus.Janne Lahdenpera2010-04-211-5/+5
* Remove EOL.Robert Vollmert2010-03-111-16/+16
* Add the Dungeon Sprint variant by Chapayev into the main sourceJesse Luehrs2010-03-021-6/+8
* Update copyright information.Johanna Ploog2010-02-261-1/+1
* Rename character job -> background.Johanna Ploog2010-01-201-1/+1
* Fix line_reader crashing at random on non-tiles build. This is #ifdefed out forHaran Pilpel2010-01-131-5/+3
* Draw the Tiles splash screen before initialising the database.Johanna Ploog2010-01-131-6/+0
* Rename acr.cc to main.cc.Robert Vollmert2009-11-151-1/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-27/+27
* Move opening_screen and name reading routines to ng-input.cc.Robert Vollmert2009-10-241-0/+302