summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/act-iter.cc
Commit message (Expand)AuthorAgeFilesLines
* Rewrite monster_iterator.Adam Borowski2013-10-311-0/+50
* monster_near_iteratorAdam Borowski2013-10-311-0/+64
* Simplify actor_iterator and some of its users, rename to actor_near_iterator.Adam Borowski2013-10-311-32/+34
* Get rid of most types of actor_iterator.Adam Borowski2013-10-311-30/+2
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-2/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-5/+5
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-3/+3
* Fix arena with global LOS.Robert Vollmert2010-03-221-0/+2
* Update actor::get_los to use global LOS.Robert Vollmert2010-03-221-1/+1
* actor_iterator, a variant of monster_iterator that includes the player.Robert Vollmert2010-03-211-0/+95