summaryrefslogtreecommitdiff
path: root/map.h
AgeCommit message (Expand)Author
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2005-12-25(svn r3342) Remove some crufttron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-09(svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanc...matthijs
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-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-13(svn r2560) Fix: various minor code changes.ludde
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-06-25(svn r2487) Replace TILE_XY by TileXY/TileDiffXYtron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-16(svn r2448) General cleanup of rail related code, more to follow.matthijs
2005-04-11(svn r2183) - Fix: Removed brackets from around STRAIGHT_TRACK_LENGTH, they c...matthijs
2005-04-11(svn r2181) - Add: DistanceTrack() to calculate the distance over optimally l...matthijs
2005-03-06(svn r1937) TILE_FROM_XY() returns a TileIndex, not an inttron
2005-02-22(svn r1898) Remove some unused macros from macros.h and move some others to m...tron
2005-02-06(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...matthijs
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-31(svn r1749) Move the functions which calculate distances to map.[ch] and give...tron
2005-01-29(svn r1722) -Feature: Bigger maps - anyone?tron
2005-01-29(svn r1714) Add missing includetron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-28(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()tron
2005-01-25(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...tron
2005-01-18(svn r1560) Introduce SetTileType() and SetTileHeight()tron
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 warningstron
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 TileIndexDifftron
2005-01-05(svn r1386) Move TileIndexDiff to map.htron
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 sizetron
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron