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.c
Age
Commit message (
Expand
)
Author
2005-10-22
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...
tron
2005-10-02
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
2005-09-09
(svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanc...
matthijs
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-21
(svn r2669) Shuffle some more stuff around to reduce dependencies
tron
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-07-12
(svn r2552) - Fix: [map] Fix so the code compiles correctly and doesn't crash...
ludde
2005-07-08
(svn r2533) Move misplaced parenthesis, found by ludde
tron
2005-06-25
(svn r2487) Replace TILE_XY by TileXY/TileDiffXY
tron
2005-06-02
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
2005-04-11
(svn r2181) - Add: DistanceTrack() to calculate the distance over optimally l...
matthijs
2005-02-26
(svn r1914) - Fix: [ 1119147 ] Stop startup memory corruption crash using opt...
Darkvater
2005-02-05
(svn r1803) Move debugging stuff into files of it's own
tron
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-31
(svn r1748) Enforce map size limits
tron
2005-01-30
(svn r1737) Add DEBUG category "map" and use it to print the map size when al...
tron
2005-01-29
(svn r1722) -Feature: Bigger maps - anyone?
tron
2005-01-28
(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()
tron
2005-01-09
(svn r1449) -Fix: signed/unsigned error on windows
darkvater
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-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
2004-12-28
(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...
truelight
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