summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* [1861488] Fixed passwall bugs.dshaligram2008-01-251-1/+1
* [1832114] Fixed more prompts for mostly offscreen ball lightning detonation.dshaligram2008-01-251-3/+3
* FR 1836617: Add item brand for plants (and mimics) in Tiles.j-p-e-g2008-01-161-1/+7
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-2/+2
* More resist fixes.dshaligram2008-01-101-0/+3
* First cut at new multilevel resists for monsters, needs a lot of work - sugge...dshaligram2008-01-091-4/+0
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-82/+50
* Check whether a monster has the Polymorph Other spell when determining dolorous2008-01-061-1/+4
* Change conducts of Zin and TSO (!)j-p-e-g2008-01-061-3/+44
* Remove the M_WALL_SHIELDED flag. Instead, use the function dolorous2008-01-051-8/+8
* Mark the entire cyclops species as native to the Shoals, so that dolorous2008-01-041-1/+1
* Fix comment typos.dolorous2008-01-041-1/+1
* Several more tweaks of Zin:j-p-e-g2008-01-041-0/+1
* Fixed missing space in polymorph message (cbus), fixed broken debug compile.dshaligram2008-01-041-1/+1
* Add more habitat cleanups: rename HT_NORMAL to HT_LAND, remove dolorous2008-01-041-7/+7
* Add rock wall to the habitats list (for rock worms), and move monster dolorous2008-01-041-73/+32
* More tweaks of Zin:j-p-e-g2008-01-031-6/+16
* Mark cyclopes, merfolk, and mermaids as native to the Shoals.dolorous2008-01-031-0/+9
* Reorder the list of monsters native to the Hive.dolorous2008-01-031-2/+2
* Revert r3175, as killer bees and killer bee larvae are single species, dolorous2008-01-031-2/+3
* Add miscellaneous type cleanups and comment fixes.dolorous2008-01-031-4/+4
* For consistency, mark the killer bee and killer bee larva species as dolorous2008-01-031-2/+2
* A completely reworked version of Zin as per the lengthyj-p-e-g2007-12-301-9/+119
* Apply dolorous' patch to fix incorrect handling of nets monstersj-p-e-g2007-12-301-7/+4
* Reduce frequency of polymorph zaps.dshaligram2007-12-301-0/+7
* Allow monsters to use wands of disintegration and polymorph other.dshaligram2007-12-301-54/+44
* [1859013] Fixed swamp worms being able to move over dry land.dshaligram2007-12-301-3/+2
* Removed most instances of direct access to monsterentry for monster energy up...dshaligram2007-12-301-25/+14
* Fixed banished monsters leaving their items behind.dshaligram2007-12-301-0/+6
* Summoned monsters will now take back only items they were summoned with - sub...dshaligram2007-12-301-26/+26
* Fixed bad handling of w: tags in .des files (yellow:5 => fail) (David).dshaligram2007-12-301-1/+4
* Fix another comment typo.dolorous2007-12-291-4/+4
* [1829946] Fixed monsters being unaware that miasma hurts bad.dshaligram2007-12-281-38/+41
* [1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum...dshaligram2007-12-281-4/+4
* Remove studded leather armor, as its implementation is unfinished, it's dolorous2007-12-161-5/+0
* Travel will now avoid deep water unless you're permanently safe in it.haranp2007-12-051-0/+2
* [1836426] Fixed penance message sequence for beams, clamped penance messages ...dshaligram2007-11-281-7/+8
* [1834349] Fixed reaching going through walls.dshaligram2007-11-281-1/+2
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-1/+2
* [1838128] Fixed monsters being able to move through immobile monsters on leve...dshaligram2007-11-271-6/+5
* Add a minor consistency fix: The DID_KILL_NATURAL_EVIL conduct isn't dolorous2007-11-241-0/+4
* Don't put players under penance for harming friendlies (or holy monsters)j-p-e-g2007-11-221-2/+2
* A few changes to shafts:j-p-e-g2007-11-201-0/+4
* A number of tutorial improvements, including reintroducing info on spellbooks.j-p-e-g2007-11-191-1/+5
* [1833936] Fixed ASSERT in monster blink checks.dshaligram2007-11-181-1/+2
* M_AMPHIBIOUS now means both "land creature can swim through deep water"zelgadis2007-11-161-0/+12
* * Add Cannibalism to list of forbidded actions for good gods.j-p-e-g2007-11-131-1/+1
* [1829067] Fixed mephitic cloud not setting enchantment owner correctly on aff...dshaligram2007-11-091-5/+9
* Another step on the way to smarter monsters, again on the topic ofj-p-e-g2007-11-091-20/+113
* Fix to intelligent friendlies avoiding traps. It actually works now. :)j-p-e-g2007-11-081-212/+268