summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/halo.cc
Commit message (Expand)AuthorAgeFilesLines
* Ensure only beings with MH_HOLY holiness (angels and daevas) get haloes.David Lawrence Ramsey2009-11-091-3/+4
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Fix halo_contains always returning true for the actor.Robert Vollmert2009-11-081-1/+1
* Revert actor::haloed() to be player-halo specific again.Robert Vollmert2009-11-081-1/+1
* Give holy monsters a small halo.Robert Vollmert2009-11-081-1/+4
* actor::haloed() now returns whether the actor is within any halo.Robert Vollmert2009-11-081-3/+4
* Rename some halo functions.Robert Vollmert2009-11-081-7/+7
* Global inside_halo(c) giving list of haloers.Robert Vollmert2009-11-081-0/+16
* Add a general halo interface to actor.Robert Vollmert2009-11-081-0/+34