summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply sorear's fix for [1952521]: Recall skips the first or last dolorous2008-04-271-1/+2
* Two changes:j-p-e-g2008-04-251-20/+12
* Add one more cleanup.dolorous2008-04-241-1/+2
* Clean up a bit more summoning code.dolorous2008-04-241-4/+8
* Add more minor cosmetic fixes.dolorous2008-04-231-1/+1
* Fix halo tile appearing for non-haloed characters.j-p-e-g2008-04-231-0/+3
* Add mesilliac's patch in [1944555] for improved handling of dolorous2008-04-211-1/+2
* Change mummy curses to only turn part of a stack of potions into decay.j-p-e-g2008-04-211-1/+2
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-2/+2
* Fix [1946764]: When one monster flees a sanctuary, save it directly dolorous2008-04-191-2/+3
* Add minor cosmetic cleanups.dolorous2008-04-191-1/+1
* Simplify TSO halo management. Since backlit() now takes the halo into dolorous2008-04-181-40/+0
* Make backlit() take the glow of TSO's halo into account, so that both dolorous2008-04-181-2/+2
* Adjust TSO's halo again to only make the player and monsters glow when dolorous2008-04-181-4/+4
* Make TSO's halo only illuminate monsters that may attack you.dolorous2008-04-181-2/+4
* Fix tiles compile (in a hacky way, since I don't know what the mp/hpj-p-e-g2008-04-181-1/+12
* Don't regard a sanctuary as automatically safe anymore once it startsj-p-e-g2008-04-171-1/+8
* Another code cleanup.j-p-e-g2008-04-151-12/+8
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-1/+2
* Quiver work:pauldubois2008-04-141-11/+14
* Make sure good neutral monsters are unaffected by sanctuaries, since dolorous2008-04-121-2/+2
* + allocate and initializepauldubois2008-04-111-2/+1
* For now, don't differentiate between attacks on permanently neutral dolorous2008-04-071-2/+2
* Clean up handling of neutral god gifts.dolorous2008-04-071-8/+2
* Only trigger the "attack neutral" conduct upon attacking neutral god dolorous2008-04-071-2/+8
* Make sure casting Smite or Airstrike on holy beings will trigger the dolorous2008-04-071-0/+6
* Replace the conduct for killing a neutral monster with a conduct for dolorous2008-04-071-0/+4
* Fixing coordinate system bug in _inside_circle. (in_los_bounds needs to be c...ennewalker2008-04-031-1/+2
* Yet Another Code Cleanup, this time concentrating on libx11.cc and j-p-e-g2008-04-011-1/+1
* Add yet more halo-related cleanups.dolorous2008-04-011-5/+0
* Add another halo-related fix.dolorous2008-04-011-1/+2
* Add more halo-related cleanups.dolorous2008-04-011-2/+6
* Add yet more whitespace fixes.dolorous2008-03-311-6/+6
* Add one more cleanup.dolorous2008-03-311-4/+1
* Comment fix.dolorous2008-03-311-3/+3
* Add more cleanups.dolorous2008-03-311-0/+6
* Clean up the circle detection functions.dolorous2008-03-311-20/+29
* Limit TSO's halo radius to 8, to guarantee it doesn't go outside LOS.dolorous2008-03-311-2/+2
* Fix monster durations for TSO's halo and "extended stay" blessing: dolorous2008-03-311-1/+1
* Make monsters' halo-induced backlight match the player's.dolorous2008-03-301-7/+6
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-1/+2
* Properly trigger the "attack friend" god conduct if you use Smite or dolorous2008-03-221-0/+8
* Add more whitespace fixes.dolorous2008-03-221-2/+2
* Make the static functions in spells3.cc follow the new coding dolorous2008-03-211-5/+5
* Since mons_inside_circle() is only used by Zin's Sanctuary and TSO's dolorous2008-03-211-1/+20
* Make Zin dislike when the player takes an action that makes an alreadyj-p-e-g2008-03-211-1/+1
* Also use is_orcish_follower() when recalling your orcish followers.dolorous2008-03-191-5/+1
* Halo-related cleanups: limit the halo's radius to (roughly) FOV, add dolorous2008-03-161-57/+66
* Implement TSO's halo. It applies backlight to the player and all dolorous2008-03-161-12/+52
* Overhauled potions of blood and vampires.j-p-e-g2008-03-131-12/+29