summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
Commit message (Expand)AuthorAgeFilesLines
* Make Beogh take revenge properly if you destroy an orcish idol with the dolorous2008-08-231-5/+9
* Fix 2038962: casting divine shield wasn't refreshing AC displayed.haranp2008-08-061-1/+1
* Fix semicontrolled blink [2038476].haranp2008-08-061-7/+9
* Strengthen metabolic englaciation (doy).dshaligram2008-08-041-2/+3
* Fix 2032476: improve interface for Lee's Rapid Deconstruction.haranp2008-07-311-18/+5
* Massive overhaul to move towards coord_def().haranp2008-07-301-74/+52
* Fixed evaporate not working on potions of water.dshaligram2008-07-301-1/+1
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-8/+12
* More cleanups.haranp2008-07-241-114/+86
* More cleanups and fixes.haranp2008-07-231-2/+2
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-34/+23
* Add immunity checks for prompts about beams potentially hitting yourselfj-p-e-g2008-07-211-6/+21
* Restore passwall to something closer to its former glory.dshaligram2008-07-201-4/+2
* Fix Evaporate prompt doing the opposite of the player's answer.j-p-e-g2008-07-151-9/+10
* Clean up cast_fragmentation().dolorous2008-07-131-121/+119
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-1/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-3/+3
* A few more cleanups.haranp2008-07-021-13/+6
* Fix ?immolation not being autoID'd upon reading.j-p-e-g2008-06-221-2/+3
* Clean up handling of killing mutators or rotters (i.e., chaotic beings), dolorous2008-06-121-1/+1
* Add still more minor cosmetic fixes.dolorous2008-06-101-1/+1
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-107/+113
* Reorder spells in your_spells() and clean up.j-p-e-g2008-06-101-49/+59
* Modify Evaporate and Stinking Cloud to prompt when firing throughj-p-e-g2008-06-101-22/+42
* Modify Portal Projectile to use the quiver interface, so you can nowj-p-e-g2008-06-081-23/+19
* Clean up "Conjure Ball Lightning".dolorous2008-06-081-49/+0
* Clean up "Sticks to Snakes", too.dolorous2008-06-081-119/+0
* Clean up handling of angered monsters.dolorous2008-06-081-1/+1
* Consolidate "Call Canine Familiar" into summon_general_creature().dolorous2008-06-071-38/+0
* Consolidate "Summon Dragon" into summon_general_creature() as well.dolorous2008-06-071-22/+0
* Consolidate "Summon Butterflies" into summon_general_creature().dolorous2008-06-071-15/+0
* Fix zombies of wrong habitat on land. It turns out that all thosej-p-e-g2008-06-041-0/+9
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-3/+4
* Revert the previous int -> unsigned in changes, as they don't match some dolorous2008-06-031-2/+1
* Add type fix: attacking targets are unsigned ints, not ints.dolorous2008-06-031-4/+4
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-2/+2
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-5/+1
* Add more noise-related cleanups.dolorous2008-05-281-5/+3
* Yet another session of comment/whitespace cleanups.j-p-e-g2008-05-271-10/+8
* Improve player beam tracer for firing through friendlies:j-p-e-g2008-05-221-5/+8
* Remove unneeded blank line.dolorous2008-05-181-1/+0
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-61/+61
* Fix BR 1959133 (Shiori): change Ancus to Ankus.dploog2008-05-161-1/+1
* Fix messages for expiring divine robustness and disappearing divine dolorous2008-05-151-1/+1
* When placed under penance or excommunicated by Zin, remove divine dolorous2008-05-151-0/+8
* Reorder snake selection to favour the nastier snakes when sticks to snakes wo...dshaligram2008-05-101-7/+7
* Make Sticks to Snakes stronger.dshaligram2008-05-101-4/+3
* Simplify handling of monsters angered by the player, and expand it to dolorous2008-05-071-2/+1
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-43/+22
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-4/+2