summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert some ints to monster_type.Robert Vollmert2009-10-271-16/+16
* Preliminarily add a new fungus species to replace fungus w.r.t. sporesCharles Otto2009-10-251-2/+2
* Extract newgame character restrictions from newgame.cc.Robert Vollmert2009-10-241-1/+1
* When mutating (very) ugly things due to the proximity of other (very)David Lawrence Ramsey2009-10-231-2/+2
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-0/+1
* Fix a crash caused by monsters::check_redraw using the wrong see_cellCharles Otto2009-10-221-2/+2
* Also remove monster::visible.Robert Vollmert2009-10-221-6/+1
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-9/+9
* Fold mon_can_see_monster and mons_monster_visible into monsters.Robert Vollmert2009-10-221-32/+2
* Move mons_player_visible into player::visible_to.Robert Vollmert2009-10-221-18/+0
* Remove mons_see_invis in favour of monsters::can_see_invisible.Robert Vollmert2009-10-221-15/+9
* Move player_see_invis into player class.Robert Vollmert2009-10-221-3/+3
* Introduce actor::see_cell.Robert Vollmert2009-10-221-9/+10
* Make Chronos account for player's haste/slow/statue form.Adam Borowski2009-10-221-2/+3
* Fix another case of reversed speed.Adam Borowski2009-10-221-0/+4
* Fix the Chronos speed reversal bug. It's now bad to be spriggan, good to be ...Adam Borowski2009-10-221-2/+3
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-1/+6
* Kraken tentacles shouldn't zerk.Adam Borowski2009-10-191-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Keep krakens from submerging unless you're away from water.Adam Borowski2009-10-181-0/+13