summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor-los.cc
Commit message (Expand)AuthorAgeFilesLines
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Remove get_los().Adam Borowski2013-11-051-31/+0
* Drop an always true check.Adam Borowski2013-11-051-1/+1
* Make actor->get_los() const.Adam Borowski2013-10-311-3/+3
* Don't crash when returning to an level with scrying active (#7387)Neil Moore2013-07-281-1/+3
* Remove use of 'you' inside player member functionspubby2013-06-301-2/+2
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-3/+3
* Some more return deparenthesization.Adam Borowski2012-07-051-7/+7
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-3/+3
* Use actor->is_player() instead of (actor == &you) as well.Adam Borowski2012-03-221-4/+3
* Ensure a space after "return".Adam Borowski2010-12-161-1/+1
* Fix a crash in tiles with wizard x-ray / Ash scrying out of map bounds.Adam Borowski2010-11-011-1/+3
* Ashenzari's scrying.Adam Borowski2010-10-071-8/+2
* Wizard mode xray vision (Ctrl-V).Robert Vollmert2010-07-201-1/+16
* Reorganize arena LOS overrides slightly.Robert Vollmert2010-07-201-9/+18
* Actors outside the map can't see anything.Robert Vollmert2010-06-051-1/+5
* Fix arena with global LOS.Robert Vollmert2010-03-221-2/+9
* Yet another version of arena LOS hacks.Robert Vollmert2010-03-221-8/+6
* Update actor::get_los to use global LOS.Robert Vollmert2010-03-221-36/+8
* Make actor::see_cell use global LOS.Robert Vollmert2010-03-221-2/+3
* Update monster's LOS if close enough to the player.Robert Vollmert2010-03-041-1/+8
* make 'game type' an enum rather than a bool, and serialize itJesse Luehrs2010-03-021-3/+3
* Hack monster LOS to reduce updates.Robert Vollmert2010-01-261-1/+5
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Hack player::los for arena.Robert Vollmert2009-11-211-5/+2
* Fix player LOS when examining arena.Matthew Cline2009-11-151-2/+2
* Replace calc_show_los by you.update_los.Robert Vollmert2009-11-131-2/+5
* Move trans_wall_blocking into player.Robert Vollmert2009-11-131-0/+5
* Hack player LOS routines for arena.Robert Vollmert2009-11-131-1/+20
* Add actor::get_los.Robert Vollmert2009-11-111-0/+5
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-0/+49