summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coordit.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix another goto (in coordit.cc)reaver2014-04-071-48/+50
* Don't crash when sanctuary shrinks near the map edgeNeil Moore2014-02-231-1/+12
* Add spaces after switch and catch keywords.Neil Moore2013-12-301-3/+3
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Allow radius_iterator to iterate over the top/left map edge (#7809)Neil Moore2013-12-021-3/+3
* Drop the now unused circle_iterator.Adam Borowski2013-12-021-33/+1
* Rewrite the radius_iterator.Adam Borowski2013-12-021-40/+83
* Check that nothing uses a radius_iterator centered outside the map.Adam Borowski2013-11-291-1/+4
* Implement adjacent_iterator on its own, rather than via radius_iterator.Adam Borowski2013-11-251-0/+35
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Hush a warning.Adam Borowski2013-11-061-1/+1
* Hush a warning on 32 bit.Adam Borowski2013-11-051-2/+2
* Regression tests for adjacent_iterator.Adam Borowski2013-11-051-0/+38
* Regression tests for distance_iterator.Adam Borowski2013-11-051-0/+25
* Regression tests for radius_iterator (w/o LOS checks).Adam Borowski2013-11-051-0/+44
* Get rid of a strange accessor.Adam Borowski2013-11-051-2/+1
* Less los_def usage.Adam Borowski2013-11-051-0/+1
* Get rid of the radius_iterator "legacy" constructor.Adam Borowski2013-11-051-17/+1
* Remove radius_iterator(coord, r, c_type, los_base).Adam Borowski2013-11-051-2/+1
* Remove radius_iterator(los_base).Adam Borowski2013-11-051-10/+0
* Remove get_los().Adam Borowski2013-11-051-1/+6
* Update the whole arena.Adam Borowski2013-11-051-0/+9
* Implement a prototype for a new version of radius_iterator.Adam Borowski2013-11-051-0/+26
* Formatting fixes.Adam Borowski2013-05-091-10/+10
* Added dgn_connect_adjacent_rooms LUA functioninfiniplex2013-04-261-1/+82
* Eliminate LOS checks from one of radius_iterators.Adam Borowski2012-11-181-3/+2
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Drop one of redundant definitions of sgn().Adam Borowski2012-09-101-5/+0
* Use std namespace.Raphael Langella2012-08-261-5/+5
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Don't let iterator++ return a value.Adam Borowski2011-05-241-10/+4
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* The Tornado spell, first stab.Adam Borowski2010-11-121-4/+2
* Fix max_radius in distance_iterator, rename it again, allow querying current ...Adam Borowski2010-11-091-13/+18
* s/spiral_iterator/equidistant_iterator/g (dpeg)Adam Borowski2010-11-041-9/+9
* Reduce a series of redundant comparisons.Adam Borowski2010-11-041-8/+14
* Give the spiral_iterator an argument, max_radius.Adam Borowski2010-10-311-4/+8
* A "spiral_iterator" that produces coords around a starting point.Adam Borowski2010-10-311-0/+111
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-4/+4
* Update actor::get_los to use global LOS.Robert Vollmert2010-03-221-4/+4
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-1/+1
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Reimplement radius_iterator on the basis of circle_def.Robert Vollmert2009-11-131-50/+77
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-4/+4
* Remove an unnecessary header env.h include.Robert Vollmert2009-11-081-0/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-1/+1
* Remove bidirectionality from radius_iterator.Robert Vollmert2009-11-031-33/+0
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+189