summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
Commit message (Expand)AuthorAgeFilesLines
* Add whitespace fix.dolorous2009-07-281-1/+1
* * Copy zebez' and atastypie's installation instructions to INSTALL.txt.j-p-e-g2009-07-281-0/+12
* Backport r10443: generalized way of dealing with "disconnect at --more--"zelgadis2009-07-281-0/+9
* Fix (part of) 2820968: / dir not working on Unix.j-p-e-g2009-07-231-0/+7
* * Greatly lower tiles update rate, now with an option for easier testing.j-p-e-g2009-06-211-3/+3
* * Add player doll selection prompt ('-') into 0.5 branch.j-p-e-g2009-06-201-2/+2
* Fix 2578980: mouseclicks in character selection screen treated asj-p-e-g2009-06-011-0/+2
* Call flush_prev_message() before getch(), cancelable_get_line() andj-p-e-g2009-02-281-0/+2
* Implement a very basic attempt at message condensation: Store the most j-p-e-g2009-02-271-1/+0
* Fix tiles compile.ennewalker2009-01-101-0/+3
* [2149330] Apply castamir's keypad patch.dshaligram2009-01-101-0/+4
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Minor typesafety fix.haranp2008-10-051-2/+2
* Fixing Tiles targeting and mouse cursor behavior.ennewalker2008-07-241-4/+3
* Fix for 2022236: HP bar could be blanked out when gaining XP. [Thanks sorear]haranp2008-07-211-0/+45
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-0/+3
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+2
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-3/+3
* Add more minor cosmetic fixes.dolorous2008-06-021-12/+12
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* Fixed use_fake_cursor brokenness for DEC, fixed stringize_glyph mangling DEC ...dshaligram2008-02-211-1/+1
* Added help for stash-search (dpeg).dshaligram2008-01-261-0/+4
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-5/+5
* Tiles!ennewalker2008-01-051-5/+9
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+15
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Silenced some valgrind warning noises.dshaligram2007-08-131-0/+1
* [1757173] Ask user to type "yes" in full to quit. Compulsive quitters can stilldshaligram2007-07-231-1/+1
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-0/+19
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+582