summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* Add more holy being-related cleanups.dolorous2008-10-301-2/+2
* For consistency, rename "Summon Guardian" to "Summon Angel".dolorous2008-10-191-2/+2
* Also rename animate_a_corpse() to animate_remains().dolorous2008-10-191-2/+2
* Fix 2164937: better necromancy miscast messaging.haranp2008-10-151-14/+23
* Simplify.dolorous2008-10-131-3/+2
* Add a few more apostrophe-related cleanups.dolorous2008-10-131-4/+3
* Add a few apostrophe-related cleanups.dolorous2008-10-131-3/+3
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-36/+1
* Typo fix.dolorous2008-10-111-1/+1
* Add food-item-based hunger descriptions to spells.haranp2008-10-111-16/+16
* Uncolour power string.haranp2008-10-111-4/+1
* Colours, pretty colours...haranp2008-10-101-3/+44
* Added range information to alternate spell display (dpeg).haranp2008-10-101-6/+20
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-13/+8
* Make base_name() use a default parameter.dolorous2008-10-071-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-3/+2
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-1/+1
* Add miscellaneous minor fixes.dolorous2008-10-021-2/+2
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-1/+1
* Add whitespace fixes.dolorous2008-09-281-2/+2
* Don't randomly choose the divination school for monster miscasts, sincezelgadis2008-09-261-2/+7
* Add more miscellaneous minor fixes.dolorous2008-09-261-1/+1
* Removed Ogre-Mages, hopefully without breaking anything. Docs are unchanged.haranp2008-09-251-1/+1
* Yred flavor, part 3: forbid the use of holy items (weapons of holy wrath dolorous2008-09-251-1/+4
* Since demonspawn players have demonic holiness, keep them from dolorous2008-09-251-9/+10
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-1/+1
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-14/+29
* Remove some unnecessary casts.haranp2008-09-201-2/+2
* 2058436: better interface for the range-1 attack spells.haranp2008-09-201-21/+21
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-7/+0
* [2093560] Fixing miscast crash.ennewalker2008-09-061-4/+1
* Fix 2073715: stave type not IDing from combat.haranp2008-08-281-13/+6
* Fix [2051240]: Don't allow undead to memorize Stoneskin, excepting dolorous2008-08-161-0/+1
* Add more minor cosmetic fixes.dolorous2008-08-091-14/+14
* Minor cleanups.haranp2008-08-011-48/+11
* Fix 2032476: improve interface for Lee's Rapid Deconstruction.haranp2008-07-311-4/+5
* Massive overhaul to move towards coord_def().haranp2008-07-301-26/+15
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-678/+1315
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-5/+18
* More cleanups.haranp2008-07-241-3/+3
* More cleanups and fixes.haranp2008-07-231-12/+12
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-2/+2
* Fix Evaporate prompt doing the opposite of the player's answer.j-p-e-g2008-07-151-2/+4
* Fix 2018706: hell effects aren't the player's fault.haranp2008-07-151-13/+13
* Mention I in ?? help. Allow I as toggle in the I and Z? screens.dploog2008-07-131-1/+2
* Fix [2016787]: Don't prompt twice for Lee's Rapid Deconstruction.dolorous2008-07-121-1/+1
* Fix 2015315 by not even bothering to prompt for spells with thej-p-e-g2008-07-111-1/+4
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-4/+4
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-1/+1
* Fix [2011576]: The "Which direction?" prompt is no longer given twice dolorous2008-07-061-1/+4