summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverted friendlies not speaking change.haranp2007-07-041-5/+1
* [1747351] Friendlies are now mute.haranp2007-07-031-2/+6
* [1747353] Allies shouldn't be noted as "defeated" by you. haranp2007-07-031-5/+7
* Manual update (David).dshaligram2007-07-031-4/+9
* Monsters are less likely to examine big stacks of items.dshaligram2007-07-031-1/+12
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-243/+83
* Ghosts/demons should have dig in slot 5 (misc2), not slot 4 (misc1.)haranp2007-07-011-2/+2
* Steam clouds now do damage proportional to their density (experimental).dshaligram2007-06-291-2/+10
* Fixup of gunofdis patch for returning weapons [1744612]:haranp2007-06-281-2/+17
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-9/+9
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-1/+1
* Added some tweaks to Beogh:j-p-e-g2007-06-211-2/+6
* Some more cards and bugfixes.haranp2007-06-171-9/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-1/+1
* Fixed compile breaking on Linux.dshaligram2007-06-101-0/+3
* Some more changes to the tutorial, most importantly to j-p-e-g2007-06-091-0/+2
* [1730386] Clouds override visibility of monsters submerged in shallow water.dshaligram2007-06-041-1/+3
* [1727700] Produce appropriate message when an invisible monster is polymorpheddshaligram2007-06-021-2/+9
* Removed unnecessary targeting check for acid spit.dshaligram2007-05-311-9/+10
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-24/+35
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-23/+21
* Disallowed simulacra and zombies as polymorph targets. (This mightharanp2007-05-171-17/+23
* Jellies could eat the Horn of Geryon, fixed (jarpiain).dshaligram2007-05-031-21/+28
* Type safety, cast cleanups, etc.haranp2007-05-011-4/+4
* Fix for bug 1571295: should be 'an orc suddenly appears', notharanp2007-04-291-2/+3
* Fix for (part of) 1709375: monsters dying not because of you always gotharanp2007-04-291-4/+10
* Some code review and cleanup.haranp2007-04-281-15/+7
* And the beat goes on (stringstreams).haranp2007-04-281-1/+0
* Fix 1708496, crash due to bug in ms_low_hitpoint_cast().haranp2007-04-271-1/+1
* Mummies fall apart in deep water, demons can drown in deep water or lava.dshaligram2007-04-251-1/+5
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-8/+5
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-50/+16
* Moved items() into a separate makeitem file.haranp2007-04-211-2/+3
* Allow injured monsters to use teleport traps.dshaligram2007-04-141-42/+63
* Fixed monsters that are not in sight being identified by name if they'redshaligram2007-04-111-1/+1
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-10/+0
* Added ice statues.dshaligram2007-04-091-198/+212
* Implemented Erik's invisibility proposal:dshaligram2007-04-071-1/+1
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-1/+10
* Put in a safety valve for monsters with garbage speed/speed_increment (bugdshaligram2007-04-061-0/+2
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-2/+2
* Undead/demonic monsters cannot pick up weapons with holy brands. I'm allowingdshaligram2007-04-041-20/+38
* Monster missile tracers were broken (no damage was set in the tracer), fixed.dshaligram2007-04-041-0/+6
* Don't allow confused water/lava creatures to leave their habitat. Allowing themdshaligram2007-04-031-1/+9
* Water/lava creatures out of water cannot regenerate.dshaligram2007-04-031-0/+7
* Fire resistant monsters drown in lava instead of being incinerated.dshaligram2007-04-031-2/+7
* KILL_MONSTER note now comes before the XP gain (and possible XP_LEVELharanp2007-04-031-9/+14
* Allow AF_DISEASE attacks to sicken monsters.dshaligram2007-04-021-1/+11
* Change description of staves of wizardry to be more similar to rings ofdshaligram2007-04-021-5/+5
* Fixed (I think) evil poisoned-monster-crash.dshaligram2007-04-011-3/+4