summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spacing.Robert Vollmert2010-07-291-1/+1
* Make a few random functions static.Adam Borowski2010-07-061-4/+8
* Reimplement all monster-related actions as delayed ones. Remove apply_to_all...Adam Borowski2010-06-261-528/+59
* A function called from every single place a monster's attitude changes.Adam Borowski2010-04-131-0/+18
* make 'game type' an enum rather than a bool, and serialize itJesse Luehrs2010-03-021-2/+2
* Avoid triggering an assert when reconverting to J (78291)Charles Otto2010-02-201-0/+4
* Rename hilariously misnamed you.your_level to you.absdepth0.Adam Borowski2010-02-101-9/+9
* 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