Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] (PR#12142) diplomacy changes broke compatibility in S2_0
Home

[Freeciv-Dev] (PR#12142) diplomacy changes broke compatibility in S2_0

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12142) diplomacy changes broke compatibility in S2_0
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 6 Feb 2005 02:14:17 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12142 >

Diptreaty.h contains these changes:

-                  CLAUSE_VISION, CLAUSE_TEAM, CLAUSE_EMBASSY, 
CLAUSE_LAST };
+                  CLAUSE_VISION, CLAUSE_EMBASSY, CLAUSE_LAST };

this means that if you connect to a S2_0 server with a beta7 client, any 
CLAUSE_EMBASSY will be treated as a CLAUSE_TEAM by the client.  This is 
a major bug.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12142) diplomacy changes broke compatibility in S2_0, Jason Short <=