summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix line_reader crashing at random on non-tiles build. This is #ifdefed out forHaran Pilpel2010-01-131-2/+8
* [212] Fixing prompts clearing screen in tiles.Enne Walker2010-01-031-1/+1
* Remove unused GOTO_LAST.Robert Vollmert2009-12-101-1/+1
* Add an option to draw the player cursor manually.Robert Vollmert2009-11-281-1/+2
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-2/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-2/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Forward-port 0.5 r10454 to trunk, minus the version number change.dolorous2009-07-281-0/+12
* Generalized solution to the "disconnect at --more--" problem (e.g., disconnectzelgadis2009-07-281-0/+9
* Fix clearing the map leaking information on magic mapped features.j-p-e-g2009-07-241-1/+1
* Apply my previous two commits to trunk.j-p-e-g2009-07-231-0/+7
* Apply commits r10013 and 10014 to trunk.j-p-e-g2009-06-211-3/+3
* Another step on the way to player doll customization. Including somej-p-e-g2009-06-181-2/+2
* Apply 0.5 r9875 to trunk.dolorous2009-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