summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-8/+0
* Make merged slime creatures light green, acid blobs light cyan.Adam Borowski2010-01-131-0/+6
* Ignore obscured items in the UIStefan O'Rear2009-12-301-1/+1
* Fix ugly things/butterflies going black while Misled.Jude Brown2009-12-271-0/+8
* New (rakshasa) unique: Mara, Lord of Ilusions.Jude Brown2009-12-241-1/+10
* Merge halo.cc into areas.cc.Robert Vollmert2009-11-211-1/+1
* Merge get_symbol and get_show_glyph.Robert Vollmert2009-11-151-30/+10
* Replace get_show_symbol by get_show_glyph.Robert Vollmert2009-11-151-6/+9
* Add get_feat_symbol.Robert Vollmert2009-11-151-0/+5
* Add get_item_symbol to showsymb.Robert Vollmert2009-11-151-0/+5
* Remove one version of get_screen_glyph.Robert Vollmert2009-11-151-7/+2
* Convert get_mons_glyph to return a glyph struct.Robert Vollmert2009-11-151-5/+6
* Convert get_item_glyph to return a glyph struct.Robert Vollmert2009-11-151-4/+5
* Remove grid_character_at.Robert Vollmert2009-11-151-9/+0
* Move feature colouring into show_def from get_symbol.Robert Vollmert2009-11-151-105/+0
* Untangle map memory and get_symbol.Robert Vollmert2009-11-141-16/+2
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Revert "Make get_symbol() a little clearer."Robert Vollmert2009-11-081-21/+16
* Remove unneeded colour argument from a variant of get_symbol.Robert Vollmert2009-11-081-2/+1
* Make get_symbol() a little clearer.Robert Vollmert2009-11-081-16/+21
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-4/+5
* Generalize feature colouring to use any actor halo.Robert Vollmert2009-11-081-1/+2
* Rename some halo functions.Robert Vollmert2009-11-081-1/+1
* Add a general halo interface to actor.Robert Vollmert2009-11-081-1/+1
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* showsymb.cc: Fix compilation errror.Matthew Cline2009-11-061-0/+2
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+1
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-1/+1
* Move get_show_symbol to showsymb.cc.Robert Vollmert2009-11-061-0/+14
* Simplify.Robert Vollmert2009-11-061-14/+14
* Add missing showsymb.cc and showsymb.h.Robert Vollmert2009-11-061-0/+263