empserver/tests/smoke
Markus Armbruster a109de948b Remove option TREATIES
TREATIES has issues:

* Treaties can cover attack, assault, paradrop, board, lboard, fire,
  build (s|p|l|n) and enlist, but not bomb, launch, torpedo and
  enlistment centers.

* Usability is very poor.  While a treaty is in effect, every player
  action that violates a treaty condition triggers a prompt like this:

    This action is in contravention of  treaty #0 (with Curmudgeon)
    Do you wish to go ahead anyway? [yn]

  If you decline, the action is not executed.  If you accept, it is.
  In both cases, your decision is reported in the news.

  You cannot get rid of these prompts until the treaty expires.

* Virtually nobody uses them.

* Virtually unused code is buggy code.  There is at least one race
  condition: multifire() reads the firing sector, ship or land unit
  before the treaty prompt, and writes it back after, triggering a
  generation oops.  Any updates made by other threads while trechk()
  waits for input are wiped out, triggering a seqno mismatch oops.

* The treaty prompts could confuse smart clients that aren't prepared
  for them.  WinACE isn't, but is reported to work anyway at least
  common usage.  Ron Koenderink (the WinACE maintainer) suspects there
  could be a few situations where it will fail.

This feature is not earning its keep.  Remove it.  Drop command
treaty, consider treaty, offer treaty, xdump treaty, reject treaties.
Output of accept changed, obviously.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2014-02-16 11:44:14 +01:00
..
00 Remove option TREATIES 2014-02-16 11:44:14 +01:00
01 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
02 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
03 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
04 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
05 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
06 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
07 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
08 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
09 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
10 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
11 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
12 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
13 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
14 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
15 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
16 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
99 Remove option TREATIES 2014-02-16 11:44:14 +01:00
fairland.xdump Remove option TREATIES 2014-02-16 11:44:14 +01:00
final.xdump Remove option TREATIES 2014-02-16 11:44:14 +01:00
journal.log Remove option TREATIES 2014-02-16 11:44:14 +01:00
newcap_script Remove fairland from smoke test 2013-05-08 06:55:19 +02:00
server.log tests: Enable running_test_suite by default 2014-01-19 10:09:17 +01:00