summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
Commit message (Expand)AuthorAgeFilesLines
* Lots more cleanups. haranp2009-02-151-25/+19
* Call mons_clear_trapping_net() in monsters::moveto(), so it shouldn'tharanp2009-02-121-2/+0
* And fix messaging for abjuration protection.dolorous2009-02-091-2/+3
* Handle things properly when abjuration protection cancels out abjuration dolorous2009-02-091-2/+6
* Also redraw if monsters use a non-spell projectile.haranp2009-02-081-0/+4
* Update viewport before monsters cast a beam. Fixes [2533571].haranp2009-02-081-0/+3
* Fix _do_high_level_summon() to take monster gods into account, too.dolorous2009-02-071-5/+7
* Properly handle the gods of monsters created by monster spells. If the dolorous2009-02-071-17/+32
* Fix 2355689: player ghosts and swamp drakes now get the player Mephiticharanp2009-02-041-5/+5
* Fix [2220297]: nonenchantment tracers were improperly doublecounting eachharanp2009-02-031-44/+26
* During arena mode make random_in_bounds() return a point inside the view port.zelgadis2009-01-281-10/+1
* Make allied mutators more careful about hitting you.haranp2009-01-271-0/+3
* Simplify monster_random_space().dolorous2009-01-261-7/+3
* Comment fix.dolorous2009-01-261-1/+1
* Fix crash on seeing shop which I introduced in r8742. Fixes [2536472].haranp2009-01-261-1/+3
* Only give one message if a monster teleporting into view interrupts a delay.zelgadis2009-01-261-2/+9
* Use the proper article when monsters throw or shoot things.dolorous2009-01-251-4/+1
* Add minor cosmetic fixes.dolorous2009-01-211-2/+2
* Simplify the code that issues the "comes into view" monster interrupt message,zelgadis2009-01-191-8/+0
* Add whitespace fixes.dolorous2009-01-171-2/+2
* Add minor cosmetic fixes.dolorous2009-01-161-3/+3
* Fix [2498711]: In arena mode, mark monsters duplicated by chaos as dolorous2009-01-161-0/+4
* Make sure the "comes into view" monster messages are displayed before thezelgadis2009-01-161-1/+4
* Add minor cosmetic fixes.dolorous2009-01-161-7/+1
* Fix bug #2507343: give brain worms a spell casting message, and make sure anyzelgadis2009-01-151-0/+5
* Implented some ranged brands from FR #2006917 and #1891231: shadow andzelgadis2009-01-141-85/+15
* is_orckind() and is_dragonkind() no longer duplicate their arguments.haranp2009-01-131-1/+1
* Implement Sandblast for monsters. (Parameters might need tuning.)haranp2009-01-121-3/+12
* Fix [2497208]: implement Controlled Blink for monsters. For now it's theharanp2009-01-121-179/+52
* Fix bug #2499021: during arena mode, make monster_random_space() only pickzelgadis2009-01-121-2/+14
* Add more minor cosmetic fixes.dolorous2009-01-101-0/+1
* When announcing a monster spell in mons_cast_noise():zelgadis2009-01-101-11/+49
* If mons_spells() is given an unknown monster spell then assert with the name ofzelgadis2009-01-101-2/+11
* When a monster picks up a spear prevent it from being placed in the monster'szelgadis2009-01-101-0/+1
* Fix [2484866]: affects_nothing was being ignored.haranp2009-01-091-0/+1
* In arena mode, make mons_friendly() and mons_wont_attack() always return false,zelgadis2009-01-061-8/+11
* For the purposes of spell messages, self-aimed invisible beams aren'tzelgadis2009-01-051-1/+2
* During arena mode, the Cantrip spell should only use buff messages, so none ofzelgadis2009-01-051-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Introduce a number of new uniques taken from a patch by castamir.j-p-e-g2009-01-041-0/+15
* Add spacing fixes.dolorous2009-01-041-1/+1
* Add minor cosmetic fixes.dolorous2009-01-041-2/+2
* Expand the setting of spell_type in mgen_data to include all dolorous2009-01-031-22/+24
* Add more minor cosmetic fixes.dolorous2009-01-031-27/+26
* Fix [2481621]: positive self-targeting enchantments prompted.haranp2009-01-021-6/+0
* If a monster gestures, throws a visible beam, and the beam misses, say "Thezelgadis2009-01-021-1/+4
* Make the spell message key suffix "gestures" works as documented.zelgadis2009-01-021-28/+97
* For LOS-free spells and aimed-at-self spells set the range to 0.zelgadis2009-01-021-1/+5
* Add member path_taken to the bolt class, a coord_def vector defining the pathzelgadis2009-01-011-0/+63
* Bug #2478490: provide casting message for titans doing Lesser Healing.zelgadis2009-01-011-6/+19