summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport r10443: generalized way of dealing with "disconnect at --more--"zelgadis2009-07-281-7/+45
* Plug a couple of memory holes. Unfortunately, between libSDL andj-p-e-g2009-06-151-0/+1
* Remove tabs.dolorous2009-05-301-17/+17
* Add spacing fixes.dolorous2009-04-301-1/+1
* Fix [2151183]: SIGHUP with the range view annotator active maintainedharanp2009-02-081-0/+6
* Added castamir's patch to fix 2550022. Seems to work.haranp2009-02-031-27/+18
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-154/+0
* Limit crash handling recursion to being commented upon just once.zelgadis2009-01-181-1/+6
* Oops, forgot to put "#ifndef USE_TILE" around unixcurses_shutdown() (though itzelgadis2009-01-181-0/+2
* When dumping info upon a crash:zelgadis2009-01-181-6/+10
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+146
* Conditionalise define_key on ncurses as a token gesture to classic curses com...dshaligram2009-01-101-0/+2
* [2149330] Apply castamir's keypad patch.dshaligram2009-01-101-0/+85
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-16/+0
* Enable core dumps automatically for dgamelaunch builds (-DDGL_ENABLE_CORE_DUM...dshaligram2008-09-131-0/+13
* 0.4->trunk r6788: Fixed bug where start time of games would go backward or fo...dshaligram2008-08-071-0/+8
* Fix 1870427: Max hp misreported if frail and rotted.j-p-e-g2008-07-061-9/+9
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-1/+1
* Apply patch 1888160: Missing langinfo.h for UNICODEj-p-e-g2008-04-141-17/+18
* Add a neutral monster brand (defaulting to darkgrey).j-p-e-g2008-03-211-6/+7
* Fixed use_fake_cursor brokenness for DEC, fixed stringize_glyph mangling DEC ...dshaligram2008-02-211-5/+7
* [1896775][1896772] Charset handling fixes (Paul Du Bois).dshaligram2008-02-211-44/+66
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-1/+1
* FR 1861017: add info on enchanting hides to enchant armour descriptionj-p-e-g2008-01-141-1/+1
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-2/+5
* Tiles!ennewalker2008-01-051-1/+1
* Merged fix for IBM graphics glitches on Unix from 0.3 (2990-2991).dshaligram2007-12-031-2/+9
* Add minor whitespace and comment fixes.dolorous2007-12-031-1/+1
* Allow UNICODE_LOCALE=. in makefile.unix to specify a setlocale(LC_ALL,"") cal...dshaligram2007-11-201-2/+5
* Fixed level-map not showing column 79 if the term is 80 columns (bobbens).dshaligram2007-11-021-0/+8
* 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