summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Basic cursesw input.Adam Borowski2011-03-311-70/+80
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-0/+2
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2011-01-111-4/+0
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-12-021-0/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-11-091-0/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-30/+30
| |\ \ \ \ \
| * | | | | | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-137/+14
| * | | | | | Remove an unused (and unimplemented!) function.Adam Borowski2010-09-191-6/+0
* | | | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+5
* | | | | | | Fix an extremely moronic off-by-one error.Adam Borowski2011-03-151-2/+2
* | | | | | | Don't use obsolete ncurses macros, they cause warnings.Adam Borowski2011-03-151-8/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Bind Tab to autofight, shift-Tab to autofight_nomove.Adam Borowski2011-02-281-0/+1
* | | | | | Mention recent screen resizes in crash dumps.Adam Borowski2011-02-231-0/+1
| |_|_|_|/ |/| | | |
* | | | | Always enable "optional" colour.Adam Borowski2011-01-111-4/+0
| |_|_|/ |/| | |
* | | | Fix window size changes sometimes being ignored.Adam Borowski2010-11-291-0/+2
| |_|/ |/| |
* | | Use the system locale rather than hardcoded en_US.UTF-8 (twb).Adam Borowski2010-11-091-1/+3
* | | fix compile error with setting escdelay with new ncursesU-nexus\tigen2010-11-091-0/+4
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-30/+30
|/
* Hush an invalid warning from clang.Adam Borowski2010-09-071-1/+2
* s/acr.cc/main.cc/ in comments.Adam Borowski2010-07-231-1/+1
* Clean up brace placement.Robert Vollmert2010-06-171-1/+2
* [1645] Fix messages_at_top drawing incorrectly.Enne Walker2010-05-301-3/+3
* Refactor crawl view buffer.Enne Walker2010-05-301-5/+7
* Get rid of get_input_line.Robert Vollmert2010-05-151-11/+0
* Remove getche(). Seems to be unused.Robert Vollmert2010-03-281-10/+0
* Fix unchecked sprintf(..., "%s") and sscanf(..., "%s").Adam Borowski2010-03-201-1/+1
* Revert "Fix an off-by-1 error which broke freed slave coloring."Darshan Shaligram2010-03-011-5/+5
* Revert "Simplify the handling of the background_colour option."Darshan Shaligram2010-02-281-8/+22
* code cleanup: fix #ifdef/#if usage inconsistenciesSteven Noonan2010-02-251-1/+1
* Add alarm to kill Crawl within 10s of seeing SIGHUP (kilobyte).Darshan Shaligram2010-02-201-0/+8
* Simplify the handling of the background_colour option.Stefan O'Rear2010-02-191-22/+8
* Fix an off-by-1 error which broke freed slave coloring.Stefan O'Rear2010-02-191-5/+5
* Update tests to use crawl.message() instead of low-level crawl.mpr().Darshan Shaligram2010-01-211-1/+2
* Fix newlines at end of file.Adam Borowski2010-01-211-2/+0
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Rename unix background option to background_colour.Johanna Ploog2010-01-201-6/+6
* Fix libunix.cc.Robert Vollmert2009-12-091-6/+10
* Remove message window handling from lib*.{cc,h}Robert Vollmert2009-12-071-70/+0
* 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