summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle some function prototypes to correct places.Adam Borowski2013-04-071-0/+2
* Make is_tiles() available on the C++ side.Adam Borowski2012-06-221-0/+7
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-1/+1
* Combine common parts of lib*.hAdam Borowski2011-09-081-35/+1
* Get rid of strlwr().Adam Borowski2011-09-071-4/+0
* Get rid of a nasty hack around improper includes.Adam Borowski2011-09-071-10/+1
* Get rid of itoa().Adam Borowski2011-05-011-1/+0
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-4/+0
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-4/+0
* Don't rely on undocumented behaviour of ncursesw.Adam Borowski2011-04-021-1/+1
* Get rid of remaining uses of putch().Adam Borowski2011-03-311-1/+0
* Basic cursesw input.Adam Borowski2011-03-311-1/+1
* Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-7/+1
* Remove an unused function, we don't do line input anymore.Adam Borowski2010-09-251-1/+0
* Remove an unused (and unimplemented!) function.Adam Borowski2010-09-191-1/+0
* "--edit-save Joe repack" that defrags the save file.Adam Borowski2010-09-051-1/+1
* Fix tiles compile.Adam Borowski2010-09-041-4/+4
* Refactor crawl view buffer.Enne Walker2010-05-301-1/+3
* Get rid of get_input_line.Robert Vollmert2010-05-151-1/+0
* Remove getche(). Seems to be unused.Robert Vollmert2010-03-281-2/+0
* Fix libunix.cc.Robert Vollmert2009-12-091-0/+3
* Remove message window handling from lib*.{cc,h}Robert Vollmert2009-12-071-6/+0
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-2/+1
* Adding you.in_branch(string) as a lua function.Enne Walker2009-10-311-1/+0
* libunix.h: declare itoa and stricmp as extern "C", itoa returns char*Steven Noonan2009-10-101-2/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* Generalized solution to the "disconnect at --more--" problem (e.g., disconnectzelgadis2009-07-281-0/+4
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-4/+0
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+6
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+7
* [1896775][1896772] Charset handling fixes (Paul Du Bois).dshaligram2008-02-211-3/+0
* Tiles!ennewalker2008-01-051-1/+4
* Merge cset_adjust prototype fix from 0.3.dshaligram2007-12-041-1/+0
* Merged fix for IBM graphics glitches on Unix from 0.3 (2990-2991).dshaligram2007-12-031-0/+1
* Minor view code cleanup; this ought to fix the DOS redraw issues as well.dshaligram2007-10-271-0/+8
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+0
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+2
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-0/+1
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-0/+1
* Fix compile breaking on cygwin's massively odd gcc 3.4.4.dshaligram2007-02-081-1/+3
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-2/+7
* An attempt at a more comprehensive fix for cursor inconsistencies betweendshaligram2006-12-171-3/+2
* Restore old cursor behaviour on Windows, with little icky hooks to make it co...dshaligram2006-11-221-0/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-2/+5
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+53