summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coord-circle.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop the now unused circle_iterator.Adam Borowski2013-12-021-5/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Get rid of a strange accessor.Adam Borowski2013-11-051-1/+1
* Eradicate C_SQUARE/SH_SQUARE.Adam Borowski2013-11-051-20/+4
* Shave some words off a few datatypes.Samuel Bronson2013-10-171-5/+5
* Use std namespace.Raphael Langella2012-08-261-4/+4
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Remove #define LOS_MAX_RADIUSAdam Borowski2012-06-241-1/+1
* Replace a bunch of floating-point sqrt()s by integer ones.Adam Borowski2011-11-131-3/+2
* Fix horrible coord-circle origin hack.Robert Vollmert2010-03-281-5/+6
* msvc: fix ambiguous calls to sqrt(), log(), etcSteven Noonan2010-01-311-1/+1
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-1/+1
* Disambiguate uses of sqrt by casting to double.Robert Vollmert2010-01-241-1/+1
* Fix compilation on gcc.Adam Borowski2009-11-181-0/+3
* Fix circle_def's ignoring global LOS radius.Robert Vollmert2009-11-181-1/+2
* Add translating constructor to circle_def.Robert Vollmert2009-11-131-0/+13
* Make circle_def aware of map bounds.Robert Vollmert2009-11-131-0/+4
* Add method to intersect rectangles.Robert Vollmert2009-11-131-0/+15
* Reimplement radius_iterator on the basis of circle_def.Robert Vollmert2009-11-131-29/+10
* coord-circle.cc: set radius_sq before useMatthew Cline2009-11-111-1/+1
* Create coord-circle.cc containing circle_def.Robert Vollmert2009-11-081-0/+106