Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: teamslite11
Home

[Freeciv-Dev] Re: teamslite11

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Per I. Mathisen" <per@xxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: teamslite11
From: Thomas Strub <ue80@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 29 Oct 2002 20:55:09 +0100

On Tue, Oct 29, 2002 at 06:15:36PM +0000, Per I. Mathisen wrote:
> Hopefully last one. Changes:
>  - removed some patch "noise"
>  - ensure sane team names
>  - removed need for team_register function
>  - teamchat -> send to allies
>  - send to allies key is '.'

Fine.

I don't understand:

+    if (plr0->team != TEAM_NONE && plr1->team != TEAM_NONE
+        && plr0->team != plr1->team) {
+      notify_player(plr0, _("You cannot do diplomacy with "
+                           "members of another team."));
+      return;
+    }

When tere are more than 2 teams it can be useful to make diplomacy with
another team.

Thomas


[Prev in Thread] Current Thread [Next in Thread]