summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
Commit message (Expand)AuthorAgeFilesLines
* Increase tension in the Abyss by a factor of 3/2.Johanna Ploog2009-12-141-1/+9
* Revert "Allow worshippers of good gods to kill hostile-neutral beings."Adam Borowski2009-12-141-3/+3
* Allow worshippers of good gods to kill hostile-neutral beings.Adam Borowski2009-12-131-3/+3
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-1/+4
* Remove further header-include. env.h now always directly included.Robert Vollmert2009-11-271-0/+1
* Remove unused _ammo_count.Vsevolod Kozlov2009-11-231-24/+0
* allow ammo gifts again, even if we already have some ammoJesse Luehrs2009-11-231-2/+1
* Simplify.David Lawrence Ramsey2009-11-211-11/+5
* Remove now-unused function offer_and_butcher_corpse().David Lawrence Ramsey2009-11-211-15/+0
* Create areas.cc and move sanctuary code there.Robert Vollmert2009-11-211-0/+1
* Fix the last missing instances of the unclean/chaotic split.David Lawrence Ramsey2009-11-201-5/+5
* Properly mark blessed whips as TSO gifts (Scourges instead of Blades).David Lawrence Ramsey2009-11-191-4/+5
* Split the kill-natural-unholy/evil and kill-unclean/chaotic conducts.David Lawrence Ramsey2009-11-191-5/+9
* Don't specially display Zin's taking of unclean/chaotic kills.David Lawrence Ramsey2009-11-191-7/+10
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-5/+20
* Fix Lugonu prayer messages.Jude Brown2009-11-191-1/+1
* And update the description of the natural kills TSO likes.David Lawrence Ramsey2009-11-181-1/+1
* Remove now-inaccurate comment.David Lawrence Ramsey2009-11-171-1/+0
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+2
* Wrap view flashing in flash_view.Robert Vollmert2009-11-161-2/+1
* Simplify the description of Kiku's liking kills of holy beings.David Lawrence Ramsey2009-11-151-2/+1
* Simplify the description of Kiku's liking kills of living beings.David Lawrence Ramsey2009-11-151-5/+1
* Simplify the description of Kiku's accepting kills of demons.David Lawrence Ramsey2009-11-151-2/+1
* Kikubaaqdgha finetuning.Alex MacDonald2009-11-161-0/+6
* Don't say "sacrificing corpses" wrt Kiku's torment, giving back sounds bad.Adam Borowski2009-11-141-2/+2
* Remove references to butchery, it's sacrifice by prayer now.Adam Borowski2009-11-141-2/+2
* Tied up loose ends regarding prayer to offer corpses to gods. Kiku now invoke...Alex MacDonald2009-11-141-11/+18
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-131-1/+1
* religion.cc: mons_make_god_gift(): switching godsMatthew Cline2009-11-131-2/+1
* Move most Royal Jelly code to dat/lair.desMatthew Cline2009-11-131-1/+9
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-5/+11
* Let TSOites bless their bows.Adam Borowski2009-11-121-3/+3
* religion: temple_god_list()Matthew Cline2009-11-111-0/+26
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Convert some more monster loops to monster_iterator.Robert Vollmert2009-11-111-14/+9
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-101-17/+26
* 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