summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test/findray.lua
Commit message (Collapse)AuthorAgeFilesLines
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-201-5/+5
|
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-1/+1
|
* Correct findray test.Robert Vollmert2009-10-141-9/+10
| | | | | Now only targets cells that are not blocked by transparent walls etc. find_ray can't currently check for real visibility.
* Add test for find_ray.Robert Vollmert2009-10-141-0/+83
Tests for the existence of unobstructed rays to points within LOS.