summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
Commit message (Expand)AuthorAgeFilesLines
* Make default LOS configurable.Robert Vollmert2009-10-171-2/+2
* Clean up LOS precalculation settings.Robert Vollmert2009-10-171-1/+0
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-9/+9
* Some find_ray related cleanup.Robert Vollmert2009-10-161-3/+6
* Generalize find_ray to accept opacity_func and bounds_func parameters.Robert Vollmert2009-10-161-1/+4
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-161-2/+2
* On the way to a simplified losight interface.Robert Vollmert2009-10-161-1/+4
* Rewrite find_ray to use precomputed cellrays.Robert Vollmert2009-10-161-2/+1
* Remove fallback calculation from find_ray.Robert Vollmert2009-10-151-3/+5
* Move can_go_straight from los.cc to monstuff.cc.Robert Vollmert2009-10-081-2/+0
* Split and correct grid_see_grid.Robert Vollmert2009-10-081-2/+3
* Remove legacy losight() function.Robert Vollmert2009-10-081-3/+0
* A rewrite of losight() to allow future generalization.Robert Vollmert2009-10-081-0/+2
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+60