summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport r10397 to 0.5: conjure flame/blink fix, packaging with tar.j-p-e-g2009-07-251-2/+5
* * AutoID rings of teleport control after teleporting.j-p-e-g2009-05-301-0/+1
* As suggested in [2795535], take current piety into account when dolorous2009-05-241-1/+8
* Add sanity checks.dolorous2009-05-231-2/+4
* Indicate via the message whether healing a friendly monster gained piety dolorous2009-05-231-7/+14
* Give an indication of whether pacification raised piety or nor.j-p-e-g2009-05-231-6/+15
* * Add Shock/Lightning Bolt to list of spells that don't abort for 'z' ifj-p-e-g2009-05-201-1/+7
* Make Elyvilon's Divine Vigour temporarily increase MP as well as HP.dolorous2009-05-161-0/+4
* Properly disallow Elyvilon's "Heal Other" abilities when they're aimed dolorous2009-05-161-3/+10
* Make Trog's Hand grant both regeneration and magic resistance.dolorous2009-05-061-1/+18
* Add some of the suggested changes to Elyvilon in [2762165]: Lesser Heal dolorous2009-04-191-2/+5
* Fix assertion when healing a monster as a non-Elyvilonite (oops).dolorous2009-04-191-1/+2
* And properly consolidate monster hostility checks.dolorous2009-04-181-3/+3
* And do the hostility check before the pacification check, to avoid dolorous2009-04-181-1/+2
* Fix [2748638]: Try to pacify monsters before healing them instead of dolorous2009-04-181-20/+24
* Implement a hack to differentiate between Ely's self healing and healingj-p-e-g2009-04-031-5/+8
* Tweak duration messages a bit, and mention the risk of magic dolorous2009-03-091-2/+2
* In remove_divine_stamina(), actually set the duration of divine stamina dolorous2009-03-091-0/+1
* Add whitespace fixes.dolorous2009-02-261-2/+2
* Fix [2598159]: conjure flame not respecting range limits.haranp2009-02-141-56/+50
* For now, revert r9064, so that Elyvilonites can use wands of healing dolorous2009-02-141-5/+3
* Fix [2594209]: Make sure Elyvilonites can only pacify monsters using dolorous2009-02-141-4/+8
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-5/+4
* Clearing trapping nets moved into player::moveto() and level change.haranp2009-02-121-6/+0
* Fix debugging ray zaps (e.g. unknown wands) always setting obvious_effect byharanp2009-02-081-38/+25
* Fix doubled MSG_OK when cancelling Ely's healing. [2554386]haranp2009-02-011-4/+1
* Fix [2553441]: casting Regeneration gives a doubled message.haranp2009-01-311-2/+0
* Don't give piety for pacifying summoned monsters. [2552138]haranp2009-01-311-1/+3
* Clean up manual explosion routines a bit.dolorous2009-01-181-1/+1
* Fix [2514743]: Control Teleport should set teleport control, not dolorous2009-01-171-1/+1
* Increase durations of Zin's Divine Stamina and Elyvilon's Divine Vigour dolorous2009-01-171-2/+2
* Add whitespace fixes.dolorous2009-01-171-1/+1
* Remove unused variable.dolorous2009-01-111-2/+0
* More code cleanups.haranp2009-01-101-90/+40
* General code quality improvements.haranp2009-01-101-55/+18
* Unbreak Fire Storm.haranp2009-01-081-1/+1
* Add an explosion message for Mephitic Cloud.haranp2009-01-071-0/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add ASSERT(!crawl_state.arena) to a number of places.zelgadis2009-01-031-0/+4
* Factored out bolt tracer variables into tracer_info struct.haranp2009-01-021-6/+6
* Make stiking cloud (Mephitic Cloud) work properly.zelgadis2008-12-281-3/+2
* Complete rewrite of the beam code, making it considerably saner.haranp2008-12-251-4/+5
* Added BEAM_CHAOS and changed chaos launchers/ammo to use that. Currently onlyzelgadis2008-12-081-6/+10
* Make sirens draw the player in their direction. This will not actuallyj-p-e-g2008-12-011-3/+3
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-3/+3
* Fix bug 2325392: Ring of Flames interface problems. Whether stepping intozelgadis2008-11-221-0/+7
* Fix [2260261]: Don't display a beam tracer for healing, since it doesn't dolorous2008-11-211-1/+1
* Tweak Ely's healing to have a chance of successfully pacifying monsters dolorous2008-11-211-2/+2
* Add minor cosmetic fixes.dolorous2008-11-171-4/+4
* Add more player duration cleanups, and fix ouch() napalm death sources.dolorous2008-11-121-6/+4