summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Added throwing nets. These still need work, and thusj-p-e-g2007-08-201-1/+160
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-6/+16
* [1767871] Monsters should not pick up runes.dshaligram2007-08-071-1/+10
* Brothers-in-Arms set berserk dur = abjuration dur so the summon goes awaydshaligram2007-08-071-10/+5
* Whoops, stupid last-second editings!j-p-e-g2007-08-071-2/+7
* + Berserking monsters attack the nearest enemy.j-p-e-g2007-08-071-0/+5
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+12
* [1749272] Fixed view update issues:dshaligram2007-07-241-0/+25
* Allow monster symbols to be customised using the mon_glyph option.dshaligram2007-07-231-32/+56
* Updated level-design.txt.dshaligram2007-07-211-1/+1
* Added elf arrival vaults (Eino).dshaligram2007-07-191-8/+12
* Corona overrides invisibility. To check if something is *really* invisible, usedshaligram2007-07-151-6/+13
* [1731587] Kenku get claw-kick and a small speed boost when flying unladen.dshaligram2007-07-131-9/+11
* Some more typesafety in monster spellbooks.haranp2007-07-121-11/+13
* Fixed abjuration (player and monster versions) to work with the new enchantmentdshaligram2007-07-111-20/+1
* Monster enchantment overhaul:dshaligram2007-07-101-165/+274
* Deep elves were not getting their initial arrow allotment, fixed.dshaligram2007-07-081-3/+3
* Monsters were equipping wands as weapons, fixed.dshaligram2007-07-081-1/+1
* Lots and lots of type safety.haranp2007-07-081-48/+16
* High-HD monsters no longer pick up wands.dshaligram2007-07-071-1/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-14/+9
* Monsters that have destructive spells do not pick up missile weapons.dshaligram2007-07-061-0/+18
* [1748706] Increase monster spawn rate after the player gets the Orb, adddshaligram2007-07-061-1/+4
* [1748743] Fixed followers being misplaced.dshaligram2007-07-061-19/+43
* [1748162] Allow travel to the stair to a branch or level (using ^ will go todshaligram2007-07-051-1/+1
* Added Polyphemus, a unique Cyclops who can show up where high-end uniquesharanp2007-07-041-1/+2
* [1747353] Allies shouldn't be noted as "defeated" by you. haranp2007-07-031-1/+1
* Manual update (David).dshaligram2007-07-031-20/+20
* Monsters weren't picking up potions, fixed.dshaligram2007-07-021-0/+2
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-5/+493
* [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