summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add Ely's pacifying monsters effect:j-p-e-g2008-03-227-33/+148
* Handle the priesthood blessing more generically.dolorous2008-03-221-4/+2
* In enchant_armour(), respect the quiet parameter in all cases.dolorous2008-03-221-4/+9
* Remove percentages from blessing comments, as they're not completely dolorous2008-03-221-5/+5
* Move all armor enchantment messages to enchant_armour().dolorous2008-03-221-3/+7
* Fix blessing percentage checks.dolorous2008-03-221-2/+4
* Move the healing blessing into its own function.dolorous2008-03-221-7/+11
* Add whitespace fixes again.dolorous2008-03-221-6/+6
* Fix typo in mons_thrown_object_destroyed() that let non-missiles instead dolorous2008-03-221-1/+1
* Mark the "Summon Beast" spell as unholy, since beasts are naturally evil dolorous2008-03-221-1/+1
* Remove fire resistance from orc sorcerers. Since they cast Bolt of dolorous2008-03-221-1/+1
* Properly trigger the "attack friend" god conduct if you use Smite or dolorous2008-03-221-0/+8
* Add more whitespace fixes.dolorous2008-03-221-2/+2
* Add a blessing to improve AC by enchanting armor or shields by one or dolorous2008-03-223-50/+109
* Make the static functions in spells3.cc follow the new coding dolorous2008-03-211-5/+5
* Since mons_inside_circle() is only used by Zin's Sanctuary and TSO's dolorous2008-03-214-22/+21
* Fix what remains of 1905764: monster description lookup issues.j-p-e-g2008-03-215-112/+131
* FR 1919593: modified scoring system, as suggested by Lemuelj-p-e-g2008-03-212-235/+284
* Fix compile-breaking typo (oops).dolorous2008-03-211-1/+1
* Allow vampires of hunger state full or higher to go berserk.j-p-e-g2008-03-214-98/+104
* Also mark brain worms as natural evil, for the same reason Norris was dolorous2008-03-211-1/+1
* More changes to which monsters are marked as evil, based on their spell dolorous2008-03-212-18/+24
* Make Zin dislike when the player takes an action that makes an alreadyj-p-e-g2008-03-2114-55/+112
* Some more tweaking of the manual for ReST (rst2latex.py now produces adploog2008-03-211-185/+189
* Tweak yesnoquit some more to allow for a second alternative yes character,j-p-e-g2008-03-215-36/+69
* Add UTF-8 BOM to help keep contributor names from becoming mojibake.pauldubois2008-03-211-0/+1
* Apply patch [1914617]: Give the staff of channeling a chance to work dolorous2008-03-211-1/+1
* Manual update, and reformatting. (Preparing for ReST.)dploog2008-03-211-145/+149
* Revert the splitting out of monster_change_type() from dolorous2008-03-215-94/+76
* Move net handling (mostly) back to monster_polymorph(), and add comments dolorous2008-03-211-44/+49
* Update documentation for Ctrl-Direction. I hope I missed nothing.dploog2008-03-213-17/+18
* In monster_change_type(), preserve experience properly by using dolorous2008-03-211-1/+1
* Remove Zin's Smiting, and move Revitalisation into its place.j-p-e-g2008-03-214-134/+136
* Add a neutral monster brand (defaulting to darkgrey).j-p-e-g2008-03-218-15/+49
* Check more efficiently for monsters eligible to be promoted to priests.dolorous2008-03-211-2/+5
* Simplify follower blessing code again.dolorous2008-03-211-39/+24
* Use alive() properly in another instance.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-213-8/+10
* Remove duplicate code from the priest promotion function, consolidate dolorous2008-03-203-103/+96
* Expand follower blessing code to potentially allow for more than just dolorous2008-03-201-23/+90
* Use alive() where applicable, instead of manually checking HP.dolorous2008-03-201-1/+1
* Simplify Xom polymorphing code a bit.dolorous2008-03-201-4/+6
* Add yet more cosmetic fixes.dolorous2008-03-201-3/+3
* Update CREDITS.dploog2008-03-201-22/+21
* Another one of those mixed commits.j-p-e-g2008-03-208-27/+33
* Fixed the single instance where level-design.txt was referred.dploog2008-03-201-1/+1
* Fixed readme.txt.dploog2008-03-202-15/+16
* Remove paws and sleepiness mutations. Those two just don't cut it.j-p-e-g2008-03-207-80/+29
* Fix invalid_monster_index(). First, ANON_FRIENDLY_MONSTER is negative, dolorous2008-03-201-3/+2