summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.David Lawrence Ramsey2009-11-061-1/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-12/+7
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-11/+1
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-6/+1
* Simplify.David Lawrence Ramsey2009-11-061-5/+4
* Add haste other as a monster spellCharles Otto2009-11-061-0/+41
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-051-5/+0
* Mark (very) ugly things as having miscellaneous shapes.David Lawrence Ramsey2009-11-051-2/+2
* Clean up flight status checks for monsters.David Lawrence Ramsey2009-11-051-87/+81
* Create an is_evil() function in the actor interface.David Lawrence Ramsey2009-11-051-6/+1
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-5/+0
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-6/+1
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-76/+2
* New monsters: golden eyes.Jude Brown2009-11-051-1/+2
* Allow each dancing weapon to have its own statsStefan O'Rear2009-11-041-0/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Fix inconsistencies in checks for monsters' being slime creatures.David Lawrence Ramsey2009-11-041-3/+3
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-1/+1
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-11/+7
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Cope with old saves with 0-piece slime creatures.Adam Borowski2009-11-041-1/+1
* Add various color-related fixes.David Lawrence Ramsey2009-11-011-11/+4
* Move checks for a player or monster's being chaotic into anotherDavid Lawrence Ramsey2009-11-011-25/+3
* Split up monstuff.ccMatthew Cline2009-11-011-0/+7
* monster.cc: Split of monsters clasxs methodsMatthew Cline2009-10-311-5635/+28
* Simplify (very) ugly thing color-related functions.David Lawrence Ramsey2009-10-311-24/+13
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-311-0/+2
* Make creatures with AF_KLOWN considered chaotic. (doy, sorear)Eino Keskitalo2009-11-011-1/+2
* Implement [2888962]: Disallow shapeshifters from changing form whileDavid Lawrence Ramsey2009-10-311-10/+11
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-37/+29
* Fix a few things in previous commit.Robert Vollmert2009-10-311-17/+17
* Combine mons_res_foo(monsters *m) into monsters::res_foo()abrahamwl2009-10-311-249/+204
* Fix polymorphing monsters into slime creatures by setting the monsterDavid Lawrence Ramsey2009-10-311-0/+5
* Implement [2889948]: In the console version, make (very) ugly thingDavid Lawrence Ramsey2009-10-311-0/+10
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-19/+16
* Fix more missing includes. Sorry.Robert Vollmert2009-10-311-0/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-7/+2
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-301-23/+16
* A few slime creature tweaksCharles Otto2009-10-301-2/+1
* Various slime creature improvementsCharles Otto2009-10-301-10/+5
* Preliminary support for slime creatures merging and splitting.Charles Otto2009-10-301-2/+38
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Rename shadows brand into reaping for unique name.Eino Keskitalo2009-10-301-1/+1
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-1/+1
* Remove mons_friendly special casing in arena.Robert Vollmert2009-10-291-3/+0
* Reset seen_context in monsters::reset.Robert Vollmert2009-10-291-0/+1
* rC+ protects monsters from being slowed by cold.abrahamwl2009-10-281-1/+1
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-10/+11
* Get rid of part of mons_near.Robert Vollmert2009-10-271-0/+6