summaryrefslogtreecommitdiff
path: root/src/tilearea.cpp
AgeCommit message (Expand)Author
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-13Codechange: Replace duplicated code with TileArea::Expand() (#7467)PeterN
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-02(svn r26289) -Codechange: Make tile areas and iterators more consistent to ea...fonsinchen
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2011-12-03(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc)terkhen
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-18(svn r21843) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-11(svn r21768) -Fix [FS#4396]: Diagonal tile iterator needed a special case for...frosch
2011-01-09(svn r21747) -Fix [FS#4395]: the diagonal iterator would iterate twice over s...rubidium
2010-12-13(svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchenrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-02-06(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out sma...alberth
2010-02-06(svn r19038) -Codechange: Move TileArea methods to their own file.alberth