summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* FR 2839627: notify when player has enough goldMatthew Cline2009-10-291-1/+1
* And fix redundant burden_change() call.David Lawrence Ramsey2009-10-261-1/+5
* If you're having a blessed weapon reblessed by an evil god, convert itDavid Lawrence Ramsey2009-10-261-2/+4
* Convert some ints to monster_type.Robert Vollmert2009-10-271-1/+1
* Explicitely set Cb's penance to 25. Same as default, but more readable.Adam Borowski2009-10-261-0/+1
* Fix inconsistencies in weapon blessing-related messages.David Lawrence Ramsey2009-10-251-6/+16
* Replace what was originally mons_player_visible by you.visible_to.Robert Vollmert2009-10-251-2/+2
* Revert Cb's piety only while resting, change the description instead.Adam Borowski2009-10-251-3/+2
* Give Cb's piety only while resting, but at much faster rate.Adam Borowski2009-10-251-1/+6
* Make Cb's Slow Biology and Time Bend available one piety breakpoint earlier.Adam Borowski2009-10-231-4/+4
* No free Cb piety if you're not full. Sorry, mummies.Adam Borowski2009-10-231-0/+2
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-17/+17
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* Move mons_player_visible into player::visible_to.Robert Vollmert2009-10-221-2/+2
* Make Ponderousify available from day 1. Announce newly available powers when...Adam Borowski2009-10-221-8/+13
* Tweak wording of a few god messages.David Lawrence Ramsey2009-10-221-4/+4
* Slap costs and fail chances on Chronos' abilities.Adam Borowski2009-10-221-2/+2
* Swap transform_cancellable into transform_uncancellable, since that's the def...Adam Borowski2009-10-221-1/+1