summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/geom2d.cc
Commit message (Expand)AuthorAgeFilesLines
* Round more vigorously in ray code.Neil Moore2014-06-151-1/+1
* Remove some newly-dead geometry code.Neil Moore2014-01-091-14/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-7/+7
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* Inline a trivial function.Adam Borowski2013-04-071-7/+2
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* ... and check if it works.Adam Borowski2010-09-301-1/+0
* Clean up brace placement.Robert Vollmert2010-06-171-1/+2
* Add get_degrees and set_degrees to ray_def; reenable chaos bolt munging.Robert Vollmert2009-11-031-0/+14
* Make geom::parallel visible outside geom2d.Robert Vollmert2009-11-031-1/+1
* Remove unused function from geom2d.cc.Robert Vollmert2009-11-011-8/+0
* Simplify geom2d ray advance code.Robert Vollmert2009-11-011-40/+24
* Add a bunch of ASSERTs to ray.cc.Robert Vollmert2009-11-011-0/+8
* Some geom2d changes.Robert Vollmert2009-11-011-9/+25
* Make nextcell and movehalfcell methods of geom::ray.Robert Vollmert2009-11-011-19/+22
* Change corner handling.Robert Vollmert2009-11-011-2/+21
* Simplify geom2d.cc to stop at corners.Robert Vollmert2009-11-011-19/+6
* Add simple 2d geometry library.Robert Vollmert2009-11-011-0/+149