summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losparam.cc
Commit message (Expand)AuthorAgeFilesLines
...
* On the way to a simplified losight interface.Robert Vollmert2009-10-161-0/+20
* Merge branch 'trees'.Adam Borowski2009-10-131-0/+5
|\
| * Fix an use of uninitialized menv[].Adam Borowski2009-10-121-1/+1
| * Bushes -- tree-like monsters than can be destroyed with any means of damage,Adam Borowski2009-10-121-0/+3
| * Trees -- a new wall type, can be seen through (2nd square blocks LOS).Adam Borowski2009-10-091-0/+2
* | Add whitespace fixes.David Lawrence Ramsey2009-10-121-1/+1
|/
* Move losight radius check into los_param.Robert Vollmert2009-10-081-3/+4
* Split and correct grid_see_grid.Robert Vollmert2009-10-081-4/+21
* Remove legacy losight() function.Robert Vollmert2009-10-081-31/+0
* Convert remaining uses of losight to los_param-style.Robert Vollmert2009-10-081-0/+19
* Add los_param_permissive.Robert Vollmert2009-10-081-0/+27
* A rewrite of losight() to allow future generalization.Robert Vollmert2009-10-081-0/+88