Freeciv-3.2
|
#include <SDL3/SDL.h>
#include "fcintl.h"
#include "log.h"
#include "game.h"
#include "packets.h"
#include "client_main.h"
#include "clinet.h"
#include "connectdlg_common.h"
#include "colors.h"
#include "dialogs.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapview.h"
#include "messagewin.h"
#include "pages.h"
#include "themespec.h"
#include "utf8string.h"
#include "widget.h"
#include "chatline.h"
Go to the source code of this file.
Data Structures | |
struct | CONNLIST |
Variables | |
struct CONNLIST * | conn_dlg = NULL |
struct advanced_dialog * | load_dialog |
Handle chat messages when connection dialog open.
Definition at line 440 of file chatline.c.
Clear all text from the output window.
Definition at line 408 of file chatline.c.
User did something to connection list dialog.
Definition at line 418 of file chatline.c.
User selected to get back from connection list dialog.
Definition at line 426 of file chatline.c.
User clicked load game dialog close-button.
Definition at line 123 of file chatline.c.
User interacted with connection dialog input field.
Definition at line 501 of file chatline.c.
Sent msg/command from input dlg to server
Definition at line 339 of file chatline.c.
User interacted with Load Game button.
Definition at line 555 of file chatline.c.
User selected file to load.
Definition at line 139 of file chatline.c.
Get the text of the output window, and call write_chatline_content() to log it.
Definition at line 400 of file chatline.c.
User event to load game dialog window.
Definition at line 85 of file chatline.c.
Close connection list dialog.
Definition at line 871 of file chatline.c.
Close load game dialog
Definition at line 97 of file chatline.c.
Open connection list dialog
Definition at line 663 of file chatline.c.
This function is main chat/command client input.
Definition at line 354 of file chatline.c.
Open load game dialog
Definition at line 163 of file chatline.c.
Update the connected users list at pregame state.
Definition at line 570 of file chatline.c.
void real_output_window_append | ( | const char * | astring, |
const struct text_tag_list * | tags, | ||
int | conn_id | ||
) |
Appends the string to the chat output window. The string should be inserted on its own line, although it will have no newline.
Definition at line 380 of file chatline.c.
User interacted with Select Nation button.
Definition at line 532 of file chatline.c.
User interacted with Start Game button.
Definition at line 520 of file chatline.c.
Got version message from metaserver thread.
Definition at line 901 of file chatline.c.
struct advanced_dialog* load_dialog |
Definition at line 80 of file chatline.c.