summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* [1745789] Fixed shield blocking happening without shield (Eino).dshaligram2007-07-011-1/+1
* Fixup of gunofdis patch for returning weapons [1744612]:haranp2007-06-281-0/+4
* Monster arrows no longer get dropped on destroyer grids (1744345.)haranp2007-06-271-1/+2
* Ghouls, necrophages and rotting hulks can drown in water.dshaligram2007-06-261-2/+5
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-1/+1
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-2/+2
* isblank is not available on DOS djgpp, replaced with == ' '.dshaligram2007-06-041-2/+2
* Refix charm check so interrupt is not fired for monsters not in view.dshaligram2007-06-031-3/+6
* [1690815] Monsters that lose ENCH_CHARM should not generate "The foodshaligram2007-06-031-0/+5
* [1726681] Fixed friendly neqoxecs using brain-feed on the player (use ofdshaligram2007-06-021-3/+3
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-0/+5
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-8/+14
* Crash fix in ms_low_hitpoint_cast (1722402.)haranp2007-05-231-0/+1
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-201/+107
* Fixed out-of-sight messages for distortion attacks.dshaligram2007-05-111-1/+1
* Reverted dancing weapons character change.haranp2007-05-081-4/+1
* Dancing weapons now randomly alternate between ')' and '(' (David, 1709688)haranp2007-05-071-1/+4
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+1
* Fix 1708496, crash due to bug in ms_low_hitpoint_cast().haranp2007-04-271-4/+5
* Various cleanups. Also fixed bug 1703500, inventory letters appearing twiceharanp2007-04-251-1/+1
* Removed oklob nonbrandability, since we visibly distinguish them anyway.haranp2007-04-251-4/+0
* Mummies fall apart in deep water, demons can drown in deep water or lava.dshaligram2007-04-251-1/+3
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-7/+4
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-5/+14
* First cut at db/flat text file based descriptions.peterb122007-04-171-5/+0
* Magic-immune monsters are now "unaffected" by enchantments instead ofharanp2007-04-161-0/+15
* Moving main monster descriptions out of describe.cc and into mon-data.hpeterb122007-04-141-0/+5
* Flame brand in melee was producing "burn" messages vs ice beasts, fixed.dshaligram2007-04-141-1/+6
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-8/+14
* Implemented Erik's randart-MR-is-multiplicative idea.haranp2007-04-131-1/+3
* Fixed monsters that are not in sight being identified by name if they'redshaligram2007-04-111-0/+8
* Ice statues are no longer vulnerable to disintegration.dshaligram2007-04-111-0/+13
* Oops, friendlies were never summoning, fixed.dshaligram2007-04-101-1/+2
* Allow player ghosts to use corona.dshaligram2007-04-101-10/+23
* Fixed bug with return type of levitate() (hopefully without adding new bugs.)haranp2007-04-101-1/+1
* Added ice statues.dshaligram2007-04-091-280/+81
* Fixed monster copy bug.dshaligram2007-04-081-1/+3
* Implemented Erik's invisibility proposal:dshaligram2007-04-071-6/+20
* Fixed hydra decapitation kills not being correctly credited (Jennifer).dshaligram2007-04-071-2/+2
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-112/+267
* Fixed enchantments not being iterated through.dshaligram2007-04-071-1/+1
* Fixed shapeshifter enchantment crashes (I don't believe I missed this one).dshaligram2007-04-071-12/+15
* Put in a safety valve for monsters with garbage speed/speed_increment (bugdshaligram2007-04-061-4/+77
* A successful cast of ensorcelled hibernation now lasts at least one turn.dshaligram2007-04-051-2/+6
* Allow */' to work in targeting (/+dir no longer selects a direction in Unix, Idshaligram2007-04-041-2/+3
* Fire resistant monsters drown in lava instead of being incinerated.dshaligram2007-04-031-0/+5
* Jellies now resist acid spit (adapted jlewis' patch).dshaligram2007-04-031-1/+7
* Fix another enchantment timeout crash.dshaligram2007-04-031-0/+3
* Allow AF_DISEASE attacks to sicken monsters.dshaligram2007-04-021-1/+29
* Fixed (I think) evil poisoned-monster-crash.dshaligram2007-04-011-0/+4