summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
Commit message (Expand)AuthorAgeFilesLines
* Typo fix.David Lawrence Ramsey2009-11-101-1/+1
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-101-5/+6
* Since is_chaotic() checks the subject for a chaotic god, don't use it toDavid Lawrence Ramsey2009-11-101-3/+0
* Simplify Yred's and Okawaru's sending of random servants.David Lawrence Ramsey2009-11-101-21/+21
* Replace monsters::is_magic_user() withDavid Lawrence Ramsey2009-11-101-1/+1
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-11-101-1/+1
* Add conditional bloodifying function and use it in some places.Robert Vollmert2009-11-101-2/+2
* Remove a few obsolete includes.Robert Vollmert2009-11-101-7/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Allow calling did_god_conduct() with no monster ref without crashing.Adam Borowski2009-11-101-8/+11
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-3/+3
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-1/+1
* Rename FeawnCharles Otto2009-11-081-30/+30
* In Yred's retribution, replace forced Animate Dead with summoningDavid Lawrence Ramsey2009-11-081-2/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-3/+4
* Replace mons_cannot_act with monsters::cannot_act.Vsevolod Kozlov2009-11-081-1/+1
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* Replace uses of get_player_wielded_{item,weapon} with player::weapon.Vsevolod Kozlov2009-11-071-8/+8
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Update the list of brands that TSO's weapon blessing can override.David Lawrence Ramsey2009-11-061-0/+1
* Split away divine retribution into godwrath.ccAdam Borowski2009-11-071-1306/+5
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-2/+2
* 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-4/+4
* Add actor::set_position.Robert Vollmert2009-11-061-1/+1
* Collect attitude changing code.Robert Vollmert2009-11-061-716/+21
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-3/+3
* Since all unholy monsters are considered evil, removeDavid Lawrence Ramsey2009-11-051-5/+4
* Create an is_evil() function in the actor interface.David Lawrence Ramsey2009-11-051-1/+1
* Replace uses of player_is_airborne with you.airborne.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Remove Feawn's prayer ability, make plant walking a passive bonus.Charles Otto2009-11-021-7/+0
* Some tweaks to decompositionCharles Otto2009-11-021-1/+3
* Make it obvious the word "biology" will be replaced.Adam Borowski2009-11-021-4/+5
* Let Cb slow down ghoul decay. Make the message about biology appropiate for ...Adam Borowski2009-11-021-26/+35
* Move checks for a player or monster's being chaotic into anotherDavid Lawrence Ramsey2009-11-011-5/+8
* Split up monstuff.ccMatthew Cline2009-11-011-1/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-2/+2
* Simplify refreshing the quiver display when Elyvilon dulls your quiveredDavid Lawrence Ramsey2009-10-311-2/+2
* Combine mons_res_foo(monsters *m) into monsters::res_foo()abrahamwl2009-10-311-1/+1
* Refresh the quiver and weapon slots when changing gods (bug [2889493])Charles Otto2009-10-311-0/+10
* Remove unnecessary stack iterator test.Robert Vollmert2009-10-311-1/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Add spacing fixes.David Lawrence Ramsey2009-10-301-1/+1
* Blessed Blades created the round before shouldn't be "ancient artifacts".Adam Borowski2009-10-301-1/+1
* religion.cc: Don't slimify god giftsMatthew Cline2009-10-301-1/+2
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-291-5/+4
* Readd prayer duration fixes for gods who accept fresh corpses orDavid Lawrence Ramsey2009-10-291-3/+12