summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losglobal.cc
Commit message (Expand)AuthorAgeFilesLines
* Plug one case that relied on the exact order of radius_iterator.Adam Borowski2013-12-021-11/+20
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Alias LOS_ARENA to LOS_NONE.Adam Borowski2012-11-181-1/+1
* Use std namespace.Raphael Langella2012-08-261-4/+4
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Remove #define LOS_MAX_RADIUSAdam Borowski2012-06-241-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Disambiguate the LOS_SOLID confusion.Adam Borowski2011-12-111-0/+7
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* Straighten the two cell_see_cell() confusion.Adam Borowski2011-09-051-0/+7
* More than double the speed of LOS calculations.Adam Borowski2011-08-231-17/+32
* Optimize invalidate_los_around().Adam Borowski2011-05-281-6/+9
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-1/+1
* Declare globallos static, telling the compiler there are no nasty aliases.Adam Borowski2010-07-061-3/+3
* Revert "Invalidate LOS entirely at start of manage_clouds for busy maps."Robert Vollmert2010-07-061-8/+0
* Invalidate LOS entirely at start of manage_clouds for busy maps.Robert Vollmert2010-07-051-0/+8
* Invalidate LOS using memset instead of FixedArray::init.Robert Vollmert2010-07-011-7/+8
* Yet another version of arena LOS hacks.Robert Vollmert2010-03-221-0/+3
* losglobal.cc: A start at tracking LOS globally.Robert Vollmert2010-03-221-0/+89