summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up some unused #includesAdam Borowski2009-10-221-1/+0
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-221-471/+1
* religion.cc: fix broken compile-time check caused by conduct absent from listSteven Noonan2009-10-211-1/+2
* Document Chronos' dislikes on the god screen.Adam Borowski2009-10-221-0/+5
* Chronos' time step.Adam Borowski2009-10-211-1/+1
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-545/+1
* Tentatively color Chronos lightcyan.Adam Borowski2009-10-211-0/+3
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-211-6/+6
* Add missing Chronos conducts for hasting yourself, casting swiftness,Adam Borowski2009-10-211-0/+72
* Fix compile error with new Slow God conducts mismatch.Jude Brown2009-10-201-1/+1
* Add comment fixes.David Lawrence Ramsey2009-10-201-4/+5
* Fix bug [2879187] Gods gifting duplicate booksCharles Otto2009-10-201-0/+4
* Remove tabs, and add minor cosmetic fixes.David Lawrence Ramsey2009-10-201-25/+25
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-1/+126
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Naming consistency.Robert Vollmert2009-10-171-7/+7
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-2/+2
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-131-1/+1