summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more blessing adjustments.dolorous2008-03-231-3/+25
* Disallow blessing followers on experience level gain when under penance.dolorous2008-03-231-1/+2
* Adjust the routine for blessings on level gain: display "the follower" dolorous2008-03-231-3/+2
* Expand bless_follower() to allow explicitly picking the follower as well dolorous2008-03-231-1/+10
* Elyvilon will now rarely (5% chance) protect allies from harm.j-p-e-g2008-03-231-7/+40
* Applying the new convention to static methods.j-p-e-g2008-03-221-151/+157
* Add Ely's pacifying monsters effect:j-p-e-g2008-03-221-8/+15
* Revert the splitting out of monster_change_type() from dolorous2008-03-211-62/+38
* Move net handling (mostly) back to monster_polymorph(), and add comments dolorous2008-03-211-44/+49
* In monster_change_type(), preserve experience properly by using dolorous2008-03-211-1/+1
* And preserve experience the same way.dolorous2008-03-211-0/+3
* Preserve flags properly when changing one monster type into another dolorous2008-03-211-1/+8
* Remove duplicate code from the priest promotion function, consolidate dolorous2008-03-201-82/+91
* Add another sanity check cleanup.dolorous2008-03-201-7/+8
* FR 1920700: Allow the special kill cases (such as simulacra orj-p-e-g2008-03-201-8/+13
* Improve the previous sanity fixes. Add a function dolorous2008-03-201-14/+7
* Put in *proper* sanity fixes for forcibly converting orcish followers, dolorous2008-03-201-4/+8
* Change "invigourated" back to "invigorated", as it turns out that the dolorous2008-03-201-1/+1
* Add sanity check for when an orcish follower converts another orc by dolorous2008-03-201-1/+1
* Add Elyvilon retribution!j-p-e-g2008-03-201-0/+59