summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/teleport.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement spell "blink close".Robert Vollmert2009-11-141-0/+1
| | | | This allows a monster to blink close to its target.
* Rename 'blink * closer' to 'blink * close'.Robert Vollmert2009-11-141-1/+1
|
* Implement blink_range and blink_away.Robert Vollmert2009-11-141-0/+5
| | | | | | | This is done by generalizing random_close_space to random_space weighted. Also tweak the weights a little. These might still need work.
* Generalise blink_closer to arbitrary victims.Robert Vollmert2009-11-141-1/+1
|
* Implement function to blink an actor closer to another actor.Robert Vollmert2009-11-141-0/+2
|
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-021-0/+10