summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-2/+2
* The great mon-stuff migration.Shmuale Mark2014-06-221-0/+1
* A couple of tidbits of dlua functionality.Steve Melenchuk2014-06-061-0/+9
* Have clua view. funcs give return vals with out-of-bounds coords (gw).Steve Melenchuk2014-05-281-0/+9
* Runed doors aren't safe (qw, wheals).elliptic2014-05-081-1/+2
* Replace Q cloud displacement with cloud immunity (Bloax, elliptic).Steve Melenchuk2014-05-071-3/+2
* Let clua view.is_safe_square interact correctly with Qazlal displacement.Steve Melenchuk2014-05-071-1/+7
* Give lua the information of which squares are forbidden because of mesm/fear.elliptic2014-02-231-0/+11
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Fix view.feature_at() not handling unseen squares properly.elliptic2013-11-051-2/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-11/+11
* Add feat_is_reachable_past to handle trees correctly.elliptic2012-04-041-2/+2
* Autofight: don't try to reach through glass or trees.elliptic2012-04-041-0/+28
* Make some more functions static/gone.Adam Borowski2012-03-251-5/+0
* Ignore player swimming etc for connectivity checks.Neil Moore2012-01-041-1/+1
* Lua function view.is_safe_square().elliptic2011-12-031-0/+35
* Fix a lua view.feature_at() crash.Adam Borowski2011-03-301-0/+3
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Fix spacing.Robert Vollmert2010-07-291-1/+1
* Make map_cell store feat+cloud+item+mons instead of only the topmost one (BRE...Luca Barbieri2010-07-291-4/+2
* Remove env.show in favor of using env.map_knowledgeLuca Barbieri2010-07-291-3/+3
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Rewrite view.feature_at.Robert Vollmert2009-11-171-1/+5
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+1
* Refer to env.grid instead of env.show for actual data in l_view.cc.Robert Vollmert2009-10-271-1/+3
* Add lua binding for inspecting env.show.Robert Vollmert2009-10-271-0/+37