summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Add still more whitespace fixes.dolorous2008-04-131-1/+1
* Make good neutral an actual monster attitude, as it's cleaner that way.dolorous2008-04-121-12/+13
* Comment fix again.dolorous2008-04-121-2/+2
* Comment fix.dolorous2008-04-121-7/+8
* Make sure the friendly monsters and good neutral monsters normally won't dolorous2008-04-121-9/+10
* Add still more whitespace fixes.dolorous2008-04-121-2/+2
* Make sure good neutral monsters are unaffected by sanctuaries, since dolorous2008-04-121-4/+4
* Add more whitespace fixes.dolorous2008-04-101-1/+1
* Add minor cleanup.dolorous2008-04-101-1/+1
* In heal_monster(), add an upper limit to HP growth.dolorous2008-04-101-8/+18
* Add more whitespace fixes.dolorous2008-04-101-2/+2
* Add one more whitespace fix.dolorous2008-04-091-1/+1
* Make Elyvilon's healing of monsters consistent in the same way.dolorous2008-04-081-8/+3
* Add yet more whitespace fixes.dolorous2008-04-081-5/+5
* Replace the conduct for killing a neutral monster with a conduct for dolorous2008-04-071-4/+0
* Fixed monsters not regenerating at the right rate when catching up time spent...dshaligram2008-04-011-4/+7
* The royal jelly's death triggers wall change even if it is off-level. Also fi...dshaligram2008-04-011-5/+41
* No cookie for banishing the royal jelly: teleport control and wall change wil...dshaligram2008-04-011-8/+13
* Slime:6 teleport control is enabled even if you kill the royal jelly off-leve...dshaligram2008-04-011-4/+22
* Fixed royal jelly passive damage in monster-vs-monster combat.dshaligram2008-04-011-5/+1
* Move Slime:6 wall change to lair.des Lua. The slimy rune is now guaranteed.dshaligram2008-03-311-11/+0
* Ha, I knew there was a reason to cleaning up dungeon.cc - learning by j-p-e-g2008-03-311-0/+11
* Give monsters better natural regeneration increasing with HD. Monsters will s...dshaligram2008-03-311-14/+42
* Code cleanup and renaming of static methods, mostly for decks.cc and j-p-e-g2008-03-311-20/+24
* Monsters don't look "lightly wounded" all the time in the monster list.pauldubois2008-03-311-2/+7
* Go back to using "your" for follower blessings, and add whitespace fixes dolorous2008-03-301-2/+2
* Pull out some code from print_wounds() into new function mons_get_damage_level.pauldubois2008-03-301-49/+51
* Add one last set of whitespace fixes.dolorous2008-03-301-4/+4
* Add minor cosmetic fixes.dolorous2008-03-301-5/+6
* For consistency, make sure a monster's charmed status is only preserved dolorous2008-03-301-2/+5
* Add yet more whitespace fixes.dolorous2008-03-301-2/+2
* Fix [1929110]: Preserve a monster's charmed status when polymorphing.dolorous2008-03-301-0/+2
* Add still more whitespace fixes.dolorous2008-03-301-1/+1
* Finally allow ranged attacks (BEAM_MISSILE) and spells (BEAM_MMISSILE only)j-p-e-g2008-03-291-8/+10
* Fix [1917601]: Make sure that daevas (as well as other holy beings) dolorous2008-03-291-1/+5
* Like Beogh, have TSO randomly bless a follower when you kill evil (as an dolorous2008-03-291-6/+16
* Consolidate and clean up some of the blessing code.dolorous2008-03-291-19/+12
* Like Beogh, let TSO bless followers when they gain experience levels.dolorous2008-03-291-0/+9
* Add the beginnings of TSO follower blessings. Assume that followers are dolorous2008-03-281-1/+7
* Fix the summoning used by the reinforcement blessing, so that collateral dolorous2008-03-281-1/+1
* Clean up some instances of friendly vs. hostile summoning.dolorous2008-03-281-5/+5
* Apply v-napkin's patch in [1927325] to fix a compilation problem when dolorous2008-03-271-1/+1
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-261-3/+1
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-1/+2
* Change reciting speech code to use seed_rng(turn counter) instead, toj-p-e-g2008-03-241-9/+10
* Adjust follower blessing probabilities *again*. I should get it right dolorous2008-03-231-6/+3
* And adjust it yet again.dolorous2008-03-231-3/+3
* Adjust the follower blessing probabilities again.dolorous2008-03-231-3/+5
* Make Beogh's follower blessings a little more common.dolorous2008-03-231-3/+6
* In _mons_open_door(), make sure adj is initialized when the secret door dolorous2008-03-231-2/+2