summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
Commit message (Expand)AuthorAgeFilesLines
* Default libunix curses scrolling to off.Robert Vollmert2009-11-291-9/+1
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-6/+7
* Only scroll if window is actually full.Robert Vollmert2009-11-261-4/+3
* Reorder message window scrolling.Robert Vollmert2009-11-261-3/+3
* only refresh when actually necessaryJesse Luehrs2009-11-211-7/+5
* Remove unused crawl_exit_hook.Robert Vollmert2009-11-201-6/+0
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* 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
* Adding you.in_branch(string) as a lua function.Enne Walker2009-10-311-7/+0
* (void) the ncurses warnings away.Adam Borowski2009-10-271-4/+4
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* libunix.h: declare itoa and stricmp as extern "C", itoa returns char*Steven Noonan2009-10-101-3/+3
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* libunix.cc: remove textattr() from USE_TILE buildsSteven Noonan2009-09-231-0/+2
* libunix.cc: add forward declarations where neededSteven Noonan2009-09-231-0/+6
* Generalized solution to the "disconnect at --more--" problem (e.g., disconnectzelgadis2009-07-281-7/+45
* Apply my recent commits to trunk.j-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