summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_los.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Fix findray test.Robert Vollmert2009-11-081-1/+3
* Adapt l_los.cc to new ray_def and reenable.Robert Vollmert2009-11-011-28/+27
* Disable l_los.cc.Robert Vollmert2009-11-011-0/+10
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-0/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-4/+3
* Split file_lib out.Robert Vollmert2009-10-191-1/+3
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-3/+1
* Move cell_see_cell from dgn_lib to los_lib.Robert Vollmert2009-10-191-0/+8
* Rewrite find_ray to use precomputed cellrays.Robert Vollmert2009-10-161-1/+1
* Remove fallback calculation from find_ray.Robert Vollmert2009-10-151-1/+1
* Fix bug with find_ray always falling back.Robert Vollmert2009-10-141-1/+1
* Correct findray test.Robert Vollmert2009-10-141-3/+3
* Lua bindings for find_ray test.Robert Vollmert2009-10-141-0/+97