summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Different launchers make different amount of noiseMatthew Cline2009-11-071-0/+1
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Split up debug.ccMatthew Cline2009-11-061-0/+1
* Simplify.David Lawrence Ramsey2009-11-061-1/+1
* Use coord_defs in a few more places.David Lawrence Ramsey2009-11-061-1/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-8/+8
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-5/+5
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-10/+10
* Add actor::set_position.Robert Vollmert2009-11-061-5/+5
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-6/+6
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-1/+1
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-1/+1
* Unify mesmerisation code.Robert Vollmert2009-11-051-6/+2
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-7/+7
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-3/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-031-1/+3
* Apply n78291's patch in [2891024] to fix Jiyva's piety gain.David Lawrence Ramsey2009-11-021-3/+8
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-021-9/+6
* Death oozes eating silver and holy wrath items take damage instead of gain hp.Eino Keskitalo2009-11-021-12/+27
* Revert "Merge a few bits of Eino's chaotic_experiment branch that make sense"David Lawrence Ramsey2009-11-021-26/+14
* Merge a few bits of Eino's chaotic_experiment branch that make senseDavid Lawrence Ramsey2009-11-021-14/+26
* Split up monstuff.ccMatthew Cline2009-11-011-0/+3617