summaryrefslogtreecommitdiff
path: root/tile.h
AgeCommit message (Expand)Author
2006-01-28(svn r3455) * Assert against modifying the outer border of a map into anythi...matthijs
2005-10-05(svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SBtron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-08-23(svn r2886) Rename the "owner" attribute to "m1", because when it stores an o...tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
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 ittron
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 bitstron
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 booltron
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