From f538179878370b3bec8bf1575dc30c1377461ebc Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 11 Mar 2019 10:37:47 +0000 Subject: [PATCH] Feature: Multi-tile docks and docking points. --- docs/landscape.html | 4 + docs/landscape_grid.html | 8 +- src/bridge_map.h | 2 + src/industry_cmd.cpp | 7 ++ src/order_cmd.cpp | 2 +- src/pathfinder/npf/npf.cpp | 22 +++- src/pathfinder/yapf/yapf_node_ship.hpp | 14 ++- src/pathfinder/yapf/yapf_ship.cpp | 94 ++++++++++++-- src/rail_cmd.cpp | 8 +- src/rail_map.h | 3 + src/saveload/afterload.cpp | 23 +++- src/saveload/oldloader_sl.cpp | 2 +- src/saveload/saveload.h | 1 + src/saveload/station_sl.cpp | 12 +- src/script/api/script_order.cpp | 6 +- src/ship.h | 2 + src/ship_cmd.cpp | 66 ++++++---- src/station.cpp | 6 +- src/station_base.h | 5 +- src/station_cmd.cpp | 165 +++++++++++++++++++++---- src/station_func.h | 3 + src/station_map.h | 1 + src/tunnelbridge_cmd.cpp | 11 ++ src/water.h | 1 + src/water_cmd.cpp | 55 +++++++++ src/water_map.h | 27 ++++ src/waypoint_cmd.cpp | 1 + 27 files changed, 471 insertions(+), 80 deletions(-) diff --git a/docs/landscape.html b/docs/landscape.html index 1a6cd83868b6..4ee0da47e958 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -249,6 +249,7 @@

Landscape