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
/
tile.h
Age
Commit message (
Expand
)
Author
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-19
(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...
ludde
2005-07-16
(svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ...
celestar
2005-07-13
(svn r2558) Change the internal map format from 7 arrays to one array of stru...
tron
2005-06-22
(svn r2473) - Add: VehicleMayEnterTile(), which checks if the tile owner of a...
matthijs
2005-06-17
(svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with call...
matthijs
2005-06-16
(svn r2448) General cleanup of rail related code, more to follow.
matthijs
2005-06-07
(svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCro...
Darkvater
2005-06-04
(svn r2408) Introduce SetTileOwner() and use it
tron
2005-06-03
(svn r2404) assert that GetTileOwner() isn't called for tiles, which don't st...
tron
2005-05-22
(svn r2358) Add macros for getting (GB) and setting (SB) a range of bits
tron
2005-05-02
(svn r2253) - Fix: [ 1190896 1184378 ] [NPF] Trains ignoring their railtype (...
matthijs
2005-02-22
(svn r1898) Remove some unused macros from macros.h and move some others to m...
tron
2005-02-07
(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...
tron
2005-02-07
(svn r1837) GetTileOwner returns Owner, not bool
tron
2005-02-06
(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...
matthijs
2005-01-29
(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...
tron
2005-01-29
(svn r1715) Move [GS]etMapExtraBits to tile.[ch]
tron
2005-01-29
(svn r1713) Split off several functions which query/set information about a s...
tron