Freeciv-3.2
|
#include <stdlib.h>
#include <SDL3/SDL.h>
#include "fcintl.h"
#include "log.h"
#include "client_main.h"
#include "clinet.h"
#include "packhand.h"
#include "servers.h"
#include "chatline.h"
#include "colors.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapview.h"
#include "messagewin.h"
#include "optiondlg.h"
#include "pages.h"
#include "themespec.h"
#include "widget.h"
#include "connectdlg.h"
Go to the source code of this file.
Variables | |
static struct server_list * | server_list = NULL |
static struct server_scan * | server_scan = NULL |
static struct advanced_dialog * | meta_server = NULL |
static struct small_dialog * | connect_dlg = NULL |
User interacted with cancel -button
Definition at line 522 of file connectdlg.c.
Close password dialog with no password given.
Definition at line 766 of file connectdlg.c.
Close and destroy the dialog.
Definition at line 1090 of file connectdlg.c.
User interacted with connect -widget
Definition at line 84 of file connectdlg.c.
New Password
Definition at line 905 of file connectdlg.c.
User interacted with password widget
Definition at line 725 of file connectdlg.c.
User interacted with playername widget.
Definition at line 459 of file connectdlg.c.
User interacted with port number widget.
Definition at line 499 of file connectdlg.c.
Verify Password
Definition at line 922 of file connectdlg.c.
User interacted with servername widget.
Definition at line 479 of file connectdlg.c.
Close servers dialog.
Definition at line 119 of file connectdlg.c.
void handle_authentication_req | ( | enum authentication_type | type, |
const char * | message | ||
) |
Popup passwd dialog depending on what type of authentication request the server is making.
Definition at line 1115 of file connectdlg.c.
Provide a packet handler for packet_game_load
Definition at line 76 of file connectdlg.c.
User interacted with server list window.
Definition at line 111 of file connectdlg.c.
Open connection dialog for either meta or lan scan.
Definition at line 215 of file connectdlg.c.
Open dialog for joining to game.
Definition at line 535 of file connectdlg.c.
Open dialog for new password.
Definition at line 948 of file connectdlg.c.
Open password dialog.
Definition at line 778 of file connectdlg.c.
Wrapper on server_scan_begin() and server_scan_get_list() functions.
WARNING !: use "server_scan_finish()" to free server list.
Definition at line 183 of file connectdlg.c.
Server selected from dialog.
Definition at line 138 of file connectdlg.c.
User interacted with "Next" -button after entering password.
Definition at line 739 of file connectdlg.c.
Provide an interface for connecting to a Freeciv server. sdl3-client does it as popup main start menu which != connecting dlg.
Definition at line 1151 of file connectdlg.c.
Callback function for when there's an error in the server scan.
Definition at line 155 of file connectdlg.c.
|
static |
Definition at line 61 of file connectdlg.c.
|
static |
Definition at line 60 of file connectdlg.c.
Definition at line 57 of file connectdlg.c.
|
static |
Definition at line 58 of file connectdlg.c.