summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply the first part of the labyrinth tweaks:j-p-e-g2008-11-041-1/+29
* Add yet another minor cosmetic fix.dolorous2008-11-031-2/+0
* Add more holy being-related cleanups.dolorous2008-10-301-2/+0
* Also rename animate_a_corpse() to animate_remains().dolorous2008-10-191-5/+5
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-27/+23
* And enable the "attack friend" conduct in the right place.dolorous2008-10-081-1/+1
* 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-10/+4
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-1/+1
* * Make movement restrictions when beheld also apply to blinking andj-p-e-g2008-10-031-5/+33
* Make handling of undead versus demonic abominations consistent.dolorous2008-10-031-0/+3
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-18/+9
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-2/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* [2094619] Animate dead cast when player is butchering could produce spurious ...dshaligram2008-09-061-23/+14
* Massive overhaul to move towards coord_def().haranp2008-07-301-192/+155
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-2/+2
* More cleanups.haranp2008-07-241-1/+1
* More cleanups and fixes.haranp2008-07-231-3/+3
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-29/+21
* Fix 2022531: Twisted Resurrection abominations are undead again.haranp2008-07-211-5/+0
* Cleanups for cast_twisted_resurrection().haranp2008-07-211-22/+11
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-11/+8
* Add minor cosmetic fixes.dolorous2008-07-041-0/+4
* Oops, should change you.pet_target before calling behaviour_event(), notzelgadis2008-07-041-3/+3
* Sanctuary now reveals all traps within its area, not just those in LOS.zelgadis2008-07-031-3/+2
* Give falvour message when invoking sanctuary removes bloodstains.zelgadis2008-07-021-6/+32
* When laying down Sanctuary make all pets inside it stop attacking and movezelgadis2008-07-021-2/+15
* Add more message tweaks.dolorous2008-07-011-6/+10
* Add capitalization fixes.dolorous2008-07-011-2/+2
* Make initial sanctuary be circular in shape rather than square.zelgadis2008-07-011-28/+49
* Multiple sanctuary fixes:zelgadis2008-06-291-20/+33
* Only place a newly created monster (summons) on a sanctuary square if itzelgadis2008-06-291-0/+3
* Fix a bug in monster summoning that was causing crashes, for examplej-p-e-g2008-06-261-11/+7
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-26/+31
* In halo_radius(), use LOS_RADIUS properly instead of hardcoding its dolorous2008-06-201-1/+1
* Make _equip_undead() use coord_defs.dolorous2008-06-181-3/+4
* Simplify.dolorous2008-06-171-2/+2
* Fix attack conduct handling to register more than one conduct for an dolorous2008-06-171-8/+8
* Add yet more miscellaneous minor fixes.dolorous2008-06-161-7/+3
* Make -raise_corpse() and animate_a_corpse() use coord_defs instead of x dolorous2008-06-161-10/+9
* Make animate_a_corpse() and animate_dead() use the new stack_iterator dolorous2008-06-161-33/+19
* Make demon summoning via invocations produce friendly instead of charmed dolorous2008-06-141-1/+1
* Overhaul god gift handling again so that we can tell which god sent dolorous2008-06-121-43/+43
* Fix compilation.dolorous2008-06-121-1/+1
* Add a few more miscellaneous minor fixes.dolorous2008-06-121-8/+8
* Remove now-unused function.dolorous2008-06-121-35/+0
* Add still more minor cosmetic fixes.dolorous2008-06-101-1/+1
* Modify Evaporate and Stinking Cloud to prompt when firing throughj-p-e-g2008-06-101-1/+1