summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/geom2d.h
Commit message (Expand)AuthorAgeFilesLines
* Remove some newly-dead geometry code.Neil Moore2014-01-091-2/+0
* More PURE, and introduce REALLYPURE as well.Samuel Bronson2013-03-241-5/+5
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+0
* Add get_degrees and set_degrees to ray_def; reenable chaos bolt munging.Robert Vollmert2009-11-031-0/+2
* Add geom::line constructor.Robert Vollmert2009-11-031-0/+4
* Make geom::parallel visible outside geom2d.Robert Vollmert2009-11-031-0/+1
* Simplify geom2d ray advance code.Robert Vollmert2009-11-011-1/+1
* Add a bunch of ASSERTs to ray.cc.Robert Vollmert2009-11-011-0/+2
* Some geom2d changes.Robert Vollmert2009-11-011-2/+6
* Make nextcell and movehalfcell methods of geom::ray.Robert Vollmert2009-11-011-2/+3
* Change corner handling.Robert Vollmert2009-11-011-1/+2
* Add simple 2d geometry library.Robert Vollmert2009-11-011-0/+84