summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Minor view code cleanup; this ought to fix the DOS redraw issues as well.dshaligram2007-10-271-0/+38
* Unicode support tweak: always set locale to what's specified in UNICODE_LOCAL...dshaligram2007-10-041-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* Add trap_item_brand that behaves like stair_item_brand.j-p-e-g2007-09-131-0/+1
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-1/+2
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-1/+77
* Handle terminal resize on Windows (brute force; Windows has fascinatinglydshaligram2007-06-191-1/+1
* Simplified SIGWINCH handling - Crawl only handles SIGWINCH if it's waiting fordshaligram2007-06-191-2/+0
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-6/+47
* Fixed compile breaking on Linux.dshaligram2007-06-101-0/+2
* Tweaks to build with Unicode support on Mac OS. Unfortunately none of thedshaligram2007-06-101-0/+1
* When showing glyphs in messages (as in the tutorial), use stringize_glyph() todshaligram2007-06-081-3/+27
* Unicode builds were mangling IBM graphics, fixed.dshaligram2007-06-081-1/+1
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-25/+96
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-8/+5
* [1603676] Stairs override items on the same square for display purposes ifdshaligram2007-06-011-6/+7
* Patches from debian package (Guus Sliepen.)haranp2007-04-161-3/+3
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-0/+38
* Fix compile breaking on cygwin's massively odd gcc 3.4.4.dshaligram2007-02-081-12/+13
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-1/+1
* Make cursor munging happen for every message output, not just when window scr...dshaligram2007-01-141-1/+8
* Fix cursor going bats after message window scrolls with delay_message_clear=yesdshaligram2007-01-141-0/+1
* Handle the cursor correctly when scrolling the message window with curses.dshaligram2007-01-121-0/+5
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-7/+64
* Handle SIGHUP. Could use improvement, but it's a start.dshaligram2006-12-191-4/+35
* Set native eol on CREDITS and INSTALL, updated CREDITS.dshaligram2006-12-181-0/+5
* An attempt at a more comprehensive fix for cursor inconsistencies betweendshaligram2006-12-171-2/+8
* Fixed misapplication of hi: brand colours.dshaligram2006-12-131-1/+3
* Removed unnecessary breaks that gcc dislikes.dshaligram2006-11-271-17/+0
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-195/+26
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+778