summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* A number of tutorial improvements, including reintroducing info on spellbooks.j-p-e-g2007-11-191-1/+5
* [1833936] Fixed ASSERT in monster blink checks.dshaligram2007-11-181-1/+2
* M_AMPHIBIOUS now means both "land creature can swim through deep water"zelgadis2007-11-161-0/+12
* * Add Cannibalism to list of forbidded actions for good gods.j-p-e-g2007-11-131-1/+1
* [1829067] Fixed mephitic cloud not setting enchantment owner correctly on aff...dshaligram2007-11-091-5/+9
* Another step on the way to smarter monsters, again on the topic ofj-p-e-g2007-11-091-20/+113
* Fix to intelligent friendlies avoiding traps. It actually works now. :)j-p-e-g2007-11-081-212/+268
* Integrated patch 1828014 (spell order).haranp2007-11-081-2/+2
* Enslaved fleeing monsters now flee towards you, not away from you.haranp2007-11-081-2/+10
* latest net fixes (Nemelex prayer, swapping with friendlies) for trunkj-p-e-g2007-11-051-1/+7
* Nets that hold you cannot be destroyed by Ely's Destroy Weapon ability.j-p-e-g2007-11-041-5/+44
* Added HURRY option to makefile.unix.haranp2007-11-031-3/+7
* Minor code cleanups.haranp2007-11-031-1/+0
* Fixed broken MHITNOT/MHITYOU, changed handling of DUR_SLOW to be like DUR_HAS...dshaligram2007-11-021-5/+0
* Beogh conversion fixes for trunk.j-p-e-g2007-10-291-1/+1
* Monsters should not gain experience for offing their friends.dshaligram2007-10-281-3/+8
* Fixed non-friendly monsters not gaining experience (oops).dshaligram2007-10-261-1/+1
* Orcs may surrender to Beogh worshippers when beaten up. Adjusted experience g...dshaligram2007-10-261-0/+38
* Monsters can gain experience and level-up. Breaks saves.dshaligram2007-10-261-20/+30
* Minor code cleanup.haranp2007-10-251-9/+14
* [1813368] Makhleb/Vehumet passive power gain now active without needing to pr...dshaligram2007-10-251-4/+3
* Moved position information Lua functions to luadgn.cc.dshaligram2007-10-201-1/+1
* Fix for bug 1813676: handle_monster_move() should have been returningzelgadis2007-10-161-4/+8
* Added new field seen_context to the monsters class, which can be setzelgadis2007-10-161-9/+13
* Fixed yaktaurs picking up two crossbows and switching crossbows before each s...dshaligram2007-10-151-1/+2
* Fix problem of friendly monsters not using any energy when there'szelgadis2007-10-151-4/+8
* Some fixes for mermaid beholding:zelgadis2007-10-151-0/+7
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-7/+14
* Give a message and interrupt activity if a visible door is opened orzelgadis2007-10-141-1/+28
* handle_monster_move() still wasn't dealing quite right with invokingzelgadis2007-10-141-108/+61
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-3/+104
* This change breaks savefile compatibility.zelgadis2007-10-131-65/+203
* Orc knights and warlords can yell battle-cries to make lesser orcs fight better.dshaligram2007-10-081-2/+5
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-2/+4
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-10/+19
* Fixed vampiric healing on death using raw damage instead of actual damage, wh...dshaligram2007-10-011-11/+5
* This commit breaks save file compatability.zelgadis2007-09-301-0/+5
* Berserking monsters are now noisy with a noise level thatj-p-e-g2007-09-291-0/+24
* Added a sanity check for followers to prevent frozen monsters (cbus). Still n...dshaligram2007-09-281-5/+22
* Fixed Beogh being angered by killing a non-orc friendly with a beam (cbus).dshaligram2007-09-261-1/+2
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-6/+5
* No longer id ego weapons of monsters simply because the monster is alreadyzelgadis2007-09-211-43/+15
* Fixing a number of bugs on throwing nets, so it's all in j-p-e-g2007-09-191-13/+32
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+5
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-16/+81
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+18
* Fixed dead code in monstuff.cc [1783674, zelgadis]haranp2007-09-161-29/+11
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-24/+32
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-2/+6
* Identification overhaul part II. Okay, not really. ;)j-p-e-g2007-09-101-11/+84