summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
Commit message (Expand)AuthorAgeFilesLines
* 1989842: freezing weapons can now slow cold-blooded monsters.haranp2008-09-211-7/+5
* 2058436: better interface for the range-1 attack spells.haranp2008-09-201-40/+14
* Better messaging for Oz's Refrigeration. [2076906]haranp2008-09-181-27/+41
* FR 2112931: temporary brands are extensible.haranp2008-09-161-33/+33
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-12/+0
* Fix bounds check for summon elemental.dshaligram2008-08-091-12/+8
* Minor cleanups.haranp2008-08-011-84/+42
* Massive overhaul to move towards coord_def().haranp2008-07-301-126/+102
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-1/+1
* Fix 2024087: @_generic_orc_speech@.j-p-e-g2008-07-231-0/+2
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-33/+22
* [2021911] Fixing leaked mitm from Tukima's dance.ennewalker2008-07-191-0/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-7/+9
* Add more miscellaneous minor fixes.dolorous2008-07-061-2/+1
* Fix [2011576]: The "Which direction?" prompt is no longer given twice dolorous2008-07-061-29/+20
* Add miscellaneous minor fixes.dolorous2008-07-061-15/+15
* Fix 1945389: Detect Creatures not clearing monsters detected on changedj-p-e-g2008-07-061-7/+22
* Remove debugging statement, minor clean up.j-p-e-g2008-07-031-3/+3
* Only place a newly created monster (summons) on a sanctuary square if itzelgadis2008-06-291-1/+1
* Fix another two instances of monster placement returning false j-p-e-g2008-06-261-66/+43
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-26/+26
* Fix [2001885]: "Nothing appears to happen." was being printed when dolorous2008-06-241-1/+1
* Simplify.dolorous2008-06-241-10/+7
* Add miscellaneous minor fixes.dolorous2008-06-241-2/+5
* Simplify.dolorous2008-06-171-1/+1
* Fix attack conduct handling to register more than one conduct for an dolorous2008-06-171-4/+4
* Overhaul god gift handling again so that we can tell which god sent dolorous2008-06-121-35/+36
* Add yet more minor cosmetic fixes.dolorous2008-06-121-3/+3
* After some more thought, remove the god gift exceptions for dolorous2008-06-101-4/+3
* Add comments documenting exceptions to the general rule of making dolorous2008-06-101-0/+2
* Reorganize again.dolorous2008-06-101-134/+133
* Clean up handling of orange rats in cast_summon_small_mammals().dolorous2008-06-101-4/+6
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-14/+14
* Reorder spells in your_spells() and clean up.j-p-e-g2008-06-101-25/+27
* Don't mark spatial vortices as god gifts anymore, as (a) they're just dolorous2008-06-101-23/+0
* Add a few more message tweaks.dolorous2008-06-091-13/+11
* Tweak summoning-related messages again.dolorous2008-06-091-14/+3
* Add power adjustments.dolorous2008-06-091-1/+1
* Convert the shadow- and spatial vortex-summoning routines to use power dolorous2008-06-091-1/+4
* Consolidate the shadow- and vortex-summoning routines some more.dolorous2008-06-091-4/+14
* Consolidate the (single) spatial vortex-summoning routines, and add more dolorous2008-06-091-6/+23
* Clean up summoning routines a bit more.dolorous2008-06-091-25/+21
* Add still more summoning-related cleanups.dolorous2008-06-091-12/+18
* Add more summoning-related cleanups.dolorous2008-06-091-11/+21
* Clean up "Sticks to Snakes" a bit more.dolorous2008-06-091-36/+37
* Use the proper flag type to indicate god gifts (oops).dolorous2008-06-091-15/+15
* Add a few last miscellaneous minor fixes.dolorous2008-06-091-1/+2
* Clean up the routines to animate the dead.dolorous2008-06-091-345/+0
* Move summon_demon_type() to spells3.cc as well.dolorous2008-06-081-28/+0
* Move most of the demon-summoning routines to spells3.cc, since they're dolorous2008-06-081-120/+0