summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* * Add the diagonal movement logic for monsters moving aside for otherj-p-e-g2008-11-221-5/+33
* Improve AI handling of clouds, so that clouds will only cause sumbergablezelgadis2008-11-221-76/+99
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-171-8/+8
* Another tweak of the chokepoint AI: Hostile monsters of animal-likej-p-e-g2008-11-151-2/+10
* Extend monsters' chokepoint AI to work for monster enemies as well, j-p-e-g2008-11-141-2/+22
* Another monster AI improvement, as suggested somewhere in one of thej-p-e-g2008-11-141-4/+116
* FR 2046572: Don't anger allies by teleporting them. (Maybe enslaved monsters j-p-e-g2008-11-131-19/+24
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-29/+55
* Extract a number of pathfinding/travelling/patrolling routines intoj-p-e-g2008-11-091-465/+472
* Fix [2211019]: Retain the teleportation enchantment on polymorphed dolorous2008-11-061-0/+2
* Implement second part of labyrinth tweaks:j-p-e-g2008-11-041-3/+3
* Make Beogh prefer to bless priestly monsters as well as named monsters.dolorous2008-11-041-5/+15
* Add minor cosmetic fixes.dolorous2008-11-021-2/+2
* Replace Yred's "Control Undead" power with "Enslave Soul", as proposed dolorous2008-10-161-7/+19
* Allow checking regeneration ability at the level of individual monsters.dolorous2008-10-151-1/+1
* Add yet more minor cosmetic fixes.dolorous2008-10-151-4/+4
* Consistency fixes: Ensure that Beoghits can't permanently recruit dolorous2008-10-141-1/+2
* Dancing weapons (from Tukima's Dance) shouldn't trigger penanceharanp2008-10-121-1/+4
* * Fix some bugs for the autoexclusion I forgot to commit last weekend.j-p-e-g2008-10-111-0/+23
* Fix inverted logic, and simplify.dolorous2008-10-061-2/+2
* Add more miscellaneous minor fixes.dolorous2008-10-061-2/+2
* Add miscellaneous minor fixes.dolorous2008-10-061-9/+6
* Expand mons_itemuse() to work at the individual monster level, as well.dolorous2008-10-061-7/+7
* Add more minor cosmetic fixes.dolorous2008-10-061-3/+4
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-16/+16
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-7/+7
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-10/+11
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-10/+2
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-0/+8
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-20/+10
* Simplify.dolorous2008-09-291-1/+1
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-3/+3
* Simplify checking for monsters that are actually shapeshifters, and dolorous2008-09-261-7/+6
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-9/+5
* Typo fix.dolorous2008-09-221-1/+1
* Fix 2121686: buggy net handling when returning to a levelj-p-e-g2008-09-211-1/+1
* Remove some unnecessary casts.haranp2008-09-201-5/+4
* Fix 2082997: broken monster pathfinding.haranp2008-09-201-3/+3
* Clean up monster potion handling, fix bug where !oHW healingharanp2008-09-181-95/+19
* Fix boring beetles walking through glass walls [2114988].haranp2008-09-181-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-12/+0
* Fix 2071650: don't prompt for swapping with friendlies in dangerous terrain.haranp2008-09-141-10/+9
* Print "You feel a bit more experienced." also if it was a pet kill asj-p-e-g2008-09-141-6/+18
* Make water monsters less eager to submerge.dshaligram2008-09-141-16/+1
* The royal jelly can no longer expel lesser jellies when tormented.dshaligram2008-09-141-2/+0
* Fix 2078482: Backwards Stealth check.haranp2008-09-121-1/+1
* [2083243] Fixed crash when blinking monsters get killed by trap they land on....dshaligram2008-09-061-1/+1
* Fix [2082964]: use player::can_see() to determine if the player can see dolorous2008-09-061-3/+2
* * Force ?immolation to never burn scrolls, whether in inventory or on j-p-e-g2008-08-181-9/+9
* Fix inverted logic preventing TSO and Beogh followers from having any dolorous2008-08-091-1/+1