summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.cc
Commit message (Expand)AuthorAgeFilesLines
* The great mon-stuff migration.Shmuale Mark2014-06-221-0/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-3/+3
* Use a scalar range for find_ray() and friends instead of a circle_def object.Adam Borowski2013-12-031-7/+6
* Simplify a very convoluted way of checking c.abs().Adam Borowski2013-12-031-8/+2
* Refactor ASSERT(a && b) againBrendan Hickey2013-11-151-2/+4
* Manually fix a few more instances of return (...)Neil Moore2013-11-151-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Get rid of a strange accessor.Adam Borowski2013-11-051-8/+2
* Revamp stone of earth elementalsDracoOmega2013-05-261-1/+4
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-2/+4
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* Fix general checks for bush and oklob types to use species when applicable.David Lawrence Ramsey2013-02-201-1/+1
* Indentation fixes.Adam Borowski2012-12-051-4/+4
* Use std namespace.Raphael Langella2012-08-261-24/+23
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-3/+5
* Rename bit_array to bit_vector.Adam Borowski2012-07-261-7/+7
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-11/+11
* Remove #define LOS_MAX_RADIUSAdam Borowski2012-06-241-1/+1
* Make some functions static/gone.Adam Borowski2012-06-021-25/+15
* Replace "atype() == ACT_MONSTER" with "is_monster()" -- half the length.Adam Borowski2012-03-221-1/+1
* Make a bunch of uninitialized variables static.Adam Borowski2011-12-271-8/+8
* Make most of initialized data static.Adam Borowski2011-12-271-1/+1
* Whitespace fixes.Adam Borowski2011-12-111-2/+2
* Fix mimic opacity for different LOS models.Adam Borowski2011-12-111-5/+16
* Disambiguate the LOS_SOLID confusion.Adam Borowski2011-12-111-1/+1
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-2/+2
* Correct a spelling mistake in a comment.Michael Gagno2011-11-221-1/+1
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-3/+3
* Merge all the feature mimics into a single monster type.Raphael Langella2011-09-051-1/+12
* Straighten the two cell_see_cell() confusion.Adam Borowski2011-09-051-1/+1
* Fix format string warnings.Adam Borowski2011-07-061-2/+2
* cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-8/+8
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-1/+1
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* dprf()ize a number of #ifdef ... mprf(MSGCH_DIAGNOSTICS).Adam Borowski2011-04-211-11/+3
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Fix #3436: los not updating when a door mimic is killed.Johanna Ploog2011-02-141-3/+7
* Give all ASSERT(false) proper messages.Adam Borowski2011-01-111-3/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-7/+7
* Fix some warnings.Adam Borowski2010-10-131-3/+3
* Ashenzari's scrying.Adam Borowski2010-10-071-4/+0
* ... and check if it works.Adam Borowski2010-09-301-1/+0
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
* Unbreak non-wizard builds.Adam Borowski2010-07-221-0/+4
* Wizard mode xray vision (Ctrl-V).Robert Vollmert2010-07-201-1/+1
* Make a few random functions static.Adam Borowski2010-07-061-1/+1
* For functions with names starting with _, actually declare them static.Adam Borowski2010-07-061-4/+4