summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Convert LOS algorithm to use coord_def instead of separate x,y.Robert Vollmert2009-10-111-3/+2
* Declare ray_def::footprint const.Robert Vollmert2009-10-101-1/+1
* Fix bug in ray_def::footprint.Robert Vollmert2009-10-101-4/+6
* Move shoot_ray into ray_def.Robert Vollmert2009-10-101-24/+24
* Initialize ray.full_idx to -1 and remove outdated(?) valgrind intialization l...Robert Vollmert2009-10-091-3/+2
* Comment and formatting.Robert Vollmert2009-10-091-14/+12
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+345