summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Move cast_summon_butterflies() to the right place.dolorous2008-06-081-23/+23
* Clean up "Summon Elemental".dolorous2008-06-081-140/+145
* Don't allow the box of beasts to give you a hell hound if you worship a dolorous2008-06-081-2/+2
* Clean up handling of angered monsters.dolorous2008-06-081-8/+4
* Clean up "Summon Small Mammals" as well.dolorous2008-06-081-55/+62
* Add message tweak.dolorous2008-06-081-0/+1
* Clean up "Summon Horrible Things".dolorous2008-06-081-50/+63
* Simplify again.dolorous2008-06-081-4/+1
* Consolidate the demon-summoning routines again.dolorous2008-06-081-45/+64
* Revert some of the previous simplifications, as they make other things dolorous2008-06-081-36/+22
* Add miscellaneous minor fixes.dolorous2008-06-081-0/+1
* Simplify summoning of hostile demons.dolorous2008-06-081-7/+7
* Simplify summoning of hostile holy beings.dolorous2008-06-081-45/+58
* Clean up some more.dolorous2008-06-071-108/+103
* Simplify again.dolorous2008-06-071-2/+1
* Simplify.dolorous2008-06-071-8/+4
* Add const.dolorous2008-06-071-13/+13
* Clean up yet some more.dolorous2008-06-071-67/+59
* Clean up again.dolorous2008-06-071-22/+33
* Clean up yet again.dolorous2008-06-071-21/+35
* Clean up again.dolorous2008-06-071-51/+67
* Make cast_demonic_horde() properly summon lesser demons again.dolorous2008-06-071-1/+1
* Clean up yet more.dolorous2008-06-071-20/+63
* Add more cleanups.dolorous2008-06-071-44/+63
* Clean up still more.dolorous2008-06-071-6/+0
* Clean up some more.dolorous2008-06-071-24/+32
* Start cleaning up summoning routines in a better way. Sorry for the dolorous2008-06-071-119/+156
* Reorganize a bit.dolorous2008-06-071-12/+13
* Add minor cosmetic fixes.dolorous2008-06-071-1/+1
* Add miscellaneous minor fixes.dolorous2008-06-071-18/+23
* Rename variables.dolorous2008-06-071-11/+11
* Reorganize the consolidated summoning routines.dolorous2008-06-071-0/+153
* And do the same for "Summon Greater Demon".dolorous2008-06-071-4/+7
* Added commented-out code to equip raised-from-corpses undead with thezelgadis2008-06-071-0/+151
* And do the same for "Summon Wraiths".dolorous2008-06-071-48/+27
* Do the same for "Summon Scorpions".dolorous2008-06-071-23/+5
* Consolidate "Call Canine Familiar" into summon_general_creature().dolorous2008-06-071-0/+8
* Consolidate "Summon Dragon" into summon_general_creature() as well.dolorous2008-06-071-14/+25
* Clean up summon_general_creature() some more.dolorous2008-06-071-9/+10
* Consolidate "Summon Butterflies" into summon_general_creature().dolorous2008-06-071-19/+26
* Use MAX_PIETY properly when making Kiku shield you from necromancy dolorous2008-06-071-1/+1
* Simplify even further.dolorous2008-06-071-1/+1
* Simplify further.dolorous2008-06-071-22/+9
* Simplify.dolorous2008-06-071-16/+17
* Consolidate summon_ugly_thing() into summon_ice_beast_etc(), and rename dolorous2008-06-061-26/+19
* Remove the passive voice from another message.dolorous2008-06-061-1/+1
* BR 1972213: Move "Corpse x no longer valid!" into #DEBUG_DIAGNOSTICSj-p-e-g2008-06-061-23/+46
* Allow creation of non-friendly god gifts. The BEH_GOD_GIFT behavior has dolorous2008-06-061-103/+106
* Don't allow "Summon Wraiths" to summon shadow wraiths anymore, as dolorous2008-06-041-4/+3
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-1/+1