Freeciv-3.3
|
#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 "ratesdlg_g.h"
#include "update_queue.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 "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 441 of file chatline.c.
Clear all text from the output window.
Definition at line 409 of file chatline.c.
User did something to connection list dialog.
Definition at line 419 of file chatline.c.
User selected to get back from connection list dialog.
Definition at line 427 of file chatline.c.
User clicked load game dialog close-button.
Definition at line 124 of file chatline.c.
User interacted with connection dialog input field.
Definition at line 502 of file chatline.c.
Sent msg/command from input dlg to server
Definition at line 340 of file chatline.c.
User interacted with Load Game button.
Definition at line 556 of file chatline.c.
User selected file to load.
Definition at line 140 of file chatline.c.
Get the text of the output window, and call write_chatline_content() to log it.
Definition at line 401 of file chatline.c.
User event to load game dialog window.
Definition at line 86 of file chatline.c.
Close connection list dialog.
Definition at line 872 of file chatline.c.
Close load game dialog
Definition at line 98 of file chatline.c.
Open connection list dialog
Definition at line 664 of file chatline.c.
This function is main chat/command client input.
Definition at line 355 of file chatline.c.
Open load game dialog
Definition at line 164 of file chatline.c.
Update the connected users list at pregame state.
Definition at line 571 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 381 of file chatline.c.
User interacted with Select Nation button.
Definition at line 533 of file chatline.c.
User interacted with Start Game button.
Definition at line 521 of file chatline.c.
Got version message from metaserver thread.
Definition at line 902 of file chatline.c.
struct advanced_dialog* load_dialog |
Definition at line 81 of file chatline.c.