summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
Commit message (Expand)AuthorAgeFilesLines
...
* When drawing the Xom card, and getting Xom's potentially mixed summons, dolorous2008-06-231-28/+22
* If you draw the Xom card, and Xom sends you a creature that you should dolorous2008-06-231-5/+17
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-3/+4
* If a god (currently, either Xom or Makhleb) hurls a blast of lightning, dolorous2008-06-221-1/+1
* Add minor cosmetic fixes.dolorous2008-06-221-1/+1
* Fix ?immolation not being autoID'd upon reading.j-p-e-g2008-06-221-13/+13
* Add more god gift-related fixes. First, expand mgen_data::hostile_at() dolorous2008-06-141-2/+2
* Use MAX_PIETY in more places.dolorous2008-06-131-1/+1
* Simplify.dolorous2008-06-121-6/+3
* Overhaul god gift handling again so that we can tell which god sent dolorous2008-06-121-5/+5
* Add still more minor cosmetic fixes.dolorous2008-06-111-9/+9
* Add more minor cosmetic fixes.dolorous2008-06-111-11/+10
* Simplify.dolorous2008-06-101-3/+3
* Use the proper flag type to indicate god gifts (oops).dolorous2008-06-091-4/+4
* Add minor cosmetic fixes.dolorous2008-06-091-0/+3
* Move there_are_monsters_nearby() to misc.cc, and make it a wrapper dolorous2008-06-091-29/+0
* Add still more miscellaneous minor fixes.dolorous2008-06-091-7/+5
* Apply zelgadis' fix from r5625 to three other places that need it.dolorous2008-06-091-4/+4
* Add more minor cosmetic fixes.dolorous2008-06-081-1/+1
* Add minor cosmetic fixes.dolorous2008-06-081-2/+1
* Clean up dancing_weapon().dolorous2008-06-081-2/+3
* Clean up summoning of random demons and random holy beings again.dolorous2008-06-071-1/+1
* Generalize summoning of holy beings, in case any more of them are added.dolorous2008-06-071-6/+7
* Rename SPELL_SUMMON_LARGE_MAMMAL to SPELL_CALL_CANINE_FAMILIAR, to match dolorous2008-06-071-1/+1
* Allow creation of non-friendly god gifts. The BEH_GOD_GIFT behavior has dolorous2008-06-061-8/+10
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-2/+2
* Add more miscellaneous minor fixes.dolorous2008-06-031-6/+6
* Revert the previous int -> unsigned in changes, as they don't match some dolorous2008-06-031-2/+2
* Add type fix: attacking targets are unsigned ints, not ints.dolorous2008-06-031-2/+2
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-1/+3
* Add still more minor cosmetic fixes.dolorous2008-06-011-10/+10
* Add more minor cosmetic fixes.dolorous2008-06-011-4/+4
* Modify menu_colour_item_prefix() to also handle stuff like contaminatedj-p-e-g2008-05-311-4/+4
* Comment fix.dolorous2008-05-311-2/+2
* Adjust numbers again.dolorous2008-05-311-2/+2
* Add more minor cosmetic fixes.dolorous2008-05-311-2/+0
* Add minor cleanup.dolorous2008-05-311-2/+6
* Add minor cosmetic fixes.dolorous2008-05-311-7/+7
* Adjust the shapeshifter probability a bit.dolorous2008-05-311-2/+2
* When Xom polymorphs a monster, rarely turn it into a shapeshifter.dolorous2008-05-311-0/+12
* Rearrange Xom's spell list a bit.dolorous2008-05-251-2/+2
* Add minor cosmetic fixes.dolorous2008-05-231-0/+3
* Add the last two weapon branding spells to Xom's spell list.dolorous2008-05-231-6/+6
* Rename SPELL_SUMMON_SMALL_MAMMAL and SPELL_SWARM to dolorous2008-05-231-2/+2
* Remove "Summon Elemental" from Xom'sspell list, as it's controllable by dolorous2008-05-231-3/+2
* Add "Summon Ice Beast" to Xom's spell list.dolorous2008-05-131-2/+3
* Revert holy beings' being enraged by players worshipping neutral gods, dolorous2008-05-111-3/+3
* Display messages for Xom armor gifts properly.dolorous2008-05-111-1/+1
* If Xom sends you any friendly holy beings, force their behavior to dolorous2008-05-111-8/+21
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-11/+12