]> git.pond.sub.org Git - empserver/commit - tests/fairland/stunted.out
fairland: Tweak progress messages
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 8 Aug 2020 11:34:02 +0000 (13:34 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 5 Jan 2021 09:41:36 +0000 (10:41 +0100)
commit581d1bae1214284cab3d40b72b6a57763a855fb7
tree49799d2eaee5a82dca8da51da6037f6024eb7e82
parenta6ac42d5f65b83e9752aea80a54a6970297d6ebb
fairland: Tweak progress messages

"fairland: unstable drift -- try increasing DRIFT_MAX" is confusing:
it looks like an error, but isn't, and increasing DRIFT_MAX requires a
recompile.  I'm not sure it can happen.  Replace by just "unstable
drift".

"fairland: error -- continent %c had no room to grow!" is pretty
redundant: it's always followed by "Only managed to grow %d out of %d
sectors."  and then "ERROR: World not large enough to hold
continents".  All it adds is which of the continents failed to grow,
and that's not actionable.  Drop the message.

The message sequence "designating sectors...", "adding resources...",
"setting coastal flags...", and "writing to sectors file..." is a bit
of a lie as these four tasks aren't actually done one after the other.
Replace by just "writing to sectors file..."

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/util/fairland.c
tests/fairland/no-spike.out
tests/fairland/plain.out
tests/fairland/spike.out
tests/fairland/stunted.out