summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename ENCH_NEUTRAL to ENCH_TEMP_PACIF since it's what it does.Adam Borowski2009-12-131-8/+10
* Berserk is a state of mind, so mindless mons shouldn't zerk.Adam Borowski2009-12-111-0/+3
* Use AT_ not AF_ for WEAP_ONLY, so statues won't use bows like a cudgel.Adam Borowski2009-12-111-1/+1
* A blank "statue" monster, to be redefined by vaults.Adam Borowski2009-12-111-1/+2
* Don't let ugly things heal when changing colour.Jude Brown2009-12-061-2/+2
* Give piety for the worst god for killing the best monster.Adam Borowski2009-12-031-1/+4
* Wizard-mode controlled teleport (Ctrl-B).Jude Brown2009-12-021-1/+1
* Use nominative pronoun rather than objective in banishment messages.Jude Brown2009-11-301-1/+1
* Fix compilation.David Lawrence Ramsey2009-11-271-0/+2
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+5
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Un-underpopulate '4's by adding sixfirhy: elec theme, unorthodox timings.Adam Borowski2009-11-261-0/+9
* Adjust the ballistomycete spore production rateCharles Otto2009-11-241-1/+1
* Give a message and FX when you banish people.Adam Borowski2009-11-231-0/+18
* Move _polyd_can_speak() to monsters::can_speak() so others can use it.Adam Borowski2009-11-231-0/+18
* Make ugly_thing_colour_offset() take only a color instead of a monster.David Lawrence Ramsey2009-11-211-1/+4
* Add spacing fix.David Lawrence Ramsey2009-11-211-1/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-5/+6
* Rename blessed eudemon blades to holy eudemon blades.David Lawrence Ramsey2009-11-191-1/+1
* Switch angels from using great maces to holy scourges.David Lawrence Ramsey2009-11-191-0/+3
* And update what monsters can wield one more time, in a better way.David Lawrence Ramsey2009-11-191-6/+24
* Update what monsters can wield based on unholy/evil and unclean/chaotic.David Lawrence Ramsey2009-11-191-5/+9
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-7/+28
* Clean up rotting resistance checks, as they're effectively boolean.David Lawrence Ramsey2009-11-181-1/+1
* Count AF_DISEASE attacks as chaotic, to cover e.g. rotting hilks.David Lawrence Ramsey2009-11-181-1/+2
* Shaft trap behavior modified. They now are one-time use and pre-knowledge of ...Alex MacDonald2009-11-181-1/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+4
* Fixed monsters class unitialized memory propblemMatthew Cline2009-11-151-6/+7
* Fix spore production always getting re-added (oops)Charles Otto2009-11-151-1/+5
* Fix some arena asserts.Matthew Cline2009-11-151-0/+2
* Decrease the ballistomycete spawn timerCharles Otto2009-11-141-2/+1
* Move mtransit to mon-transit.Vsevolod Kozlov2009-11-141-1/+1
* Cut vorpal to 12.5% average (FR 2883704)Stefan O'Rear2009-11-131-1/+1
* New monster vault flags: name_descriptor, name_definite.Jude Brown2009-11-141-5/+9
* Change ballistomycete spawn mechanics (again)Charles Otto2009-11-131-1/+12
* Fix zombies/skeletons/... casting spells they could do during life.Adam Borowski2009-11-141-0/+3
* Put duplicated body weight calculations into actor::.Adam Borowski2009-11-131-32/+1
* Let unrandart shields have a melee_effect func, called on successful block.Adam Borowski2009-11-131-1/+3
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-5/+5
* Move duplicated can_hibernate code into actor.Jude Brown2009-11-131-25/+0
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-131-3/+3
* Use monster_iterator in ballistomycete functionsCharles Otto2009-11-131-2/+2
* Messaging and code formatting (+comment) improvements.Charles Otto2009-11-131-3/+3
* Merge spore experiments branch.Charles Otto2009-11-131-7/+26
|\
| * Change ballistomycete spore mechanics againCharles Otto2009-11-121-13/+2
| * Change the ballistomycete activation mechanicCharles Otto2009-11-111-2/+15
| * Give giant spores a chance of spawning ballistos while wanderingCharles Otto2009-11-111-11/+14
| * Change ballistomycete spore spawning mechanicsCharles Otto2009-11-111-11/+25
* | Implement monster swiftness, and give it to GastronokStefan O'Rear2009-11-121-5/+14
* | Monsters track who summoned themStefan O'Rear2009-11-121-0/+2