freecol/test
Stian Grenborgen 4f7f25171d Fixes multiple issues with connections, multiplayer games and the meta server. Changes:
* Network messages expecting a reply now have a timeout (default 30 seconds).
* Fixes issue where multiplayer games only listened on the loopback address (for systems where the hostname resolves to the localhost address).
* It's now possible to specify the binding address when running a multiplayer game. Only IPv4 is supported for now. It's easy to support IPv6, but we need to find a better way of displaying possible addresses first (perhaps using the NIC's name instead of the address?)
* The player gets an error when trying to register a server as public if the server is not connectable.
* Fixes game crash after the LoadingSavegameDialog gets cancelled (happened when a new game got loaded).
* Fixes the LoadingSavegameDialog so that the chosen values are actually used.
* The header now gets the translated title (the message key was wrong).
2022-04-30 11:05:01 +02:00
..
data Add test/data/.gitignore so that test/data exists as required for SerializationTest to work. Ignore its contents. 2013-03-05 19:20:25 +10:30
lib Updating bundled junit from 4.11 to 4.12 2017-08-21 15:04:44 -07:00
src/net/sf/freecol Fixes multiple issues with connections, multiplayer games and the meta server. Changes: 2022-04-30 11:05:01 +02:00
TEST-HOWTO Improve wording of TEST-HOWTO to increase legibility and fix some typos 2016-08-31 00:34:40 -05:00