empserver/tests/bridgefall
Markus Armbruster c8e7548f24 contact: Move contact state from struct natstr to contactstr
Contact state is relatively bulky: it's a big chunk of struct natstr,
and adds almost 200 bytes per country to xdump nat for deities.

Contact changes rarely.  Since we avoid unnecessary updates, it
doesn't change at all unless option HIDDEN is enabled.  Rewriting it
to disk on every nation update and retransmitting it in every deity
xdump nat is wasteful.

To avoid this waste, move contact state to its own struct contactstr.

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:20 +02:00
..
easy-off bridgefall: Fix loss of bridge support with EASY_BRIDGES off 2014-02-16 12:00:18 +01:00
easy-on bridgefall: Fix support loss with EASY_BRIDGES and BRIDGETOWERS on 2014-02-16 12:00:18 +01:00
final.xdump contact: Move contact state from struct natstr to contactstr 2017-08-06 20:09:20 +02:00
journal.log sect: Keep work percentage without civilians at 100% 2017-08-06 19:59:57 +02:00
server.log tests/bridgefall: New; exercising splashing of bridges 2014-02-16 11:51:50 +01:00
setup-POGO tests/bridgefall: Cover units tumbling down with bridges 2014-02-16 13:19:24 +01:00