[Freeciv-Dev] Re: (PR#5378) Diplomacy information in map middle-click
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] Re: (PR#5378) Diplomacy information in map middle-click |
From: |
"Daniel L Speyer" <dspeyer@xxxxxxxxxxx> |
Date: |
Sun, 24 Aug 2003 07:51:05 -0700 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
Gregory Berkolaiko wrote:
>On Sat, 23 Aug 2003, Daniel L Speyer wrote:
>
>
>
>>I've been playing with diplomacy and borders lately, and I've been
>>getting annoyed at the need to go to the players dialog to find out if
>>territory is friendly or not. I want to be able to just middle-click
>>and find out. For that purpose, I have written this patch, which throws
>>in that information. (It also corrects the annoying grammatical error
>>the current code suffers from "Claimed by American"? WTF?)
>>
>>
>
>This is a very good patch. But we need to do it for GTK2 too, at least,
>and preferably to separate it into a common function for all clients, if
>it is possible. I think Jason was thinking about it but he seems to be on
>vacation now...
>
>G.
>
>
>
>
>
The real solution is clearly to make a char* get_popup_info(int x, int
y) function in mapctrl_common and have the various GUIs call it. I'm
reluctant to mess with the GUIs I don't know (especially win32 and mui
which I can't test) but I might be able to do it. In any case, I don't
see a reason for the adding-diplomacy-info patch to wait for the
commonizing-popup-info patch, which I'll work on if I get a chance.
--Daniel Speyer
|
|