summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewchar.cc
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment.Adam Borowski2013-12-181-2/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Give permarock a different default glyph.Adam Borowski2013-11-101-10/+11
* Give runes their own default glyph (φ for now)Samuel Bronson2013-07-011-6/+8
* Fix frames in the temperature gauge in ascii and dec.Adam Borowski2013-01-081-6/+17
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Use ÷ for DCHAR_FIRED_BURST.Adam Borowski2012-07-141-4/+6
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Use ucs_t rather than "unsigned" in a few places.Adam Borowski2012-04-051-2/+2
* Make teleporters a feature of their own.Adam Borowski2012-04-041-12/+13
* Use ♣ not Ω for trees in charset_ibm.Adam Borowski2012-04-011-2/+2
* Add comments showing encoded glyphs for > ASCII glyph sets.Adam Borowski2012-04-011-1/+13
* Fail Windows webtiles builds with a descriptive error.Adam Borowski2011-12-141-1/+1
* Change clouds in 7-bit ASCII to '0'.Adam Borowski2011-05-311-2/+2
* Cut attempts to use control, CJK or invalid characters as display glyphs.Adam Borowski2011-05-111-0/+2
* Alter clouds in old cset_unicode to §.Adam Borowski2011-04-031-1/+1
* Revert the explosion animation from Θ to #.Adam Borowski2011-04-031-1/+1
* Add missing cset overrides.Adam Borowski2011-04-021-0/+4
* Make default books ':' again, use different glyphs for detected items on Wind...Adam Borowski2011-04-021-2/+7
* Make clouds paragraph marks by default (Eronarn)Adam Borowski2011-04-021-2/+2
* Revert default altars being pi. In some fonts, it looks fugly.Adam Borowski2011-04-011-1/+1
* Make cset overrides more sane.Adam Borowski2011-04-011-82/+19
* Merge branch 'master' into unicodeAdam Borowski2010-11-091-6/+7
|\
| * Make the iron grate an actual feature rather than a Lua redefinition.Adam Borowski2010-10-181-6/+7
| * Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-15/+83
|/
* Swap '~' and '{' (water and disturbance glyphs).Adam Borowski2010-04-131-3/+3
* Use singular "tree" instead of "trees", some messages don't work well with pl...Adam Borowski2010-03-091-4/+4
* Make dchar_glyph return 0 for invalid arguments.Robert Vollmert2010-02-101-1/+4
* Replace '+' by '∞' for books in CSET_UNICODE and CSET_IBM.Adam Borowski2009-12-271-3/+11
* Untangle map memory and get_symbol.Robert Vollmert2009-11-141-0/+5
* Split up view.cc.Robert Vollmert2009-11-041-0/+103