summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
Commit message (Expand)AuthorAgeFilesLines
* makhleb's summons should also go hostile on excommunication (6124)Jesse Luehrs2014-08-161-2/+7
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+0
* Rename functions (|amethyst).Shmuale Mark2014-06-191-1/+1
* Try to reduce duplication in Recite code.Shmuale Mark2014-06-191-1/+1
* Don't crash on Gozag-detected underwater gold.Neil Moore2014-06-071-4/+3
* Time out friendly bribed monsters like neutral bribed monsters (dpeg).Steve Melenchuk2014-06-031-7/+3
* Really fix Gozag gold detection (#8584).Steve Melenchuk2014-05-231-1/+1
* When flagging Gozag-detected gold, assert that there's an item there.Steve Melenchuk2014-05-231-0/+3
* Fix a debug mode reference to a removed delayed actionChris Campbell2014-05-171-0/+2
* Fix debug compilation (again).Steve Melenchuk2014-05-081-0/+1
* Extend bribes to all previously-unseen monsters.Steve Melenchuk2014-05-081-0/+8
* Nudge Gozag's passive gold detection.Steve Melenchuk2014-05-071-4/+0
* Gozag: Gold sense.Steve Melenchuk2014-05-071-0/+16
* Gozag: Don't let bribes take effect until the player spots the monster.Steve Melenchuk2014-05-071-1/+10
* Gozag: abandon called shops on excommunication.Steve Melenchuk2014-05-071-0/+20
* Gozag: prelimiary implementation of Bribe Branch.Steve Melenchuk2014-05-071-0/+12
* Gozag: gold lust.Steve Melenchuk2014-05-071-0/+1
* Gozag: shift gold to top of piles.Steve Melenchuk2014-05-071-0/+17
* Fix enchantments on hogs during Kirke death (#8446)Eduardo Gonzalez2014-05-041-0/+2
* Don't turn holies neutral when worshipping a good godChris Campbell2014-04-281-5/+1
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* End the spirit howl. Permanently.Adam Borowski2014-01-151-14/+5
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-24/+24
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Unbreak build.Adam Borowski2013-07-311-0/+1
* Tweak formatting and fix a typo.Neil Moore2013-07-301-1/+1
* Fix a Kirke crash by deporkalating transiting hogs correctly.blackcustard2013-07-301-9/+25
* Change how Spirit Wolves work somewhatDracoOmega2013-07-301-0/+14
* Formatting fixPete Hurst2013-07-021-2/+1
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Set mid before calling define_monsterPete Hurst2013-05-281-1/+4
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Make a function static.Adam Borowski2013-04-261-2/+4
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* Formatting fixes.Adam Borowski2013-04-101-1/+2
* Allow demons and angels to recover from porkalationPete Hurst2013-04-011-1/+3
* #2263 Allow Kirke hogs to revert form across levelsPete Hurst2013-04-011-0/+81
* Fix debug compilationDracoOmega2013-03-091-1/+1
* Add more minor cosmetic fixes.David Lawrence Ramsey2013-03-091-3/+3
* Add minor cosmetic fixes.David Lawrence Ramsey2013-03-091-3/+3
* Apply dactions to transiting monsters, refactor related codeDracoOmega2013-03-091-56/+86
* Fix Mantis 6689: Make Jiyva slimes convertible again after penance (also reco...David Lawrence Ramsey2013-02-231-2/+14
* Comment fixes.David Lawrence Ramsey2013-02-231-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Work around a clang warning.Adam Borowski2012-05-231-0/+4
* Fix the Tomb not losing -cTele on picking up the rune.Adam Borowski2012-04-301-0/+6
* Mindexicide: behaviour_event().Adam Borowski2012-04-211-1/+1