summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Get rid of all but one uses of mon_display.Adam Borowski2012-10-161-10/+0
* Refactor showsymb a bit.Adam Borowski2012-10-161-1/+1
* Rename struct glyph to cglyph_t.Adam Borowski2012-10-161-7/+7
* Use std namespace.Raphael Langella2012-08-261-1/+1
* An unfourgivable typou.Adam Borowski2012-04-261-2/+2
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-1/+0
* Fix glyph truncation on platforms with 16 bit wchar_t.Adam Borowski2011-09-071-2/+2
* Allow redefining known mimics glyph with the mon_glyph option (#3637).Raphael Langella2011-09-071-1/+1
* Merge all the item mimics into a single monster type.Raphael Langella2011-09-051-2/+2
* Clean up >80 column lines in showsymb.cc.Darshan Shaligram2011-01-011-0/+5
* don't require duplicating the coord_defJesse Luehrs2010-09-101-0/+1
* pass around the coord_def where a glyph is locatedJesse Luehrs2010-09-101-2/+2
* Fix several broken item symbol overrides.Adam Borowski2010-07-301-3/+3
* Make map_cell store feat+cloud+item+mons instead of only the topmost one (BRE...Luca Barbieri2010-07-291-1/+4
* Remove env.show in favor of using env.map_knowledgeLuca Barbieri2010-07-291-3/+2
* Convert several functions to use monster_infoLuca Barbieri2010-07-281-1/+2
* Make get_mons_glyph return real colour by default.Robert Vollmert2010-03-081-2/+2
* Fix Ctrl-X display of unicode items.Robert Vollmert2010-02-261-0/+2
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+0
* Merge get_symbol and get_show_glyph.Robert Vollmert2009-11-151-4/+0
* Replace get_show_symbol by get_show_glyph.Robert Vollmert2009-11-151-1/+1
* Add get_feat_symbol.Robert Vollmert2009-11-151-0/+1
* Add get_item_symbol to showsymb.Robert Vollmert2009-11-151-1/+2
* Remove one version of get_screen_glyph.Robert Vollmert2009-11-151-1/+0
* Convert get_mons_glyph to return a glyph struct.Robert Vollmert2009-11-151-4/+1
* Convert get_item_glyph to return a glyph struct.Robert Vollmert2009-11-151-2/+2
* Remove grid_character_at.Robert Vollmert2009-11-151-1/+0
* Untangle map memory and get_symbol.Robert Vollmert2009-11-141-3/+1
* Remove unused show_symbol default argument.Robert Vollmert2009-11-141-1/+1
* Split up monster_grid into update and non-update part.Robert Vollmert2009-11-091-0/+6
* Remove unneeded colour argument from a variant of get_symbol.Robert Vollmert2009-11-081-2/+1
* Remove trailing whitespace.David Lawrence Ramsey2009-11-061-1/+1
* Move get_show_symbol to showsymb.cc.Robert Vollmert2009-11-061-0/+1
* Add missing showsymb.cc and showsymb.h.Robert Vollmert2009-11-061-0/+24