summaryrefslogtreecommitdiff
path: root/tile.h
AgeCommit message (Expand)Author
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-25(svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228tron
2006-06-10(svn r5221) Make the assertion in SetTileType() more strict: "lower edge of m...tron
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-09(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to Ensur...tron
2006-05-07(svn r4765) Add GetTileMaxZ(), which returns the height of the highest corner...tron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-03-30(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. A...belugas
2006-03-20(svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be te...celestar
2006-03-12(svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(...tron
2006-03-05(svn r3767) Move all direction related enums and functions to a separate headertron
2006-03-05(svn r3766) Add a function to get the RoadBits from an arbitrary tiletron
2006-02-28(svn r3689) Add functions to turn a tile into either a normal road tile, a le...tron
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