summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
Commit message (Expand)AuthorAgeFilesLines
* After some thought, don't allow Prince Ribbit to be polymorphed into aDavid Lawrence Ramsey2009-11-081-1/+4
* Get rid of a few uses of mon_see_cell.Robert Vollmert2009-11-081-1/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-4/+4
* New unique: Pikel, the big kobold slaver.Jude Brown2009-11-081-0/+29
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-10/+11
* monstuff.cc: Death-by-explosion messageMatthew Cline2009-11-071-12/+18
* Bug 2891630: hogs awlays revert to humansMatthew Cline2009-11-071-7/+44
* Remove player.h dependency from coordit.h.Robert Vollmert2009-11-081-1/+1
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-6/+5
* Rename purple smoke to clouds of translocational energyStefan O'Rear2009-11-061-2/+2
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-4/+4
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-11/+11
* Add actor::set_position.Robert Vollmert2009-11-061-2/+2
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-1/+1
* Collect attitude changing code.Robert Vollmert2009-11-061-0/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-4/+4
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-051-3/+3
* Unify mesmerisation code.Robert Vollmert2009-11-051-3/+2
* Create an is_evil() function in the actor interface.David Lawrence Ramsey2009-11-051-2/+2
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-3/+3
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-2/+2
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-6/+5
* Less blood from rotten corpses (due)Stefan O'Rear2009-11-041-1/+6
* Disintegration can be very messy.Stefan O'Rear2009-11-041-4/+90
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Factor a visitor object out of apply_to_levelStefan O'Rear2009-11-021-2/+2
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-021-113/+0
* Quick fix for arena dispersal assertions.Robert Vollmert2009-11-021-2/+5
* Move checks for a player or monster's being chaotic into anotherDavid Lawrence Ramsey2009-11-011-5/+6
* Split up monstuff.ccMatthew Cline2009-11-011-6313/+372
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-311-4/+2
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-46/+48
* Combine mons_res_foo(monsters *m) into monsters::res_foo()abrahamwl2009-10-311-16/+16
* Fix polymorphing monsters into slime creatures by setting the monsterDavid Lawrence Ramsey2009-10-311-4/+0
* monstuff.cc: Don't polymorph into slime creatures.Matthew Cline2009-10-311-0/+4
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-13/+13
* Fix more missing includes. Sorry.Robert Vollmert2009-10-311-0/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-19/+19
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-301-15/+16
* Various slime creature improvementsCharles Otto2009-10-301-3/+5
* Preliminary support for slime creatures merging and splitting.Charles Otto2009-10-301-2/+13
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Rewrite _set_nearest_monster_foe.Robert Vollmert2009-10-291-13/+13
* Remove mons_friendly special casing in arena.Robert Vollmert2009-10-291-4/+4
* Initialize foepos to (0,0) instead of (-1,-1).Robert Vollmert2009-10-291-1/+1
* Replace some more occurrences of -1 by MONS_NO_MONSTER.Robert Vollmert2009-10-281-11/+12
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-5/+6