Freeciv-3.2
|
Go to the source code of this file.
Close all open diplomacy dialogs.
Called when the client disconnects from game.
Definition at line 81 of file diplodlg.c.
void gui_gui_init_meeting | ( | struct Treaty * | ptreaty, |
struct player * | they, | ||
struct player * | initiator | ||
) |
Handle the start of a diplomacy meeting - usually by popping up a diplomacy dialog.
Definition at line 36 of file diplodlg.c.
Prepare to clause creation or removal.
Definition at line 71 of file diplodlg.c.
Update a player's acceptance status of a treaty (traditionally shown with the thumbs-up/thumbs-down sprite).
Definition at line 27 of file diplodlg.c.
void gui_gui_recv_cancel_meeting | ( | struct Treaty * | ptreaty, |
struct player * | they, | ||
struct player * | initiator | ||
) |
Update the diplomacy dialog when the meeting is canceled (the dialog should be closed).
Definition at line 54 of file diplodlg.c.
Update the diplomacy dialog by adding a clause.
Definition at line 45 of file diplodlg.c.