Age | Commit message (Collapse) | Author |
|
single tile from map.h and put them into a seperate file tile.h
|
|
|
|
global namespace pollution, turn it into a function called IsRoad and improve the commments a bit
|
|
them into inline functions and add some asserts
|
|
|
|
|
|
the latter into inline functions names Tile[XY]
|
|
|
|
TILE_MAX_[XY]
While here replace one erroneous TILE_MAX_X with MapMaxY()
|
|
|
|
map.c and map.h
|
|
|
|
-Fix [AI]: Minor problems
-Add [AI]: Profit check (if not making enough money, vehicles are sold)
|
|
|
|
-Add: generalised A* Algorithm
-Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap)
|