From 7657c1acb4c7b74a144a566ee21de98200c45675 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Mon, 3 May 2021 09:12:47 +0200 Subject: [PATCH] The "Trireme" flag has been renamed CoastStrict. See osdn #42158 --- common/aicore/path_finding.c | 2 +- data/alien/terrain.ruleset | 2 +- data/civ1/terrain.ruleset | 2 +- data/civ2/terrain.ruleset | 2 +- data/civ2civ3/terrain.ruleset | 2 +- data/classic/terrain.ruleset | 2 +- data/experimental/terrain.ruleset | 2 +- data/granularity/terrain.ruleset | 2 +- data/multiplayer/terrain.ruleset | 2 +- data/ruledit/comments-3.1.txt | 2 +- data/sandbox/terrain.ruleset | 2 +- data/stub/terrain.ruleset | 2 +- data/webperimental/terrain.ruleset | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/aicore/path_finding.c b/common/aicore/path_finding.c index 74ee749e4f..69d520442d 100644 --- a/common/aicore/path_finding.c +++ b/common/aicore/path_finding.c @@ -935,7 +935,7 @@ static struct pf_map *pf_normal_map_new(const struct pf_parameter *parameter) /* Danger path-finding maps are used for units which can cross some areas * but not ending their turn there. It used to be used for triremes notably. - * But since Freeciv 2.2, units with the "Trireme" flag just have + * But since Freeciv 2.2, units with the "CoastStrict" flag just have * restricted moves, then it is not use anymore. */ /* Node definition. Note we try to have the smallest data as possible. */ diff --git a/data/alien/terrain.ruleset b/data/alien/terrain.ruleset index d3afc387b6..c54e8e6b85 100644 --- a/data/alien/terrain.ruleset +++ b/data/alien/terrain.ruleset @@ -170,7 +170,7 @@ ocean_resources = TRUE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe coast for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/civ1/terrain.ruleset b/data/civ1/terrain.ruleset index 6b6779d92f..bbd52ed95e 100644 --- a/data/civ1/terrain.ruleset +++ b/data/civ1/terrain.ruleset @@ -164,7 +164,7 @@ igter_cost = 1 ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/civ2/terrain.ruleset b/data/civ2/terrain.ruleset index 2a894bf97a..951978ccaa 100644 --- a/data/civ2/terrain.ruleset +++ b/data/civ2/terrain.ruleset @@ -164,7 +164,7 @@ pythagorean_diagonal = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/civ2civ3/terrain.ruleset b/data/civ2civ3/terrain.ruleset index 29c9f1ff45..2b7e0a11bf 100644 --- a/data/civ2civ3/terrain.ruleset +++ b/data/civ2civ3/terrain.ruleset @@ -176,7 +176,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/classic/terrain.ruleset b/data/classic/terrain.ruleset index 51b45bddd9..4772325438 100644 --- a/data/classic/terrain.ruleset +++ b/data/classic/terrain.ruleset @@ -169,7 +169,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/experimental/terrain.ruleset b/data/experimental/terrain.ruleset index 64ef8b04a8..6b4ed0742b 100644 --- a/data/experimental/terrain.ruleset +++ b/data/experimental/terrain.ruleset @@ -171,7 +171,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/granularity/terrain.ruleset b/data/granularity/terrain.ruleset index d4f5212c13..12b7a2cb77 100644 --- a/data/granularity/terrain.ruleset +++ b/data/granularity/terrain.ruleset @@ -166,7 +166,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe coast for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/multiplayer/terrain.ruleset b/data/multiplayer/terrain.ruleset index ed350b0e9f..a7b1f6d3fe 100644 --- a/data/multiplayer/terrain.ruleset +++ b/data/multiplayer/terrain.ruleset @@ -169,7 +169,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/ruledit/comments-3.1.txt b/data/ruledit/comments-3.1.txt index 643e33ae45..362b0cb3ac 100644 --- a/data/ruledit/comments-3.1.txt +++ b/data/ruledit/comments-3.1.txt @@ -643,7 +643,7 @@ terrains = "\ ; actual chance of river generation is controlled\n\ ; separately).\n\ ; - UnsafeCoast = This terrain does not provide a safe voyage for\n\ -; units with flag \"Trireme\"\n\ +; units with flag \"CoastStrict\"\n\ ; - FreshWater = This terrain is used for small bodies of water.\n\ ; If this becomes adjacent to non-FreshWater terrain,\n\ ; the whole contiguous FreshWater area will be flooded\n\ diff --git a/data/sandbox/terrain.ruleset b/data/sandbox/terrain.ruleset index 675df65f68..02306509aa 100644 --- a/data/sandbox/terrain.ruleset +++ b/data/sandbox/terrain.ruleset @@ -177,7 +177,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/stub/terrain.ruleset b/data/stub/terrain.ruleset index 0d911b957a..b0f4c6c420 100644 --- a/data/stub/terrain.ruleset +++ b/data/stub/terrain.ruleset @@ -157,7 +157,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe coast for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded diff --git a/data/webperimental/terrain.ruleset b/data/webperimental/terrain.ruleset index 24c3bb1f9a..d3bacb92a9 100644 --- a/data/webperimental/terrain.ruleset +++ b/data/webperimental/terrain.ruleset @@ -169,7 +169,7 @@ ocean_resources = FALSE ; actual chance of river generation is controlled ; separately). ; - UnsafeCoast = This terrain does not provide a safe voyage for -; units with flag "Trireme" +; units with flag "CoastStrict" ; - FreshWater = This terrain is used for small bodies of water. ; If this becomes adjacent to non-FreshWater terrain, ; the whole contiguous FreshWater area will be flooded -- 2.30.2