summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Unlike other dummy monsters, disallow polymorph into dwarves.Adam Borowski2010-01-161-0/+2
* Fix inverted logic with berserk + harmful clouds.Jude Brown2010-01-151-1/+1
* Merge Firing and Aim lines, per dcss:messagespam.Haran Pilpel2010-01-151-24/+8
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Handle KILL_MISCAST in _killer_type_name().Johanna Ploog2010-01-121-0/+2
* Pass on quiet flag in monster_blink.Robert Vollmert2010-01-111-1/+1
* Give Dowan Throw Icicle/Stone Arrow instead.Jude Brown2010-01-081-2/+2
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Unnerf Dowan.Jude Brown2010-01-071-5/+12
* Fix two-weaponing monsters throwing their offhand weapon in combat.Darshan Shaligram2010-01-041-1/+3
* Repair monster ability to use throwing weapons.Darshan Shaligram2010-01-031-3/+14
* Merge branch 'master' into ioodAdam Borowski2009-12-301-36/+17
|\
| * Implement fish corpses and kraken zombies.Stefan O'Rear2009-12-301-2/+2
| * Killing a merfolk should not cause it to leap 10 feet into the air and drop i...Stefan O'Rear2009-12-301-2/+3
| * Give move/copy_item_to_grid responsibility for hazardous terrainStefan O'Rear2009-12-291-31/+8
| * Boost Ilsuiw stats and give her Call Tide, which strongly boosts the tide in ...Darshan Shaligram2009-12-291-0/+3
| * Experimental kraken adjustments.Darshan Shaligram2009-12-291-1/+1
| * Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-281-2/+2
* | Merge branch 'master' into ioodAdam Borowski2009-12-271-10/+20
|\|
| * Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+1
| * Don't mark milestones for summoned ghosts or uniques.Jude Brown2009-12-271-1/+3
| * Make berserk monsters ignore unsafe clouds (FR256).Jude Brown2009-12-271-0/+5
| * Deal with summoned player ghost milestones (N78291, pointless)Jude Brown2009-12-261-1/+1
| * Make petrified and sleeping monsters not "fast" wrt Che piety gain and slouch.Adam Borowski2009-12-221-1/+1
| * Don't mimic potions of blood, they decay.Adam Borowski2009-12-221-1/+3
| * Don't destroy monster inventory prematurely -- banished/summoned mimics need it.Adam Borowski2009-12-221-5/+6
* | Make the "killing friend" conduct, slouch and swapping place treat projectile...Adam Borowski2009-12-201-0/+7
|/
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-18/+5
* Milestones for polymorphed uniques.Jude Brown2009-12-171-1/+16
* Constify g{et,ive}_mimic_item(). (by)Adam Borowski2009-12-151-2/+2
* Make mimics hold the item they're mimicking, instead of fragile hacks with sa...Adam Borowski2009-12-151-32/+47
* Rename ENCH_NEUTRAL to ENCH_TEMP_PACIF since it's what it does.Adam Borowski2009-12-131-2/+2
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-4/+3
* New monster props "speech_func" and "shout_func"Matthew Cline2009-12-071-0/+6
* Change flavour for Dowan/Duvessa banishment.Jude Brown2009-11-301-6/+14
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Make death effects unaffected by polymorph.Jude Brown2009-11-281-6/+19
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+4
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Check monster props for a speech key as well as prefixes (kilobyte).Jude Brown2009-11-271-1/+1
* Bug #35: auto-exlcusions from monster cloudsMatthew Cline2009-11-251-4/+4
* Implement reaping as a melee brand.Adam Borowski2009-11-251-0/+41
* Killing freed slaves and other friendles may give no xp, but Makhleb likes it...Adam Borowski2009-11-241-3/+8
* Rename tutorial_first_monster to tutorial_monster_seen.Robert Vollmert2009-11-231-1/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Split the kill-natural-unholy/evil and kill-unclean/chaotic conducts.David Lawrence Ramsey2009-11-191-3/+22
* Make TSO properly take servants' kills of natural unholy beings again.David Lawrence Ramsey2009-11-191-1/+1
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-2/+2
* Make TSO take kills of MH_NATURAL monsters with unholy spells again.David Lawrence Ramsey2009-11-181-1/+1