summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply David's commits (r6524/5).j-p-e-g2008-07-131-1/+2
* Apply trunk r6519 to 0.4.dolorous2008-07-121-1/+1
* Add lm_props.lua and appry recent commits.j-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
* Add another spacing fix.dolorous2008-07-061-1/+1
* Add spacing fixes.dolorous2008-07-061-6/+6
* Fix 1945389: Detect Creatures not clearing monsters detected on changedj-p-e-g2008-07-061-3/+10
* Add res_rotting() method to the actor class so that the "are you the rightzelgadis2008-07-021-4/+1
* Only apply targeting via monster list to spells and such wherej-p-e-g2008-07-021-1/+1
* Bug 2007644: necromanctic miscasts could cause an undead player to rotzelgadis2008-07-021-1/+4
* Make your_spells() only give the "Invalid spell!" message if the spell typezelgadis2008-07-021-1/+76
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-8/+6
* Recognize each type of staff once one of its type has been identified; waszelgadis2008-06-241-0/+1
* Add minor cosmetic fixes.dolorous2008-06-231-2/+2
* Make -raise_corpse() and animate_a_corpse() use coord_defs instead of x dolorous2008-06-161-1/+1
* Added SPFLAG_NEUTRAL for utility spells which should use TARG_ANY.haranp2008-06-151-0/+3
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-7/+17
* Add more god gift-related fixes. First, expand mgen_data::hostile_at() dolorous2008-06-141-26/+26
* Implement the Petrify spell in a rather basic variant, and replace the j-p-e-g2008-06-121-0/+5
* Overhaul god gift handling again so that we can tell which god sent dolorous2008-06-121-43/+51
* Add yet more minor cosmetic fixes.dolorous2008-06-121-1/+1
* Simplify.dolorous2008-06-111-6/+3
* Comment fixes.dolorous2008-06-101-3/+3
* After some more thought, remove the god gift exceptions for dolorous2008-06-101-19/+8
* Add comments documenting exceptions to the general rule of making dolorous2008-06-101-10/+26
* Reorganize again.dolorous2008-06-101-9/+9
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-4/+4
* Reorder spells in your_spells() and clean up.j-p-e-g2008-06-101-446/+466
* Modify Evaporate and Stinking Cloud to prompt when firing throughj-p-e-g2008-06-101-4/+6
* Add still more minor cosmetic fixes.dolorous2008-06-101-11/+16
* Remove the shadow summoning function. After some thought, it seems like dolorous2008-06-101-2/+18
* Don't mark spatial vortices as god gifts anymore, as (a) they're just dolorous2008-06-101-8/+52
* Mark all creatures summoned by god-given spell miscasts as god gifts.dolorous2008-06-091-40/+49
* Simplify.dolorous2008-06-091-34/+32
* Add more message tweaks.dolorous2008-06-091-0/+12
* Add power adjustments.dolorous2008-06-091-3/+3
* Convert the shadow- and spatial vortex-summoning routines to use power dolorous2008-06-091-5/+8
* Properly mark miscast-summoned shadows as hostile.dolorous2008-06-091-1/+1
* Consolidate the shadow- and vortex-summoning routines some more.dolorous2008-06-091-30/+5
* Consolidate the (single) spatial vortex-summoning routines, and add more dolorous2008-06-091-8/+2
* Consolidate the shadow-summoning routines.dolorous2008-06-091-14/+2
* Add more minor cosmetic fixes.dolorous2008-06-091-26/+30
* Add a few miscast-related tweaks.dolorous2008-06-091-3/+3
* Clarify comments.dolorous2008-06-091-3/+3
* If a god makes you cast a summoning spell, count any creature(s) dolorous2008-06-091-35/+39
* Clean up the routines to animate the dead.dolorous2008-06-091-3/+3
* Add miscellaneous minor fixes.dolorous2008-06-091-4/+4
* Modify Portal Projectile to use the quiver interface, so you can nowj-p-e-g2008-06-081-21/+3