summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
Commit message (Expand)AuthorAgeFilesLines
* Make colour-swapping work in webtiles (#8271)Neil Moore2014-07-311-5/+0
* Chance function(void) to function()reaverb2014-05-241-7/+7
* Don't send WebTiles message or flush for delay(0).Pekka Lampila2014-03-031-2/+5
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-2/+2
* libunix: drop now-unneeded "#pragma GCC diagnostic" junkSamuel Bronson2013-12-311-4/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-0/+5
* Fixed use of arrows and other special keys in OS X versions of webtiles.Kyle Fox2013-12-061-1/+1
* Correct a comment.Adam Borowski2013-11-291-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-3/+3
* Don't waste electricity for mapstat infinite loops.Adam Borowski2013-10-031-0/+2
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-1/+1
* Avoid a constness warning.Neil Moore2013-06-061-1/+2
* Expand the kbs comment.Adam Borowski2013-05-261-2/+6
* Fix ctrl-h on terminals where that is the same as backspace (hhkb)Neil Moore2013-05-251-0/+9
* Combine WebTiles messages and send them togetherPekka Lampila2013-05-011-0/+1
* Show the text prompt cursor in WebTilesPekka Lampila2013-03-151-0/+7
* Fix a non-JSON message I missed.Florian Diebold2012-11-141-1/+1
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-15/+15
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Simplify and improve the startup menu layout (#5602).Raphael Langella2012-04-291-0/+5
* Unbreak builds against curses variants without KEY_RESIZE.Neil Moore2012-04-231-2/+5
* Ignore ncurses KEY_RESIZE.Neil Moore2012-04-231-2/+3
* Remove another few unused functions.Adam Borowski2012-04-181-4/+8
* Make a gcc-4.7 warning happy.Adam Borowski2012-04-171-2/+2
* Do not crash when the terminal window is resized.Neil Moore2012-04-141-0/+2
* In DGL, give games stuck for 60s CPU time the finger (the Nethack level 7 one).Adam Borowski2012-03-051-0/+5
* Hackily hush a spurious warning if hardening is on.Adam Borowski2012-03-011-2/+8
* Fix the "bad file descriptor" crash in webtiles.Florian Diebold2012-02-251-4/+0
* Disable death and delays during fsim.Adam Borowski2011-12-141-0/+3
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-2/+2
* Webtiles JS Modularization, part II.Florian Diebold2011-10-291-1/+1
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-0/+60
* Remove an obsolete comment.Adam Borowski2011-10-041-1/+0
* Combine common parts of lib*.hAdam Borowski2011-09-081-37/+20
* Get rid of strlwr().Adam Borowski2011-09-071-11/+0
* Get rid of a nasty hack around improper includes.Adam Borowski2011-09-071-9/+7
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* Call a clua function "ready()" whenever Crawl is waiting for a new command.Adam Borowski2011-05-231-0/+1
* Fix DGL compilation.Florian Diebold2011-05-011-5/+0
* Get rid of itoa().Adam Borowski2011-05-011-40/+0
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-111/+0
* Don't rely on undocumented behaviour of ncursesw.Adam Borowski2011-04-021-13/+26
* Fix display corruption in some cases.Adam Borowski2011-04-021-0/+2
* Merge branch 'unicode'.Adam Borowski2011-04-011-200/+66
|\
| * Working commands on Unix console.Adam Borowski2011-03-311-27/+24
| * Get rid of remaining uses of putch().Adam Borowski2011-03-311-8/+0
| * Use system's locale in all ports, from the very start.Adam Borowski2011-03-311-2/+0