summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't crash if a battlesphere or avatar expires inside a wall (#8448)Eduardo Gonzalez2014-08-151-1/+4
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Remove a vestigial commentNicholas Feinberg2014-07-231-4/+0
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-66/+71
* Remove Davy Jones' Locker (let monster undead drown)Nicholas Feinberg2014-07-101-51/+49
* Check genus in deporkalation.Neil Moore2014-07-051-5/+1
* Combine key names, symbolise.Shmuale Mark2014-07-041-2/+2
* Let BLOOD finally have its place in the sunNicholas Feinberg2014-07-011-0/+1
* Split butchering/bottling into a new fileNicholas Feinberg2014-07-011-0/+1
* Move blood rotting into a new fileNicholas Feinberg2014-07-011-0/+1
* Rename bless.{cc,h} -> godblessing.{cc,h}.Shmuale Mark2014-06-291-1/+1
* Make living lost soul revival more like the undead one.Shmuale Mark2014-06-261-11/+3
* Split blessing functions into a new fileNicholas Feinberg2014-06-221-0/+1
* Duvessa and Dowan cleanup.Mikko Vepsalainen2014-06-221-24/+24
* Upgrade Duvessa or Dowan even when the other twin dies out of sight. Fixes #7...Mikko Vepsalainen2014-06-221-2/+2
* Dowan's updated spellbook after her sister's death is now shown in descriptio...Mikko Vepsalainen2014-06-221-0/+3
* The great mon-stuff migration.Shmuale Mark2014-06-221-68/+56
* Rename functions (|amethyst).Shmuale Mark2014-06-191-6/+6
* Try to reduce duplication in Recite code.Shmuale Mark2014-06-191-6/+6
* Make mummies killed by summons curse the player.Shmuale Mark2014-06-151-0/+4
* Try to clean up some mummy death curse code and fix #2624.Shmuale Mark2014-06-151-17/+8
* Be more picky about awarding Song of Slaying bonus (Kramin)Neil Moore2014-06-131-3/+6
* Fix whitespace.Neil Moore2014-06-131-1/+1
* Make spriggan riders ride wasps instead of mosquitosChris Campbell2014-06-131-1/+1
* Remove giant fireflies.Shmuale Mark2014-06-091-1/+1
* Remove the amulet of rage's (very low) chance to extend berserk durationChris Campbell2014-06-071-12/+2
* Don't credit the player for ally CBL kills (#8640)Neil Moore2014-06-061-0/+3
* Don't blame the player for reflected jelly kills (#8648)Neil Moore2014-06-061-2/+3
* Make Doxygen @returns "@return" for consistancy.reaverb2014-06-051-5/+5
* Don't trigger PbD on gold corpsesChris Campbell2014-05-231-2/+4
* Remove plague shamblers.Shmuale Mark2014-05-141-17/+0
* Remove Shedureaverb2014-05-131-204/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+6
* Redraw AC/EV/SH when gaining or losing Gozag's gold skill bonusChris Campbell2014-05-071-0/+4
* Don't goldify vault corpses.Steve Melenchuk2014-05-071-1/+1
* Drop a now-unused argument to place_monster_corpse.Steve Melenchuk2014-05-071-4/+2
* Don't crash when killing monsters over liquids with Gozag.Steve Melenchuk2014-05-071-1/+1
* Generate gold from all corpses under GozagChris Campbell2014-05-071-1/+1
* Reinstate collateral Qazlal kill piety.Steve Melenchuk2014-05-071-0/+1
* Spray gold instead of buggy chunks for Gozag disint kills.Steve Melenchuk2014-05-071-10/+24
* Gozag: gold lust.Steve Melenchuk2014-05-071-0/+3
* Gozag: goldify corpses of defeated enemies.Steve Melenchuk2014-05-071-2/+14
* Remove phoenixesreaverb2014-05-061-185/+1
* Give the player credit for inner flame kills from ?immolationChris Campbell2014-05-011-3/+1
* Don't give piety under evil gods for killing created-friendly/neutral monstersChris Campbell2014-04-291-8/+1
* Remove a special case for plague shambler corpses.Shmuale Mark2014-04-241-3/+0
* Don't allow getting a hide from a polymorphed monster.Shmuale Mark2014-04-241-0/+2
* Remove an unused variable (floatingatoll).Neil Moore2014-04-231-46/+45
* Don't let Natasha revive when pacified (#8381)Chris Campbell2014-04-161-1/+1
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-2/+2929