summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Added shields of reflection, though they're not randomly generated and have nozelgadis2008-12-011-2/+7
* Don't pass a std::string to mprf().zelgadis2008-12-011-1/+1
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-25/+31
* * Repurpose program bug tile for chaos spawns (using error tile forj-p-e-g2008-11-301-7/+91
* Fixed slow ziggurat level build, fixed ziggurat dismissals of simulacra resul...dshaligram2008-11-281-11/+14
* Pandemonium lords and player ghosts are now automacially marked aszelgadis2008-11-281-8/+2
* * Tweak Snorg's tile to increase the difference to the plain troll.j-p-e-g2008-11-281-1/+1
* Giant spores and lightning balls exploding is now handled immediately insidezelgadis2008-11-271-35/+89
* Add minor cosmetic fixes.dolorous2008-11-261-1/+1
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-1/+4
* Fix invalid monster index check for mummy death curses.dolorous2008-11-241-3/+3
* Simplify.dolorous2008-11-241-1/+1
* For consistency, split off the conduct for your undead slaves' killing dolorous2008-11-231-27/+44
* Add more miscellaneous minor cleanups.dolorous2008-11-221-8/+5
* Oops, mon->type should be compared to MONS_PROGRAM_BUG, not NON_MONSTER.zelgadis2008-11-221-1/+1
* * 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