index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tilearea.cpp
Age
Commit message (
Collapse
)
Author
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-02-02
(svn r26289) -Codechange: Make tile areas and iterators more consistent to ↵
fonsinchen
each other.
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵
planetmaker
Eagle_rainbow)
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" tidbits
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-18
(svn r21843) -Codechange: move documentation towards the code to make it ↵
rubidium
more likely to be updates [t-z].
2011-01-11
(svn r21768) -Fix [FS#4396]: Diagonal tile iterator needed a special case ↵
frosch
for A * 0 selections.
2011-01-09
(svn r21747) -Fix [FS#4395]: the diagonal iterator would iterate twice over ↵
rubidium
some tiles (fonsinchen)
2010-12-13
(svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵
rubidium
some headers
2010-02-06
(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out ↵
alberth
smallmaps.
2010-02-06
(svn r19038) -Codechange: Move TileArea methods to their own file.
alberth