summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
Commit message (Expand)AuthorAgeFilesLines
* Special handling for WebTiles travel depth promptPekka Lampila2013-12-031-1/+2
* Special handling for repeat cmd prompt in WebTilesPekka Lampila2013-12-031-0/+5
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Cancel an american speling.Adam Borowski2013-08-241-8/+8
* Allow specifying pre-filled text for {msgwin,cancelable}_get_line.Neil Moore2013-08-241-1/+3
* Webtiles: Fix the ? key in stash search (#6630).Florian Diebold2013-03-131-0/+2
* merge of small-screen changes from old build envChris West2013-01-051-0/+6
* Android port.frogbotherer2012-09-081-0/+2
* Use std namespace.Raphael Langella2012-08-261-5/+5
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Cut down on transitively including directn.hAdam Borowski2012-06-201-3/+0
* Add more printf warnings (SamB).Adam Borowski2011-09-211-1/+1
* Make a bunch of functions static or non-existant.Adam Borowski2011-08-171-1/+0
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
* Fix nowrap_eol_cprintf() overshooting in some cases.Adam Borowski2011-04-041-2/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-4/+4
|\
| * Unicode support in the line_reader, including CJK and combining.Adam Borowski2011-03-311-1/+2
| * Evict all non-character key codes to negative values (tiles).Adam Borowski2011-03-311-3/+2
* | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
|/
* Bind Tab to autofight, shift-Tab to autofight_nomove.Adam Borowski2011-02-281-0/+3
* Make some functions static, remove unused among those.Adam Borowski2010-10-271-1/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-4/+4
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-2/+2
* Get rid of get_input_line.Robert Vollmert2010-05-151-2/+0
* Replace c_getch by getch_ck.Robert Vollmert2010-03-281-4/+0
* Merge remote branch 'origin/master' into direction-rewriteHaran Pilpel2010-01-231-6/+3
|\
| * Make line_reader aware of its region.Robert Vollmert2010-01-201-1/+2
| * Remove maxcol parameter from cancelable_get_line.Robert Vollmert2010-01-181-5/+1
* | Complete rewrite of direction(). Tiles people need to look at this.Haran Pilpel2010-01-231-0/+1
|/
* headers: remove 'AppHdr.h' include from .h filesSteven Noonan2009-10-101-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* * Fix 2744875 (mutation screen assert).j-p-e-g2009-04-111-1/+1
* Minor typesafety fix.haranp2008-10-051-1/+3
* Promoted get_cancelable_line_autohist to cio.h as I determined how to make it...ennewalker2008-09-261-0/+12
* [2029802] Fixing numpad issues for tiles. Theoretically, this change should ...ennewalker2008-07-291-2/+0
* Fix for 2022236: HP bar could be blanked out when gaining XP. [Thanks sorear]haranp2008-07-211-0/+3
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-1/+1
* Add still more whitespace fixes.dolorous2008-06-021-8/+8
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* Added help for stash-search (dpeg).dshaligram2008-01-261-2/+3
* [1801838] Use a menu to show mutation list so long lists don't scroll off the...dshaligram2008-01-251-2/+0
* Tiles!ennewalker2008-01-051-0/+10
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-1/+23
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-0/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+226