summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace monsters::is_magic_user() withDavid Lawrence Ramsey2009-11-101-5/+5
* Replace mons_is_magic_user() with monsters::is_magic_user().David Lawrence Ramsey2009-11-101-1/+1
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-5/+5
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-6/+6
* Rename FeawnCharles Otto2009-11-081-10/+10
* Replace mons_cannot_act with monsters::cannot_act.Vsevolod Kozlov2009-11-081-1/+1
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-2/+2
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-5/+5
* Avoid an infinite loop in tilse related to Feawn neutralizing plantsCharles Otto2009-11-071-7/+0
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-2/+2
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-2/+2
* Collect attitude changing code.Robert Vollmert2009-11-061-0/+962