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
/
map.h
Age
Commit message (
Expand
)
Author
2005-01-16
(svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
tron
2005-01-16
(svn r1542) Rename TileHeight to TilePixelHeight, because this is what it act...
tron
2005-01-16
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...
tron
2005-01-10
(svn r1475) Fix some more signed/unsigned comparison warnings
tron
2005-01-09
(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and m...
tron
2005-01-07
(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits fr...
tron
2005-01-07
(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...
tron
2005-01-06
(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
tron
2005-01-05
(svn r1386) Move TileIndexDiff to map.h
tron
2005-01-03
(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i...
tron
2005-01-03
(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL...
tron
2004-12-28
(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...
truelight
2004-12-17
(svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() i...
tron
2004-12-16
(svn r1130) Add helper functions to query map size
tron
2004-12-15
(svn r1117) Move map arrays and some related macros into their own files map....
tron