empserver/tests/retreat
Markus Armbruster cf4e9bc89d contact: Initialize contact state properly
A country must always be in contact of itself when option HIDDEN is
enabled.  The code ensures this by establishing contact whenever a
player logs in, in init_nats().  This is not the proper place.  Game
state should be initialized in empfile's oninit() callback, in this
case nat_oninit().  Do that, and drop the putcontact() from
init_nats().

Note that option LOSE_CONTACT only affects contact to other countries:
agecontact() doesn't age the country's contact to itself.

Use the opportunity to initialize contact so that getcontact() works
even when HIDDEN is disabled.  Just cleanup, it isn't actually called
then.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 20:09:20 +02:00
..
01-retreat-1 retreat: Fix group retreat after failed board sinks ship 2015-03-02 08:20:51 +01:00
99-POGO tests: Wean off deprecated retreat syntax 2015-03-02 08:20:49 +01:00
final.xdump contact: Initialize contact state properly 2017-08-06 20:09:20 +02:00
journal.log torpedo fire: Reveal sub hit by return fire or depth charge 2015-03-02 08:20:52 +01:00
server.log Revert "retreat: Oops on retreating ghosts" 2015-03-02 08:20:51 +01:00
setup-2 tests/retreat: Cover ships and land units on sale 2015-03-02 08:20:48 +01:00
setup-POGO tests/retreat: Cover retreat after failed board sinks victim 2015-03-02 08:20:50 +01:00