summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-3/+3
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+37
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Don't bribe branch-native monsters when not in that branchChris Campbell2014-05-111-1/+5
* Fix bribing of bands.Steve Melenchuk2014-05-071-3/+2
* Fixes for Gozag bugs related to level generation.Steve Melenchuk2014-05-071-0/+51
* Handling for attacking bribed creatures.Steve Melenchuk2014-05-071-0/+30
* Gozag: Don't let bribes take effect until the player spots the monster.Steve Melenchuk2014-05-071-0/+31
* Don't turn holies neutral when worshipping a good godChris Campbell2014-04-281-127/+0
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-2/+2
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-2/+2
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Always turn slimes neutral for Jiyva worshippers when they enter LOSChris Campbell2013-10-201-3/+3
* Heal forcibly converted orcs before registering them as companions.Adam Borowski2013-10-111-3/+3
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-3/+3
* Remove the orc slaying brandChris Campbell2013-07-101-10/+0
* Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-2/+2
|\
| * Don't warn Jiyvaites when attacking slimes that are known shapeshifters.elliptic2013-03-141-1/+0
| * Interlevel recall for Yred and BeoghDracoOmega2013-03-031-0/+2
| * Remove unneeded blank line.David Lawrence Ramsey2013-02-231-1/+0
* | Lava orc BeoghishnessEronarn Palazzo2013-01-071-1/+1
|/
* Separate speech strings for humanoid and non-humanoid holies being convertedChris Campbell2012-10-191-2/+16
* Use std namespace.Raphael Langella2012-08-261-10/+10
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Mindexicide: behaviour_event().Adam Borowski2012-04-211-4/+4
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-3/+4
* Fix Mantis 5087: Strip channel prefix from monster speech, as is done elsewhere.David Lawrence Ramsey2011-12-181-0/+2
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-5/+4
|\
| * Really fix LOS radius checks relative to 015c095; LOS radius, not actual LOS.David Lawrence Ramsey2011-06-071-4/+2
| * Fix LOS radius checks for Yred/Beogh/Jiyva follower abandonment.David Lawrence Ramsey2011-06-071-4/+6
| * Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-7/+12
|\|
| * Don't let Mennas speak when turning neutralChris Campbell2011-04-231-2/+6
| * Only let holies which can speak say things when convertedChris Campbell2011-04-071-2/+2
| * Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-3/+4
| * Fix new Ashenzari passive boost to low skills.Raphael Langella2011-03-221-2/+2
* | Replace DESC_CAP_THE with DESC_THERobert Burnham2011-03-251-5/+5
|/
* Axe the ring of Charms. Those damn witches hexed it!Adam Borowski2011-01-141-71/+0
* Remove an obsolete parameter from form_changed_physiology().Raphael Langella2010-12-061-1/+1
* Clean up transform.cc.Raphael Langella2010-12-041-1/+1
* Fix inconsistencies regarding genus vs. species for orcs and draconians.David Lawrence Ramsey2010-10-041-2/+2
* Remove now-unnecessary checks regarding mons_make_god_gift().David Lawrence Ramsey2010-10-031-14/+1
* Ring of charms: disallow transforms, try another formula for success.Adam Borowski2010-09-191-3/+5
* Add blue-anna's ring of charms.Roberto2010-09-181-0/+70
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-15/+15
* Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-62/+62
* Trim unused #includes somewhat.Adam Borowski2010-08-231-2/+0