summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los_def.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop los_glob.Adam Borowski2013-12-021-28/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Fix some assignment operators.Neil Moore2013-10-161-2/+5
* Get rid of several C_SQUARE uses.Adam Borowski2012-11-181-14/+3
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-4/+4
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Remove #define LOS_MAX_RADIUSAdam Borowski2012-06-241-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Update actor::get_los to use global LOS.Robert Vollmert2010-03-221-1/+29
* Hack monster LOS to reduce updates.Robert Vollmert2010-01-261-0/+5
* Hack player::los for arena.Robert Vollmert2009-11-211-4/+15
* Add los_def::get_bounds.Robert Vollmert2009-11-131-0/+5
* Formatting; use better constant.Robert Vollmert2009-11-081-1/+1
* env_show_grid is now only used inside the LOS code.Robert Vollmert2009-11-081-1/+2
* Replace bounds_func with circle_def.Robert Vollmert2009-11-081-13/+13
* Split los_def implementation out into los_def.cc.Robert Vollmert2009-11-071-0/+79