summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-1/+1
| | | | | | They were the same as non-_real functions. Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
* 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
Also split out feature colouring into separate function.