summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Move most of the demon-summoning routines to spells3.cc, since they're dolorous2008-06-081-0/+120
* Clean up "Twisted Resurrection" some more.dolorous2008-06-081-0/+105
* Clean up "Shadow Creatures".dolorous2008-06-081-0/+19
* Reorganize again, and move cast_summon_wraiths() to spells3.cc, since dolorous2008-06-081-52/+91
* Clean up "Death Channel" some more.dolorous2008-06-081-2/+5
* Reorganize spells a bit. "Summon Horrible Things" is now in spells3.cc, dolorous2008-06-081-0/+64
* Clean up "Sublimation of Blood" and "Death Channel".dolorous2008-06-081-42/+49
* Clean up "Simulacrum".dolorous2008-06-081-32/+30
* Add minor cosmetic fixes.dolorous2008-06-081-1/+1
* Add more miscellaneous minor fixes.dolorous2008-06-081-14/+7
* Clean up dancing_weapon().dolorous2008-06-081-84/+0
* Add minor cosmetic fixes.dolorous2008-06-081-6/+5
* Clean up still more.dolorous2008-06-071-2/+2
* Clean up some more.dolorous2008-06-071-2/+3
* Start cleaning up summoning routines in a better way. Sorry for the dolorous2008-06-071-32/+31
* Make mimics teleport when smitten, too.dolorous2008-06-051-1/+3
* Fix mimics not teleporting when attacked by reaching or airstrike, and aj-p-e-g2008-06-051-3/+5
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-1/+1
* Revert the previous int -> unsigned in changes, as they don't match some dolorous2008-06-031-1/+1
* Add type fix: attacking targets are unsigned ints, not ints.dolorous2008-06-031-5/+4
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-3/+3
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-10/+13
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-6/+6
* Add more noise-related cleanups.dolorous2008-05-281-1/+1
* Use the "sound" message channel properly with some sound-related dolorous2008-05-281-1/+1
* Modify num_feats_between to return early if a feature has beenj-p-e-g2008-05-271-7/+5
* And name the consolidated function properly.dolorous2008-05-251-2/+2
* Consolidate the setting of the "standard" attack conducts.dolorous2008-05-251-2/+6
* Consolidate the attack warning prompts for both melee and beams, and use dolorous2008-05-251-58/+39
* Improve player beam tracer for firing through friendlies:j-p-e-g2008-05-221-2/+5
* Add more consistency fixes: the conduct for melee attacks on holy beings dolorous2008-05-191-1/+1
* Handle burning/freezing, smiting, and airstriking the same way as beams: dolorous2008-05-191-24/+29
* Revert the previous conduct-related changes, so that attacking friendly dolorous2008-05-191-4/+4
* Make monsters' reactions to being hurt by spells consistent.dolorous2008-05-171-4/+2
* When burning, freezing, smiting, or airstriking a monster, annoy it dolorous2008-05-171-2/+4
* Enable handling of long-distance unchivalric attacks, and increase the dolorous2008-05-171-0/+7
* For consistency, rename the DID_FRIEND_DIES conduct to DID_FRIEND_DIED.dolorous2008-05-171-1/+1
* Comment fixes.dolorous2008-05-091-6/+4
* Make vampires' spell (and ability) hunger dependent on their hunger state.j-p-e-g2008-05-081-5/+2
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-7/+11
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-3/+1
* Move your_hand() from spells4.cc to misc.cc.dolorous2008-05-041-1/+0
* Add proper sources for Zin's and TSO's holy word effects (from the dolorous2008-05-021-1/+1
* Clean up and consolidate the holy word and torment effects.dolorous2008-05-021-1/+1
* Add a parameter to dancing_weapon() to allow not displaying the failure dolorous2008-04-291-15/+20
* Handle it properly when Xom tries to make your weapon a hostile dancing dolorous2008-04-281-2/+4
* Apply sorear's fix for [1952521]: Recall skips the first or last dolorous2008-04-271-1/+2
* Two changes:j-p-e-g2008-04-251-20/+12
* Add one more cleanup.dolorous2008-04-241-1/+2
* Clean up a bit more summoning code.dolorous2008-04-241-4/+8