summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-281-1/+1
* Fix the last missing instances of the unclean/chaotic split.David Lawrence Ramsey2009-11-201-6/+6
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-0/+1
* Improve Fedhas' interaction with auto-exclusionsCharles Otto2009-11-131-3/+3
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+1
* Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-143/+126
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-101-7/+9
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-101-1/+1
* 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