empserver/tests/navi-march
Markus Armbruster 92693cba65 relations: Move relations state from struct natstr to relatstr
Relations state is relatively bulky: it's a big chunk of struct
natstr, and adds 200 bytes per country to xdump nat.

Relations change rarely.  Rewriting it to disk on every nation update
and retransmitting it in every xdump nat is wasteful.

To avoid this waste, move relations state to its own struct relatstr.

This is of course an xdump compatibility break.  We're not maintaining
xdump compatibility in this release.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 20:09:22 +02:00
..
01-navigate-1 tests/navi-march: Cover abort at movement prompt 2015-12-05 13:19:39 +01:00
02-march-1 tests/navi-march: Cover abort at movement prompt 2015-12-05 13:19:39 +01:00
99-POGO tests: Wean off deprecated retreat syntax 2015-03-02 08:20:49 +01:00
final.xdump relations: Move relations state from struct natstr to relatstr 2017-08-06 20:09:22 +02:00
journal.log tests/navi-march: Cover abort at movement prompt 2015-12-05 13:19:39 +01:00
server.log navigate march: Fix abort not to wipe out concurrent updates 2015-12-05 13:19:39 +01:00
setup-POGO tests/navi-march: Cover running out of mobility completely 2015-12-05 12:51:07 +01:00