summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
Commit message (Expand)AuthorAgeFilesLines
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+0
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-2/+0
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-1/+0
* Remove the rest of the M_EVIL references.David Lawrence Ramsey2009-11-051-1/+2
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-051-1/+0
* Clean up flight status checks for monsters.David Lawrence Ramsey2009-11-051-8/+9
* Create an is_evil() function in the actor interface.David Lawrence Ramsey2009-11-051-1/+0
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+0
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-1/+0
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-3/+0
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-133/+0
* Remove mstuff2.h and mstuff2 referencesMatthew Cline2009-11-031-9/+3
* Move checks for a player or monster's being chaotic into anotherDavid Lawrence Ramsey2009-11-011-2/+1
* Split up monstuff.ccMatthew Cline2009-11-011-11/+2
* monster.cc: Split of monsters clasxs methodsMatthew Cline2009-10-311-1/+5
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-2/+0
* Combine mons_res_foo(monsters *m) into monsters::res_foo()abrahamwl2009-10-311-13/+1
* Implement [2889948]: In the console version, make (very) ugly thingDavid Lawrence Ramsey2009-10-311-0/+1
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-1/+0
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+0
* Convert some ints to monster_type.Robert Vollmert2009-10-271-1/+1
* Fold mon_can_see_monster and mons_monster_visible into monsters.Robert Vollmert2009-10-221-2/+0
* Move mons_player_visible into player::visible_to.Robert Vollmert2009-10-221-1/+0
* Remove mons_see_invis in favour of monsters::can_see_invisible.Robert Vollmert2009-10-221-1/+0
* Split actors and env from externs.h.Robert Vollmert2009-10-211-0/+2
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-0/+8
* Simplify further.David Lawrence Ramsey2009-10-081-2/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Make miasma and miasma resistance more consistent. It no longer dependsDavid Lawrence Ramsey2009-09-291-1/+0
* Attempt to make monster attacks on submerged monsters consistent withDavid Lawrence Ramsey2009-09-281-0/+1
* Comment fixes.David Lawrence Ramsey2009-09-251-1/+1
* Remove unused AF_BAD_MUTATE attack flavor.David Lawrence Ramsey2009-09-241-1/+0
* For flavor, add "peck" and "headbutt" attack types. The former is nowDavid Lawrence Ramsey2009-09-241-1/+3
* Implement another new unique, this time of my own coding: Maurice the thief.j-p-e-g2009-09-221-0/+1
* Convert asphyxiation resistance to a boolean, since you can either be dolorous2009-09-201-2/+2
* Add monster-specific rotting resistance.dolorous2009-09-201-1/+7
* For flavor, add a gurgling sound, and make (very) ugly things use it.dolorous2009-09-181-0/+1
* Remove inaccurate comment.dolorous2009-09-181-1/+0
* Don't treat electric eels as safe just because they're aquatic.j-p-e-g2009-09-181-9/+10
* Simplify further.dolorous2009-09-171-0/+1
* Add still more minor cosmetic fixes.dolorous2009-09-171-1/+1
* Add more minor cosmetic fixes.dolorous2009-09-171-1/+1
* Add a monster ability to eat food (including corpses), and let harpies dolorous2009-09-081-0/+2
* Decouple monsters' item pickup ability from their eating ability, and dolorous2009-09-071-2/+13
* For flavor, add a tentacle-slap attack, and have tentacled monstrosities dolorous2009-08-201-0/+1
* Apply caotto's patch in [2827204] to finish the plant god, with some dolorous2009-07-281-0/+3
* Simplify the royal jelly effect for both players and monsters, and make dolorous2009-07-191-0/+1
* Add whitespace fixes.dolorous2009-07-191-1/+1
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-0/+3
* * For friendly monsters, don't use knowledge of summoning spellsj-p-e-g2009-04-301-1/+2