Home
last modified time | relevance | path

Searched defs:ai_dip_intel (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Daidata.h44 struct ai_dip_intel { struct
46 struct player *is_allied_with_enemy;
47 struct player *at_war_with_ally;
48 struct player *is_allied_with_ally;
51 int distance; /* average distance to that player's cities */
52 int countdown; /* we're on a countdown to war declaration */
53 enum war_reason war_reason; /* why we declare war */
54 signed char ally_patience; /* we EXPECT our allies to help us! */
55 signed char asked_about_peace; /* don't ask again */
56 signed char asked_about_alliance; /* don't nag! */
[all …]
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Daidata.h44 struct ai_dip_intel { struct
46 struct player *is_allied_with_enemy;
47 struct player *at_war_with_ally;
48 struct player *is_allied_with_ally;
51 int distance; /* average distance to that player's cities */
52 int countdown; /* we're on a countdown to war declaration */
53 enum war_reason war_reason; /* why we declare war */
54 signed char ally_patience; /* we EXPECT our allies to help us! */
55 signed char asked_about_peace; /* don't ask again */
56 signed char asked_about_alliance; /* don't nag! */
[all …]