summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Allow the player to choose a weapon when reading an enchant weapon scroll.Shmuale Mark2014-02-271-1/+1
* Make god branding allow choosing a weapon, like the scroll (G-Flex).Shmuale Mark2014-02-261-26/+27
* Allow sacrificing the horn of Geryon to NemelexChris Campbell2014-02-081-2/+0
* Remove decks of dungeons from Nemelex's gifting.wheals2014-01-271-7/+5
* Make items needing autopickup prompt for sacrifice (#7838)Pekka Lampila2014-01-271-1/+2
* Capitalise two sentences in dumps (#7969)Neil Moore2014-01-091-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-3/+3
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-3/+1
* Shorten branch enums.Adam Borowski2013-11-031-1/+1
* Reformat multi-line array literals.Adam Borowski2013-10-051-2/+3
* Use piety_breakpoint for piety level messages, add a new message.elliptic2013-09-201-15/+15
* Use piety_breakpoint(5) for one-time god abilitiesChris Oelmueller2013-09-201-12/+9
* Let godprayer messages and ^ description coincide with piety ranksChris Oelmueller2013-09-201-9/+9
* Make eating, drinking from fountains and donating at an altar interrupt reciteBlackSheep2013-08-291-0/+1
* Make scrolls of vorpalise weapon target a weapon without having to wield itMarvinPA2013-08-211-6/+2
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-15/+15
* Use different godless prayer messages for nonliving and undead playersChris Campbell2013-07-061-1/+1
* Revert "Track who destroys an item; incur Nemelex penance for deck destruction."Adam Borowski2013-06-151-2/+2
* Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-0/+12
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Track who destroys an item; incur Nemelex penance for deck destruction.Steve Melenchuk2013-05-231-2/+2
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Save orig_monnum as monster_type rather than monster_type + 1.Adam Borowski2013-04-261-2/+2
* Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-2/+2
* Don't give Kiku's Necronomicon a redundant inscription.Adam Borowski2013-04-021-1/+0
* Don't ask kittehs about pain branding, simplify.Adam Borowski2013-04-021-33/+30
* Don't suggest that demigods may worship elsewhere.Adam Borowski2013-03-171-1/+1
* Fix broken Jiyva bonuses for slurping large stacks (#6655).Neil Moore2013-02-171-2/+4
* Trees, wisps and jellies have no means of talking to allies (or enemies).Adam Borowski2013-01-041-1/+1
* Crudely clean up some explicit stash code.Adam Borowski2012-11-131-6/+0
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-3/+0
* Don't let TSO bless blowgunsChris Campbell2012-10-311-1/+2
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Don't make cancelling prayer on an altar waste a turnChris Campbell2012-09-161-32/+33
* Fix converting to Zin giving less starting piety if the altar is in the Orcis...Derrick Sund2012-09-091-2/+2
* Convert Jiyva's jelly prayer into an abilityChris Campbell2012-09-061-19/+2
* Fix inaccurate Ely message: unholy and evil weapons are covered, not just the...David Lawrence Ramsey2012-08-311-2/+1
* Update maxmp after blessing an antimagic weapon.Adam Borowski2012-08-271-0/+2
* Use std namespace.Raphael Langella2012-08-261-19/+15
* Cap Oka piety gain from vault-placed corpses.Adam Borowski2012-08-141-0/+5
* Revert "Don't grant Okawaru piety for vault-placed corpses."Adam Borowski2012-08-141-4/+0
* Don't grant Okawaru piety for vault-placed corpses.Neil Moore2012-08-131-0/+4
* Correctly handle corpse HD for Okawaru sacrifice.Neil Moore2012-08-131-3/+13
* A few fixes to greedy_sacrificiable.Raphael Langella2012-08-091-2/+2
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-8/+8
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-16/+16
* Make god_likes_items return false for GOD_NO_GOD instead of error.Raphael Langella2012-07-011-1/+1