summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate the routines to remove the player's condensation shield into dolorous2008-11-071-15/+8
* General code improvements.haranp2008-10-121-4/+1
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-3/+3
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-2/+2
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-3/+3
* * Make movement restrictions when beheld also apply to blinking andj-p-e-g2008-10-031-0/+23
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-2/+1
* Adapt Zin's old Divine Robustness into Elyvilon's Divine Vigour, dolorous2008-09-251-5/+30
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-9/+0
* [2058822] Fix ice storm damage, make both storms and bolts of ice and magma l...dshaligram2008-08-221-1/+1
* Rework Zin's Vitalisation to be simpler, based mostly on dploog's dolorous2008-08-191-313/+95
* * Note items bought in shops along with their pricej-p-e-g2008-08-061-0/+3
* Massive overhaul to move towards coord_def().haranp2008-07-301-39/+34
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-2/+16
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-2/+2
* More cleanups and fixes.haranp2008-07-231-9/+5
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-60/+42
* Add immunity checks for prompts about beams potentially hitting yourselfj-p-e-g2008-07-211-2/+3
* Pan overhaul:dshaligram2008-07-201-3/+10
* Add some of the missing descriptions for various abilities.j-p-e-g2008-07-081-2/+2
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-9/+6
* Add more miscellaneous minor fixes.dolorous2008-07-061-1/+1
* Only let Elyvilonite players automatically target enemy monsters for dolorous2008-07-061-3/+5
* Remove debugging statement, minor clean up.j-p-e-g2008-07-031-1/+1
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-3/+3
* If an explosion has its center in Sanctuary then give a message aboutzelgadis2008-07-021-2/+2
* Add still more minor cosmetic fixes.dolorous2008-06-301-10/+11
* Enable healing of allies using Elyvilon's power.dolorous2008-06-291-7/+3
* And allow targeting anything, so that cycling via "-" works again if dolorous2008-06-291-2/+2
* In _healing_spell(), use the same targeting options for dolorous2008-06-291-1/+4
* Use spell_direction() in _healing_spell(), to allow cycling through dolorous2008-06-291-12/+11
* Fix 2004501: buggy ?identify; also finally properly id ?identify itselfj-p-e-g2008-06-281-6/+21