summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los_def.h
Commit message (Collapse)AuthorAgeFilesLines
* Hack player::los for arena.Robert Vollmert2009-11-211-0/+2
| | | | | | This should fix recent arena display problems. Also fix los_def::in_bounds to translate coordinates.
* Add los_def::get_bounds.Robert Vollmert2009-11-131-0/+1
|
* env_show_grid is now only used inside the LOS code.Robert Vollmert2009-11-081-1/+1
| | | | | It's also called los_grid, and is a SquareArray of boolean since it doesn't need to store "objects" any more.
* Replace bounds_func with circle_def.Robert Vollmert2009-11-081-4/+6
| | | | | | | The various LOS objects and functions now accept a circle_def instead of a bounds_func. This is a little less generic, but should eventually help with iterating over coordinates in any los_def.
* Split out los_def into separate header file.Robert Vollmert2009-11-071-0/+32