summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of monsters without skeletons. Note that monsters dolorous2008-11-091-7/+1
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-8/+20
* Simplify.dolorous2008-11-071-1/+1
* Add more minor cosmetic fixes.dolorous2008-11-071-8/+10
* Add poison-related cleanups.dolorous2008-11-071-1/+1
* Add spacing fixes.dolorous2008-11-031-1/+1
* Comment fix.dolorous2008-11-011-3/+1
* Add minor cosmetic fix.dolorous2008-11-011-2/+2
* Fix [2162875] by applying the rest of rvollmert's patch.dolorous2008-11-011-3/+3
* Simplify define_monster() for plain draconians, using part of dolorous2008-11-011-7/+2
* Revert Twisted Resurrection's abominations' being unable to use stairs, dolorous2008-11-011-10/+2
* Simplify.dolorous2008-11-011-7/+5
* Disallow permanent abominations created via Twisted Resurrection from dolorous2008-11-011-2/+17
* Disallow hostile zombified monsters' use of stairs, too.dolorous2008-11-011-1/+3
* Add various holy being-related cleanups.dolorous2008-10-301-1/+1
* Rework angels somewhat. To synchronize with daevas, angels are now dolorous2008-10-191-0/+1
* Add minor cosmetic fix.dolorous2008-10-191-1/+1
* Properly handle zombified dual-wielding monsters.dolorous2008-10-161-5/+11
* Replace Yred's "Control Undead" power with "Enslave Soul", as proposed dolorous2008-10-161-1/+132
* Allow checking regeneration ability at the level of individual monsters.dolorous2008-10-151-7/+17
* Add another minor cosmetic fix.dolorous2008-10-141-1/+1
* Add a few apostrophe-related cleanups.dolorous2008-10-131-1/+1
* Properly enable spectral things' draining attacks again.dolorous2008-10-121-3/+4
* And check the alternative weapon slot properly.dolorous2008-10-121-9/+9
* Account for randart shields when scanning monsters' inventories for dolorous2008-10-121-0/+7
* Add minor consistency fixes.dolorous2008-10-121-6/+6
* General code improvements.haranp2008-10-121-5/+3
* After discussion with dpeg, added a Scroll of Antimagic,haranp2008-10-111-1/+7
* Simplify.dolorous2008-10-081-3/+4
* Allow monsters to properly pick up and use missile types that don't need dolorous2008-10-081-3/+11
* Add still more whitespace fixes.dolorous2008-10-081-2/+2
* Add more whitespace fixes.dolorous2008-10-081-1/+1
* Add miscellaneous minor fixes.dolorous2008-10-071-7/+4
* Add still more minor cosmetic fixes.dolorous2008-10-071-1/+2
* Add yet more minor cosmetic fixes.dolorous2008-10-071-7/+7
* Fix flight type handling so that spectral things can at least always dolorous2008-10-071-9/+18
* Revert previous changes, as they don't seem that useful, given that most dolorous2008-10-071-7/+2
* Expand monster speed handling to work on the level of individual dolorous2008-10-071-3/+8
* Add still another minor cosmetic fix.dolorous2008-10-061-1/+3
* Add yet one more minor cosmetic fix.dolorous2008-10-061-1/+1
* Add one more minor fix.dolorous2008-10-061-1/+1
* Add more minor cosmetic fixes.dolorous2008-10-061-6/+6
* Fix inverted logic, and simplify.dolorous2008-10-061-1/+2
* Add more miscellaneous minor fixes.dolorous2008-10-061-1/+2
* And really fix zombification checks.dolorous2008-10-061-2/+3
* Fix inverted logic (oops).dolorous2008-10-061-1/+1
* Expand mons_itemuse() to work at the individual monster level, as well.dolorous2008-10-061-46/+42
* Add yet more cosmetic fixes.dolorous2008-10-061-4/+4
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-8/+21
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-27/+74