summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* [2083243] Fixed crash when blinking monsters get killed by trap they land on....dshaligram2008-09-061-1/+1
* Fix [2082964]: use player::can_see() to determine if the player can see dolorous2008-09-061-3/+2
* * Force ?immolation to never burn scrolls, whether in inventory or on j-p-e-g2008-08-181-9/+9
* Fix inverted logic preventing TSO and Beogh followers from having any dolorous2008-08-091-1/+1
* Don't equip pure spellcasters with a knife at game start. Finding anyj-p-e-g2008-08-071-7/+7
* Better message when allies are killed. [2009285]haranp2008-08-011-3/+17
* More minor fixes.haranp2008-08-011-21/+16
* Massive overhaul to move towards coord_def().haranp2008-07-301-417/+238
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-38/+87
* More cleanups and fixes.haranp2008-07-231-2/+2
* TSO no longer makes summons permanent or enslaved monsters permanently friend...dshaligram2008-07-231-3/+3
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-309/+265
* Various code cleanups. Moving towards using coord_def()haranp2008-07-211-139/+109
* TSO no longer thinks it's unchivalric to attack evil creatures of any kind.haranp2008-07-211-2/+2
* Pan overhaul:dshaligram2008-07-201-3/+4
* [2021920] Fixing issue where swapping into a fire elemental and cancelling du...ennewalker2008-07-191-8/+33
* Fixing infinite loop in _handle_behaviour.ennewalker2008-07-181-2/+1
* Give amphibians movement speed boost in water, give deep elf master archers a...dshaligram2008-07-131-9/+7
* Add minor cosmetic fixes.dolorous2008-07-071-2/+1
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-6/+6
* Fix 2011722: Reallow targetting beams such that you may be hit. (There'sj-p-e-g2008-07-061-1/+1
* Fix 1945389: Detect Creatures not clearing monsters detected on changedj-p-e-g2008-07-061-10/+11
* Fix 2011201: Disallow summoned orcs from joining a worshipper of Beogh.j-p-e-g2008-07-051-15/+16
* Fix [2009377]: In _handle_behaviour(), initialize e_index to -1, so that dolorous2008-07-031-1/+1
* Fix pacified monsters' leaving the level when the player gets far enough dolorous2008-07-031-1/+1
* Mark unreachable areas for pacified monsters in the right place.dolorous2008-07-031-18/+14
* Simplify.dolorous2008-07-021-1/+1
* And tweak it again.dolorous2008-07-021-3/+3
* Really fix pacified monsters' finding ways to blocked-off exits. As dolorous2008-07-021-2/+5
* And clean up the previous improvements.dolorous2008-07-021-13/+8
* Improve pacified monsters' routines for leaving the level again. Remove dolorous2008-07-021-21/+21
* Add more minor cosmetic fixes.dolorous2008-07-021-4/+4
* Pacified monsters leaving the level shouldn't go out of their way to dolorous2008-07-021-1/+2
* Actually handle cases of unreachable exits for pacified monsters leaving dolorous2008-07-021-19/+20
* Tweak numbers again.dolorous2008-07-021-1/+1
* Let pacified monsters wander again, although less often than other dolorous2008-07-021-1/+1
* Comment fixes.dolorous2008-07-021-6/+6
* Oops, don't let pets swap or be swapped with other monsters if thezelgadis2008-07-021-0/+8
* Don't let the player swap places with stationary monsters.zelgadis2008-07-021-1/+66
* Make berserking and non-living monsters stop retreating from Sanctuary aszelgadis2008-07-021-10/+8
* When laying down Sanctuary make all pets inside it stop attacking and movezelgadis2008-07-021-6/+18
* Per jpeg's suggestion, don't make pacified monsters wander around their dolorous2008-07-011-1/+1
* Stationary monsters can't flee, even from sanctuary.zelgadis2008-07-011-0/+4
* Make sure pacified monsters don't use emergency spells that harm the dolorous2008-06-301-4/+12
* Simplify again.dolorous2008-06-301-2/+1
* Fix good random secondary choices during character selection.j-p-e-g2008-06-291-1/+2
* Don't behold and and un-behold the player in the same instant if a mermaidzelgadis2008-06-291-1/+11
* Force berserking and non-living monsters to flee sanctuary.zelgadis2008-06-291-4/+11
* Only place a newly created monster (summons) on a sanctuary square if itzelgadis2008-06-291-3/+6
* Simplify.dolorous2008-06-291-6/+3