summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
Commit message (Expand)AuthorAgeFilesLines
* In Lee's Rapid Deconstruction, use "shatters" instead of "explodes", dolorous2008-10-231-2/+2
* Simplify.dolorous2008-10-131-3/+3
* Expand mons_itemuse() to work at the individual monster level, as well.dolorous2008-10-061-1/+1
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-30/+18
* Fix check for not-fully-petrified monsters in Lee's Rapid dolorous2008-10-041-1/+1
* Clean up the routine for Lee's Rapid Deconstruction a bit, and allow dolorous2008-10-041-42/+47
* Implement [2040773]: Make Petrify an Enchantment/Earth spell (since it's dolorous2008-10-031-5/+21
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-6/+5
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-3/+3
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-5/+5
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-18/+10
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* 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