summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't crash if revived Natasha can't be created.Pekka Lampila2014-03-021-15/+17
* Let Natasha start with a wand, and have her keep her items through death.Shmuale Mark2014-02-231-0/+12
* Let non-Natasha monster felids revive as well.Steve Melenchuk2014-02-081-6/+29
* Let Natasha reviving work properly in arena.Steve Melenchuk2014-02-031-1/+1
* Formatting fixes.Neil Moore2014-02-021-2/+2
* A felid unique, Natasha.wheals2014-02-021-0/+37
* Don't print a blank line on killing Pikel or Kirke away from band.Neil Moore2014-01-201-2/+2
* Fix typoChris Oelmueller2013-12-091-1/+1
* Fix a warning in optimized builds.Adam Borowski2013-11-291-2/+2
* Restrict mpr() to literals only.Adam Borowski2013-11-291-2/+2
* More formatting fixes for return (...);Neil Moore2013-11-151-16/+16
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Remove radius_iterator(coord, r, c_type, los_base).Adam Borowski2013-11-051-1/+1
* Get rid of all external uses of get_los().Adam Borowski2013-11-051-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+1
* Ghostbusterize the holy spirit.Adam Borowski2013-07-101-43/+1
* Move player hog form untransformation into a fineff (Kirke)Pete Hurst2013-05-281-7/+6
* Use a delayed_action_fineff for Kirke and Pikel death (Mantis #5306)Pete Hurst2013-05-261-11/+15
* 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-84/+18
* Fix Dovan/Duvessa code sometimes mistaking one for another.Adam Borowski2013-03-111-23/+10
* Comment fixes.David Lawrence Ramsey2013-03-041-3/+3
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-8/+8
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+8
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Don't encase Dowan/Duvessa's death db keys in _underscores_.Adam Borowski2012-05-201-2/+5
* Mindexicide: behaviour_event().Adam Borowski2012-04-211-3/+3
* Wrap some egregiously long lines in the source.Adam Borowski2012-03-281-1/+2
* Fix an uninitialized variable or two.Neil Moore2012-03-261-2/+2
* Make some more functions static/gone.Adam Borowski2012-03-251-13/+13
* Tweak milestones and notes for death/banishment/pacification/enslavement.elliptic2012-01-091-0/+1
* Make high-level monster creation return monster*Adam Borowski2012-01-051-4/+2
* Make place_monster() return monster*Adam Borowski2012-01-051-9/+6
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-9/+16
|\
| * Update comment for spirit_fades.Jude Brown2011-11-121-1/+1
| * Tweak spirit fade summons, mark them as finished.Jude Brown2011-11-121-3/+3
| * Remove phoenix assert, don't try placing on origin instead.Jude Brown2011-11-121-2/+1
| * Fix Phoenix attitude, marker removal (#4881).Jude Brown2011-11-111-3/+11
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-0/+172
|\|
| * Finish Phoenixes!Jude Brown2011-11-101-0/+172
* | Merge branch 'master' into unified_combat_control with help of -X patienceSamuel Bronson2011-11-041-2/+2
|\|
| * Remove no longer necessary casts after random_choose().Adam Borowski2011-10-311-2/+2
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-28/+15
|\|
| * Use mpr instead of mprf.Raphael Langella2011-10-101-2/+2
| * Don't use "its freedom" for a human.Adam Borowski2011-10-101-1/+1
| * Correct message when just one of Pikel's former slaves is visible.Aaron Becker2011-10-101-4/+5