summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losparam.cc
Commit message (Expand)AuthorAgeFilesLines
* Use grid_appearance instead of env.grid for LOS calculation.Robert Vollmert2009-11-111-1/+3
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Make disintegration splatter not end up behind actors.Robert Vollmert2009-11-101-0/+8
* Add opc_no_trans and use that for see_cell_no_trans.Robert Vollmert2009-11-081-1/+17
* Replace bounds_func with circle_def.Robert Vollmert2009-11-081-12/+0
* Remove an unnecessary header env.h include.Robert Vollmert2009-11-081-0/+1
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-4/+3
* Clean up some unused #includesAdam Borowski2009-10-221-1/+0
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Replace monster_los by calls to losight.Robert Vollmert2009-10-171-0/+9
* Make default LOS configurable.Robert Vollmert2009-10-171-1/+1
* Clean up LOS precalculation settings.Robert Vollmert2009-10-171-1/+1
* Naming consistency.Robert Vollmert2009-10-171-3/+3
* Rewrite cell_see_cell using exists_ray.Robert Vollmert2009-10-161-0/+8
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-161-99/+14
* 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