summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
* When mutiplying/dividing by slime creatures' number, check if it'sDavid Lawrence Ramsey2009-11-081-3/+3
* Add a few more sanity checks for slime creatures' number.David Lawrence Ramsey2009-11-081-2/+2
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Replace mons_cannot_act with monsters::cannot_act.Vsevolod Kozlov2009-11-081-6/+0
* Replace mons_cannot_move with monsters::cannot_move.Vsevolod Kozlov2009-11-081-5/+0
* Replace mons_is_petrifying with monsters::petrifying.Vsevolod Kozlov2009-11-081-7/+2
* Give ogre mages haste otherCharles Otto2009-11-081-0/+5
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-5/+0
* New unique: Pikel, the big kobold slaver.Jude Brown2009-11-081-0/+4
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-6/+1
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-54/+2
* Replace uses of mons_is_icy with monsters::is_icy.Vsevolod Kozlov2009-11-071-8/+0
* Replace mons_strict_neutral with monsters::strict_neutral.Vsevolod Kozlov2009-11-071-7/+2
* Replace mons_good_neutral with monsters::good_neutral.Vsevolod Kozlov2009-11-071-7/+2
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-8/+1
* 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