]> git.pond.sub.org Git - empserver/commit
(flee, army, wing): Print how many new members were added.
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 30 May 2005 14:56:02 +0000 (14:56 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 30 May 2005 14:56:02 +0000 (14:56 +0000)
commit18ee9a2f355096cbff7c06a4ea9cd7cf3b3fc86d
treeeebe53392da5348a132b61857decbc9996ecddbb
parent33ae33b556ca15145600931baf3ec87876cabbba
(flee, army, wing): Print how many new members were added.
Previously, it printed how many were selected, which can include old
members of the group.

(flee, army): The rather obscure feature to assign the fleet's /
army's retreat orders to members was broken.  It ignored ownership,
and thus could copy some other player's retreat orders.  Abusable.
Copying the first member's retreat orders is less than useful, in
particular for group ~.  The code now chooses the first one in the
same sector with RET_GROUP set.  RET_GROUP is never set for group ~.
info/Commands/retreat.t
src/lib/commands/army.c
src/lib/commands/flee.c
src/lib/commands/wing.c