Freeciv-3.1
Loading...
Searching...
No Matches
Functions | Variables
packets_gen.c File Reference
#include <string.h>
#include "bitvector.h"
#include "capability.h"
#include "genhash.h"
#include "log.h"
#include "mem.h"
#include "support.h"
#include "capstr.h"
#include "connection.h"
#include "dataio.h"
#include "game.h"
#include "packets.h"

Go to the source code of this file.

Functions

void delta_stats_report (void)
 
void delta_stats_reset (void)
 
const char * packet_name (enum packet_type type)
 
bool packet_has_game_info_flag (enum packet_type type)
 
static struct packet_processing_startedreceive_packet_processing_started_100 (struct connection *pc)
 
static int send_packet_processing_started_100 (struct connection *pc)
 
int send_packet_processing_started (struct connection *pc)
 
static struct packet_processing_finishedreceive_packet_processing_finished_100 (struct connection *pc)
 
static int send_packet_processing_finished_100 (struct connection *pc)
 
int send_packet_processing_finished (struct connection *pc)
 
static struct packet_investigate_startedreceive_packet_investigate_started_100 (struct connection *pc)
 
static int send_packet_investigate_started_100 (struct connection *pc, const struct packet_investigate_started *packet)
 
static struct packet_investigate_startedreceive_packet_investigate_started_101 (struct connection *pc)
 
static int send_packet_investigate_started_101 (struct connection *pc, const struct packet_investigate_started *packet)
 
int send_packet_investigate_started (struct connection *pc, const struct packet_investigate_started *packet)
 
int dsend_packet_investigate_started (struct connection *pc, int unit_id16, int unit_id32, int city_id16, int city_id32)
 
static struct packet_investigate_finishedreceive_packet_investigate_finished_100 (struct connection *pc)
 
static int send_packet_investigate_finished_100 (struct connection *pc, const struct packet_investigate_finished *packet)
 
static struct packet_investigate_finishedreceive_packet_investigate_finished_101 (struct connection *pc)
 
static int send_packet_investigate_finished_101 (struct connection *pc, const struct packet_investigate_finished *packet)
 
int send_packet_investigate_finished (struct connection *pc, const struct packet_investigate_finished *packet)
 
int dsend_packet_investigate_finished (struct connection *pc, int unit_id16, int unit_id32, int city_id16, int city_id32)
 
static struct packet_server_join_reqreceive_packet_server_join_req_100 (struct connection *pc)
 
static int send_packet_server_join_req_100 (struct connection *pc, const struct packet_server_join_req *packet)
 
int send_packet_server_join_req (struct connection *pc, const struct packet_server_join_req *packet)
 
int dsend_packet_server_join_req (struct connection *pc, const char *username, const char *capability, const char *version_label, int major_version, int minor_version, int patch_version)
 
static struct packet_server_join_replyreceive_packet_server_join_reply_100 (struct connection *pc)
 
static int send_packet_server_join_reply_100 (struct connection *pc, const struct packet_server_join_reply *packet)
 
int send_packet_server_join_reply (struct connection *pc, const struct packet_server_join_reply *packet)
 
static struct packet_authentication_reqreceive_packet_authentication_req_100 (struct connection *pc)
 
static int send_packet_authentication_req_100 (struct connection *pc, const struct packet_authentication_req *packet)
 
int send_packet_authentication_req (struct connection *pc, const struct packet_authentication_req *packet)
 
int dsend_packet_authentication_req (struct connection *pc, enum authentication_type type, const char *message)
 
static struct packet_authentication_replyreceive_packet_authentication_reply_100 (struct connection *pc)
 
static int send_packet_authentication_reply_100 (struct connection *pc, const struct packet_authentication_reply *packet)
 
int send_packet_authentication_reply (struct connection *pc, const struct packet_authentication_reply *packet)
 
static struct packet_server_shutdownreceive_packet_server_shutdown_100 (struct connection *pc)
 
static int send_packet_server_shutdown_100 (struct connection *pc)
 
int send_packet_server_shutdown (struct connection *pc)
 
void lsend_packet_server_shutdown (struct conn_list *dest)
 
static struct packet_nation_select_reqreceive_packet_nation_select_req_100 (struct connection *pc)
 
static int send_packet_nation_select_req_100 (struct connection *pc, const struct packet_nation_select_req *packet)
 
int send_packet_nation_select_req (struct connection *pc, const struct packet_nation_select_req *packet)
 
int dsend_packet_nation_select_req (struct connection *pc, int player_no, Nation_type_id nation_no, bool is_male, const char *name, int style)
 
static struct packet_player_readyreceive_packet_player_ready_100 (struct connection *pc)
 
static int send_packet_player_ready_100 (struct connection *pc, const struct packet_player_ready *packet)
 
int send_packet_player_ready (struct connection *pc, const struct packet_player_ready *packet)
 
int dsend_packet_player_ready (struct connection *pc, int player_no, bool is_ready)
 
static struct packet_endgame_reportreceive_packet_endgame_report_100 (struct connection *pc)
 
static int send_packet_endgame_report_100 (struct connection *pc, const struct packet_endgame_report *packet)
 
int send_packet_endgame_report (struct connection *pc, const struct packet_endgame_report *packet)
 
void lsend_packet_endgame_report (struct conn_list *dest, const struct packet_endgame_report *packet)
 
static struct packet_endgame_playerreceive_packet_endgame_player_100 (struct connection *pc)
 
static int send_packet_endgame_player_100 (struct connection *pc, const struct packet_endgame_player *packet)
 
int send_packet_endgame_player (struct connection *pc, const struct packet_endgame_player *packet)
 
void lsend_packet_endgame_player (struct conn_list *dest, const struct packet_endgame_player *packet)
 
static struct packet_tile_inforeceive_packet_tile_info_100 (struct connection *pc)
 
static int send_packet_tile_info_100 (struct connection *pc, const struct packet_tile_info *packet)
 
static struct packet_tile_inforeceive_packet_tile_info_101 (struct connection *pc)
 
static int send_packet_tile_info_101 (struct connection *pc, const struct packet_tile_info *packet)
 
int send_packet_tile_info (struct connection *pc, const struct packet_tile_info *packet)
 
void lsend_packet_tile_info (struct conn_list *dest, const struct packet_tile_info *packet)
 
static struct packet_game_inforeceive_packet_game_info_100 (struct connection *pc)
 
static int send_packet_game_info_100 (struct connection *pc, const struct packet_game_info *packet)
 
int send_packet_game_info (struct connection *pc, const struct packet_game_info *packet)
 
static struct packet_calendar_inforeceive_packet_calendar_info_100 (struct connection *pc)
 
static int send_packet_calendar_info_100 (struct connection *pc, const struct packet_calendar_info *packet)
 
int send_packet_calendar_info (struct connection *pc, const struct packet_calendar_info *packet)
 
static struct packet_timeout_inforeceive_packet_timeout_info_100 (struct connection *pc)
 
static int send_packet_timeout_info_100 (struct connection *pc, const struct packet_timeout_info *packet)
 
int send_packet_timeout_info (struct connection *pc, const struct packet_timeout_info *packet)
 
static struct packet_map_inforeceive_packet_map_info_100 (struct connection *pc)
 
static int send_packet_map_info_100 (struct connection *pc, const struct packet_map_info *packet)
 
int send_packet_map_info (struct connection *pc, const struct packet_map_info *packet)
 
void lsend_packet_map_info (struct conn_list *dest, const struct packet_map_info *packet)
 
static struct packet_nuke_tile_inforeceive_packet_nuke_tile_info_100 (struct connection *pc)
 
static int send_packet_nuke_tile_info_100 (struct connection *pc, const struct packet_nuke_tile_info *packet)
 
int send_packet_nuke_tile_info (struct connection *pc, const struct packet_nuke_tile_info *packet)
 
void lsend_packet_nuke_tile_info (struct conn_list *dest, const struct packet_nuke_tile_info *packet)
 
int dsend_packet_nuke_tile_info (struct connection *pc, int tile)
 
void dlsend_packet_nuke_tile_info (struct conn_list *dest, int tile)
 
static struct packet_team_name_inforeceive_packet_team_name_info_100 (struct connection *pc)
 
static int send_packet_team_name_info_100 (struct connection *pc, const struct packet_team_name_info *packet)
 
int send_packet_team_name_info (struct connection *pc, const struct packet_team_name_info *packet)
 
void lsend_packet_team_name_info (struct conn_list *dest, const struct packet_team_name_info *packet)
 
static struct packet_achievement_inforeceive_packet_achievement_info_100 (struct connection *pc)
 
static int send_packet_achievement_info_100 (struct connection *pc, const struct packet_achievement_info *packet)
 
int send_packet_achievement_info (struct connection *pc, const struct packet_achievement_info *packet)
 
void lsend_packet_achievement_info (struct conn_list *dest, const struct packet_achievement_info *packet)
 
static struct packet_chat_msgreceive_packet_chat_msg_100 (struct connection *pc)
 
static int send_packet_chat_msg_100 (struct connection *pc, const struct packet_chat_msg *packet)
 
int send_packet_chat_msg (struct connection *pc, const struct packet_chat_msg *packet)
 
void lsend_packet_chat_msg (struct conn_list *dest, const struct packet_chat_msg *packet)
 
static struct packet_early_chat_msgreceive_packet_early_chat_msg_100 (struct connection *pc)
 
static int send_packet_early_chat_msg_100 (struct connection *pc, const struct packet_early_chat_msg *packet)
 
int send_packet_early_chat_msg (struct connection *pc, const struct packet_early_chat_msg *packet)
 
void lsend_packet_early_chat_msg (struct conn_list *dest, const struct packet_early_chat_msg *packet)
 
static struct packet_chat_msg_reqreceive_packet_chat_msg_req_100 (struct connection *pc)
 
static int send_packet_chat_msg_req_100 (struct connection *pc, const struct packet_chat_msg_req *packet)
 
int send_packet_chat_msg_req (struct connection *pc, const struct packet_chat_msg_req *packet)
 
int dsend_packet_chat_msg_req (struct connection *pc, const char *message)
 
static struct packet_connect_msgreceive_packet_connect_msg_100 (struct connection *pc)
 
static int send_packet_connect_msg_100 (struct connection *pc, const struct packet_connect_msg *packet)
 
int send_packet_connect_msg (struct connection *pc, const struct packet_connect_msg *packet)
 
int dsend_packet_connect_msg (struct connection *pc, const char *message)
 
static struct packet_server_inforeceive_packet_server_info_100 (struct connection *pc)
 
static int send_packet_server_info_100 (struct connection *pc, const struct packet_server_info *packet)
 
int send_packet_server_info (struct connection *pc, const struct packet_server_info *packet)
 
int dsend_packet_server_info (struct connection *pc, const char *version_label, int major_version, int minor_version, int patch_version, int emerg_version)
 
static struct packet_city_removereceive_packet_city_remove_100 (struct connection *pc)
 
static int send_packet_city_remove_100 (struct connection *pc, const struct packet_city_remove *packet)
 
static struct packet_city_removereceive_packet_city_remove_101 (struct connection *pc)
 
static int send_packet_city_remove_101 (struct connection *pc, const struct packet_city_remove *packet)
 
int send_packet_city_remove (struct connection *pc, const struct packet_city_remove *packet)
 
void lsend_packet_city_remove (struct conn_list *dest, const struct packet_city_remove *packet)
 
int dsend_packet_city_remove (struct connection *pc, int city_id16, int city_id32)
 
void dlsend_packet_city_remove (struct conn_list *dest, int city_id16, int city_id32)
 
static struct packet_city_inforeceive_packet_city_info_100 (struct connection *pc)
 
static int send_packet_city_info_100 (struct connection *pc, const struct packet_city_info *packet, bool force_to_send)
 
static struct packet_city_inforeceive_packet_city_info_101 (struct connection *pc)
 
static int send_packet_city_info_101 (struct connection *pc, const struct packet_city_info *packet, bool force_to_send)
 
static struct packet_city_inforeceive_packet_city_info_102 (struct connection *pc)
 
static int send_packet_city_info_102 (struct connection *pc, const struct packet_city_info *packet, bool force_to_send)
 
static struct packet_city_inforeceive_packet_city_info_103 (struct connection *pc)
 
static int send_packet_city_info_103 (struct connection *pc, const struct packet_city_info *packet, bool force_to_send)
 
int send_packet_city_info (struct connection *pc, const struct packet_city_info *packet, bool force_to_send)
 
void lsend_packet_city_info (struct conn_list *dest, const struct packet_city_info *packet, bool force_to_send)
 
static struct packet_city_nationalitiesreceive_packet_city_nationalities_100 (struct connection *pc)
 
static int send_packet_city_nationalities_100 (struct connection *pc, const struct packet_city_nationalities *packet, bool force_to_send)
 
static struct packet_city_nationalitiesreceive_packet_city_nationalities_101 (struct connection *pc)
 
static int send_packet_city_nationalities_101 (struct connection *pc, const struct packet_city_nationalities *packet, bool force_to_send)
 
int send_packet_city_nationalities (struct connection *pc, const struct packet_city_nationalities *packet, bool force_to_send)
 
void lsend_packet_city_nationalities (struct conn_list *dest, const struct packet_city_nationalities *packet, bool force_to_send)
 
static struct packet_city_short_inforeceive_packet_city_short_info_100 (struct connection *pc)
 
static int send_packet_city_short_info_100 (struct connection *pc, const struct packet_city_short_info *packet)
 
static struct packet_city_short_inforeceive_packet_city_short_info_101 (struct connection *pc)
 
static int send_packet_city_short_info_101 (struct connection *pc, const struct packet_city_short_info *packet)
 
int send_packet_city_short_info (struct connection *pc, const struct packet_city_short_info *packet)
 
void lsend_packet_city_short_info (struct conn_list *dest, const struct packet_city_short_info *packet)
 
static struct packet_trade_route_inforeceive_packet_trade_route_info_100 (struct connection *pc)
 
static int send_packet_trade_route_info_100 (struct connection *pc, const struct packet_trade_route_info *packet)
 
static struct packet_trade_route_inforeceive_packet_trade_route_info_101 (struct connection *pc)
 
static int send_packet_trade_route_info_101 (struct connection *pc, const struct packet_trade_route_info *packet)
 
int send_packet_trade_route_info (struct connection *pc, const struct packet_trade_route_info *packet)
 
void lsend_packet_trade_route_info (struct conn_list *dest, const struct packet_trade_route_info *packet)
 
static struct packet_city_sellreceive_packet_city_sell_100 (struct connection *pc)
 
static int send_packet_city_sell_100 (struct connection *pc, const struct packet_city_sell *packet)
 
static struct packet_city_sellreceive_packet_city_sell_101 (struct connection *pc)
 
static int send_packet_city_sell_101 (struct connection *pc, const struct packet_city_sell *packet)
 
int send_packet_city_sell (struct connection *pc, const struct packet_city_sell *packet)
 
int dsend_packet_city_sell (struct connection *pc, int city_id16, int city_id32, int build_id)
 
static struct packet_city_buyreceive_packet_city_buy_100 (struct connection *pc)
 
static int send_packet_city_buy_100 (struct connection *pc, const struct packet_city_buy *packet)
 
static struct packet_city_buyreceive_packet_city_buy_101 (struct connection *pc)
 
static int send_packet_city_buy_101 (struct connection *pc, const struct packet_city_buy *packet)
 
int send_packet_city_buy (struct connection *pc, const struct packet_city_buy *packet)
 
int dsend_packet_city_buy (struct connection *pc, int city_id16, int city_id32)
 
static struct packet_city_changereceive_packet_city_change_100 (struct connection *pc)
 
static int send_packet_city_change_100 (struct connection *pc, const struct packet_city_change *packet)
 
static struct packet_city_changereceive_packet_city_change_101 (struct connection *pc)
 
static int send_packet_city_change_101 (struct connection *pc, const struct packet_city_change *packet)
 
int send_packet_city_change (struct connection *pc, const struct packet_city_change *packet)
 
int dsend_packet_city_change (struct connection *pc, int city_id16, int city_id32, int production_kind, int production_value)
 
static struct packet_city_worklistreceive_packet_city_worklist_100 (struct connection *pc)
 
static int send_packet_city_worklist_100 (struct connection *pc, const struct packet_city_worklist *packet)
 
static struct packet_city_worklistreceive_packet_city_worklist_101 (struct connection *pc)
 
static int send_packet_city_worklist_101 (struct connection *pc, const struct packet_city_worklist *packet)
 
int send_packet_city_worklist (struct connection *pc, const struct packet_city_worklist *packet)
 
int dsend_packet_city_worklist (struct connection *pc, int city_id16, int city_id32, const struct worklist *worklist)
 
static struct packet_city_make_specialistreceive_packet_city_make_specialist_100 (struct connection *pc)
 
static int send_packet_city_make_specialist_100 (struct connection *pc, const struct packet_city_make_specialist *packet)
 
static struct packet_city_make_specialistreceive_packet_city_make_specialist_101 (struct connection *pc)
 
static int send_packet_city_make_specialist_101 (struct connection *pc, const struct packet_city_make_specialist *packet)
 
int send_packet_city_make_specialist (struct connection *pc, const struct packet_city_make_specialist *packet)
 
int dsend_packet_city_make_specialist (struct connection *pc, int city_id16, int city_id32, int tile_id)
 
static struct packet_city_make_workerreceive_packet_city_make_worker_100 (struct connection *pc)
 
static int send_packet_city_make_worker_100 (struct connection *pc, const struct packet_city_make_worker *packet)
 
static struct packet_city_make_workerreceive_packet_city_make_worker_101 (struct connection *pc)
 
static int send_packet_city_make_worker_101 (struct connection *pc, const struct packet_city_make_worker *packet)
 
int send_packet_city_make_worker (struct connection *pc, const struct packet_city_make_worker *packet)
 
int dsend_packet_city_make_worker (struct connection *pc, int city_id16, int city_id32, int tile_id)
 
static struct packet_city_change_specialistreceive_packet_city_change_specialist_100 (struct connection *pc)
 
static int send_packet_city_change_specialist_100 (struct connection *pc, const struct packet_city_change_specialist *packet)
 
static struct packet_city_change_specialistreceive_packet_city_change_specialist_101 (struct connection *pc)
 
static int send_packet_city_change_specialist_101 (struct connection *pc, const struct packet_city_change_specialist *packet)
 
int send_packet_city_change_specialist (struct connection *pc, const struct packet_city_change_specialist *packet)
 
int dsend_packet_city_change_specialist (struct connection *pc, int city_id16, int city_id32, Specialist_type_id from, Specialist_type_id to)
 
static struct packet_city_renamereceive_packet_city_rename_100 (struct connection *pc)
 
static int send_packet_city_rename_100 (struct connection *pc, const struct packet_city_rename *packet)
 
static struct packet_city_renamereceive_packet_city_rename_101 (struct connection *pc)
 
static int send_packet_city_rename_101 (struct connection *pc, const struct packet_city_rename *packet)
 
int send_packet_city_rename (struct connection *pc, const struct packet_city_rename *packet)
 
int dsend_packet_city_rename (struct connection *pc, int city_id16, int city_id32, const char *name)
 
static struct packet_city_options_reqreceive_packet_city_options_req_100 (struct connection *pc)
 
static int send_packet_city_options_req_100 (struct connection *pc, const struct packet_city_options_req *packet)
 
static struct packet_city_options_reqreceive_packet_city_options_req_101 (struct connection *pc)
 
static int send_packet_city_options_req_101 (struct connection *pc, const struct packet_city_options_req *packet)
 
int send_packet_city_options_req (struct connection *pc, const struct packet_city_options_req *packet)
 
int dsend_packet_city_options_req (struct connection *pc, int city_id16, int city_id32, bv_city_options options)
 
static struct packet_city_refreshreceive_packet_city_refresh_100 (struct connection *pc)
 
static int send_packet_city_refresh_100 (struct connection *pc, const struct packet_city_refresh *packet)
 
static struct packet_city_refreshreceive_packet_city_refresh_101 (struct connection *pc)
 
static int send_packet_city_refresh_101 (struct connection *pc, const struct packet_city_refresh *packet)
 
int send_packet_city_refresh (struct connection *pc, const struct packet_city_refresh *packet)
 
int dsend_packet_city_refresh (struct connection *pc, int city_id16, int city_id32)
 
static struct packet_city_name_suggestion_reqreceive_packet_city_name_suggestion_req_100 (struct connection *pc)
 
static int send_packet_city_name_suggestion_req_100 (struct connection *pc, const struct packet_city_name_suggestion_req *packet)
 
static struct packet_city_name_suggestion_reqreceive_packet_city_name_suggestion_req_101 (struct connection *pc)
 
static int send_packet_city_name_suggestion_req_101 (struct connection *pc, const struct packet_city_name_suggestion_req *packet)
 
int send_packet_city_name_suggestion_req (struct connection *pc, const struct packet_city_name_suggestion_req *packet)
 
int dsend_packet_city_name_suggestion_req (struct connection *pc, int unit_id16, int unit_id32)
 
static struct packet_city_name_suggestion_inforeceive_packet_city_name_suggestion_info_100 (struct connection *pc)
 
static int send_packet_city_name_suggestion_info_100 (struct connection *pc, const struct packet_city_name_suggestion_info *packet)
 
static struct packet_city_name_suggestion_inforeceive_packet_city_name_suggestion_info_101 (struct connection *pc)
 
static int send_packet_city_name_suggestion_info_101 (struct connection *pc, const struct packet_city_name_suggestion_info *packet)
 
int send_packet_city_name_suggestion_info (struct connection *pc, const struct packet_city_name_suggestion_info *packet)
 
void lsend_packet_city_name_suggestion_info (struct conn_list *dest, const struct packet_city_name_suggestion_info *packet)
 
int dsend_packet_city_name_suggestion_info (struct connection *pc, int unit_id16, int unit_id32, const char *name)
 
void dlsend_packet_city_name_suggestion_info (struct conn_list *dest, int unit_id16, int unit_id32, const char *name)
 
static struct packet_city_sabotage_listreceive_packet_city_sabotage_list_100 (struct connection *pc)
 
static int send_packet_city_sabotage_list_100 (struct connection *pc, const struct packet_city_sabotage_list *packet)
 
static struct packet_city_sabotage_listreceive_packet_city_sabotage_list_101 (struct connection *pc)
 
static int send_packet_city_sabotage_list_101 (struct connection *pc, const struct packet_city_sabotage_list *packet)
 
int send_packet_city_sabotage_list (struct connection *pc, const struct packet_city_sabotage_list *packet)
 
void lsend_packet_city_sabotage_list (struct conn_list *dest, const struct packet_city_sabotage_list *packet)
 
static struct packet_city_rally_pointreceive_packet_city_rally_point_100 (struct connection *pc)
 
static int send_packet_city_rally_point_100 (struct connection *pc, const struct packet_city_rally_point *packet, bool force_to_send)
 
static struct packet_city_rally_pointreceive_packet_city_rally_point_101 (struct connection *pc)
 
static int send_packet_city_rally_point_101 (struct connection *pc, const struct packet_city_rally_point *packet, bool force_to_send)
 
int send_packet_city_rally_point (struct connection *pc, const struct packet_city_rally_point *packet, bool force_to_send)
 
void lsend_packet_city_rally_point (struct conn_list *dest, const struct packet_city_rally_point *packet, bool force_to_send)
 
static struct packet_worker_taskreceive_packet_worker_task_100 (struct connection *pc)
 
static int send_packet_worker_task_100 (struct connection *pc, const struct packet_worker_task *packet)
 
static struct packet_worker_taskreceive_packet_worker_task_101 (struct connection *pc)
 
static int send_packet_worker_task_101 (struct connection *pc, const struct packet_worker_task *packet)
 
int send_packet_worker_task (struct connection *pc, const struct packet_worker_task *packet)
 
void lsend_packet_worker_task (struct conn_list *dest, const struct packet_worker_task *packet)
 
static struct packet_player_removereceive_packet_player_remove_100 (struct connection *pc)
 
static int send_packet_player_remove_100 (struct connection *pc, const struct packet_player_remove *packet)
 
int send_packet_player_remove (struct connection *pc, const struct packet_player_remove *packet)
 
int dsend_packet_player_remove (struct connection *pc, int playerno)
 
static struct packet_player_inforeceive_packet_player_info_100 (struct connection *pc)
 
static int send_packet_player_info_100 (struct connection *pc, const struct packet_player_info *packet)
 
int send_packet_player_info (struct connection *pc, const struct packet_player_info *packet)
 
static struct packet_player_phase_donereceive_packet_player_phase_done_100 (struct connection *pc)
 
static int send_packet_player_phase_done_100 (struct connection *pc, const struct packet_player_phase_done *packet)
 
int send_packet_player_phase_done (struct connection *pc, const struct packet_player_phase_done *packet)
 
int dsend_packet_player_phase_done (struct connection *pc, int turn)
 
static struct packet_player_ratesreceive_packet_player_rates_100 (struct connection *pc)
 
static int send_packet_player_rates_100 (struct connection *pc, const struct packet_player_rates *packet)
 
int send_packet_player_rates (struct connection *pc, const struct packet_player_rates *packet)
 
int dsend_packet_player_rates (struct connection *pc, int tax, int luxury, int science)
 
static struct packet_player_change_governmentreceive_packet_player_change_government_100 (struct connection *pc)
 
static int send_packet_player_change_government_100 (struct connection *pc, const struct packet_player_change_government *packet)
 
int send_packet_player_change_government (struct connection *pc, const struct packet_player_change_government *packet)
 
int dsend_packet_player_change_government (struct connection *pc, Government_type_id government)
 
static struct packet_player_place_infrareceive_packet_player_place_infra_100 (struct connection *pc)
 
static int send_packet_player_place_infra_100 (struct connection *pc, const struct packet_player_place_infra *packet)
 
int send_packet_player_place_infra (struct connection *pc, const struct packet_player_place_infra *packet)
 
int dsend_packet_player_place_infra (struct connection *pc, int tile, int extra)
 
static struct packet_player_attribute_blockreceive_packet_player_attribute_block_100 (struct connection *pc)
 
static int send_packet_player_attribute_block_100 (struct connection *pc)
 
int send_packet_player_attribute_block (struct connection *pc)
 
static struct packet_player_attribute_chunkreceive_packet_player_attribute_chunk_100 (struct connection *pc)
 
static int send_packet_player_attribute_chunk_100 (struct connection *pc, const struct packet_player_attribute_chunk *packet)
 
int send_packet_player_attribute_chunk (struct connection *pc, const struct packet_player_attribute_chunk *packet)
 
static struct packet_player_diplstatereceive_packet_player_diplstate_100 (struct connection *pc)
 
static int send_packet_player_diplstate_100 (struct connection *pc, const struct packet_player_diplstate *packet)
 
int send_packet_player_diplstate (struct connection *pc, const struct packet_player_diplstate *packet)
 
static struct packet_player_multiplierreceive_packet_player_multiplier_100 (struct connection *pc)
 
static int send_packet_player_multiplier_100 (struct connection *pc, const struct packet_player_multiplier *packet)
 
int send_packet_player_multiplier (struct connection *pc, const struct packet_player_multiplier *packet)
 
static struct packet_research_inforeceive_packet_research_info_100 (struct connection *pc)
 
static int send_packet_research_info_100 (struct connection *pc, const struct packet_research_info *packet)
 
int send_packet_research_info (struct connection *pc, const struct packet_research_info *packet)
 
void lsend_packet_research_info (struct conn_list *dest, const struct packet_research_info *packet)
 
static struct packet_unknown_researchreceive_packet_unknown_research_100 (struct connection *pc)
 
static int send_packet_unknown_research_100 (struct connection *pc, const struct packet_unknown_research *packet)
 
int send_packet_unknown_research (struct connection *pc, const struct packet_unknown_research *packet)
 
static struct packet_player_researchreceive_packet_player_research_100 (struct connection *pc)
 
static int send_packet_player_research_100 (struct connection *pc, const struct packet_player_research *packet)
 
int send_packet_player_research (struct connection *pc, const struct packet_player_research *packet)
 
int dsend_packet_player_research (struct connection *pc, int tech)
 
static struct packet_player_tech_goalreceive_packet_player_tech_goal_100 (struct connection *pc)
 
static int send_packet_player_tech_goal_100 (struct connection *pc, const struct packet_player_tech_goal *packet)
 
int send_packet_player_tech_goal (struct connection *pc, const struct packet_player_tech_goal *packet)
 
int dsend_packet_player_tech_goal (struct connection *pc, int tech)
 
static struct packet_unit_removereceive_packet_unit_remove_100 (struct connection *pc)
 
static int send_packet_unit_remove_100 (struct connection *pc, const struct packet_unit_remove *packet)
 
static struct packet_unit_removereceive_packet_unit_remove_101 (struct connection *pc)
 
static int send_packet_unit_remove_101 (struct connection *pc, const struct packet_unit_remove *packet)
 
int send_packet_unit_remove (struct connection *pc, const struct packet_unit_remove *packet)
 
void lsend_packet_unit_remove (struct conn_list *dest, const struct packet_unit_remove *packet)
 
int dsend_packet_unit_remove (struct connection *pc, int unit_id16, int unit_id32)
 
void dlsend_packet_unit_remove (struct conn_list *dest, int unit_id16, int unit_id32)
 
static struct packet_unit_inforeceive_packet_unit_info_100 (struct connection *pc)
 
static int send_packet_unit_info_100 (struct connection *pc, const struct packet_unit_info *packet)
 
static struct packet_unit_inforeceive_packet_unit_info_101 (struct connection *pc)
 
static int send_packet_unit_info_101 (struct connection *pc, const struct packet_unit_info *packet)
 
int send_packet_unit_info (struct connection *pc, const struct packet_unit_info *packet)
 
void lsend_packet_unit_info (struct conn_list *dest, const struct packet_unit_info *packet)
 
static struct packet_unit_short_inforeceive_packet_unit_short_info_100 (struct connection *pc)
 
static int send_packet_unit_short_info_100 (struct connection *pc, const struct packet_unit_short_info *packet, bool force_to_send)
 
static struct packet_unit_short_inforeceive_packet_unit_short_info_101 (struct connection *pc)
 
static int send_packet_unit_short_info_101 (struct connection *pc, const struct packet_unit_short_info *packet, bool force_to_send)
 
int send_packet_unit_short_info (struct connection *pc, const struct packet_unit_short_info *packet, bool force_to_send)
 
void lsend_packet_unit_short_info (struct conn_list *dest, const struct packet_unit_short_info *packet, bool force_to_send)
 
static struct packet_unit_combat_inforeceive_packet_unit_combat_info_100 (struct connection *pc)
 
static int send_packet_unit_combat_info_100 (struct connection *pc, const struct packet_unit_combat_info *packet)
 
static struct packet_unit_combat_inforeceive_packet_unit_combat_info_101 (struct connection *pc)
 
static int send_packet_unit_combat_info_101 (struct connection *pc, const struct packet_unit_combat_info *packet)
 
int send_packet_unit_combat_info (struct connection *pc, const struct packet_unit_combat_info *packet)
 
void lsend_packet_unit_combat_info (struct conn_list *dest, const struct packet_unit_combat_info *packet)
 
static struct packet_unit_sscs_setreceive_packet_unit_sscs_set_100 (struct connection *pc)
 
static int send_packet_unit_sscs_set_100 (struct connection *pc, const struct packet_unit_sscs_set *packet)
 
static struct packet_unit_sscs_setreceive_packet_unit_sscs_set_101 (struct connection *pc)
 
static int send_packet_unit_sscs_set_101 (struct connection *pc, const struct packet_unit_sscs_set *packet)
 
int send_packet_unit_sscs_set (struct connection *pc, const struct packet_unit_sscs_set *packet)
 
int dsend_packet_unit_sscs_set (struct connection *pc, int unit_id16, int unit_id32, enum unit_ss_data_type type, int value)
 
static struct packet_unit_ordersreceive_packet_unit_orders_100 (struct connection *pc)
 
static int send_packet_unit_orders_100 (struct connection *pc, const struct packet_unit_orders *packet)
 
static struct packet_unit_ordersreceive_packet_unit_orders_101 (struct connection *pc)
 
static int send_packet_unit_orders_101 (struct connection *pc, const struct packet_unit_orders *packet)
 
int send_packet_unit_orders (struct connection *pc, const struct packet_unit_orders *packet)
 
static struct packet_unit_server_side_agent_setreceive_packet_unit_server_side_agent_set_100 (struct connection *pc)
 
static int send_packet_unit_server_side_agent_set_100 (struct connection *pc, const struct packet_unit_server_side_agent_set *packet)
 
static struct packet_unit_server_side_agent_setreceive_packet_unit_server_side_agent_set_101 (struct connection *pc)
 
static int send_packet_unit_server_side_agent_set_101 (struct connection *pc, const struct packet_unit_server_side_agent_set *packet)
 
int send_packet_unit_server_side_agent_set (struct connection *pc, const struct packet_unit_server_side_agent_set *packet)
 
int dsend_packet_unit_server_side_agent_set (struct connection *pc, int unit_id16, int unit_id32, enum server_side_agent agent)
 
static struct packet_unit_action_queryreceive_packet_unit_action_query_100 (struct connection *pc)
 
static int send_packet_unit_action_query_100 (struct connection *pc, const struct packet_unit_action_query *packet)
 
static struct packet_unit_action_queryreceive_packet_unit_action_query_101 (struct connection *pc)
 
static int send_packet_unit_action_query_101 (struct connection *pc, const struct packet_unit_action_query *packet)
 
int send_packet_unit_action_query (struct connection *pc, const struct packet_unit_action_query *packet)
 
int dsend_packet_unit_action_query (struct connection *pc, int actor_id16, int actor_id32, int target_id, action_id action_type, int request_kind)
 
static struct packet_unit_type_upgradereceive_packet_unit_type_upgrade_100 (struct connection *pc)
 
static int send_packet_unit_type_upgrade_100 (struct connection *pc, const struct packet_unit_type_upgrade *packet)
 
int send_packet_unit_type_upgrade (struct connection *pc, const struct packet_unit_type_upgrade *packet)
 
int dsend_packet_unit_type_upgrade (struct connection *pc, Unit_type_id type)
 
static struct packet_unit_do_actionreceive_packet_unit_do_action_100 (struct connection *pc)
 
static int send_packet_unit_do_action_100 (struct connection *pc, const struct packet_unit_do_action *packet)
 
static struct packet_unit_do_actionreceive_packet_unit_do_action_101 (struct connection *pc)
 
static int send_packet_unit_do_action_101 (struct connection *pc, const struct packet_unit_do_action *packet)
 
int send_packet_unit_do_action (struct connection *pc, const struct packet_unit_do_action *packet)
 
int dsend_packet_unit_do_action (struct connection *pc, int actor_id16, int actor_id32, int target_id, int sub_tgt_id, const char *name, action_id action_type)
 
static struct packet_unit_action_answerreceive_packet_unit_action_answer_100 (struct connection *pc)
 
static int send_packet_unit_action_answer_100 (struct connection *pc, const struct packet_unit_action_answer *packet)
 
static struct packet_unit_action_answerreceive_packet_unit_action_answer_101 (struct connection *pc)
 
static int send_packet_unit_action_answer_101 (struct connection *pc, const struct packet_unit_action_answer *packet)
 
int send_packet_unit_action_answer (struct connection *pc, const struct packet_unit_action_answer *packet)
 
int dsend_packet_unit_action_answer (struct connection *pc, int actor_id16, int actor_id32, int target_id, int cost, action_id action_type, int request_kind)
 
static struct packet_unit_get_actionsreceive_packet_unit_get_actions_100 (struct connection *pc)
 
static int send_packet_unit_get_actions_100 (struct connection *pc, const struct packet_unit_get_actions *packet)
 
static struct packet_unit_get_actionsreceive_packet_unit_get_actions_101 (struct connection *pc)
 
static int send_packet_unit_get_actions_101 (struct connection *pc, const struct packet_unit_get_actions *packet)
 
int send_packet_unit_get_actions (struct connection *pc, const struct packet_unit_get_actions *packet)
 
int dsend_packet_unit_get_actions (struct connection *pc, int actor_unit_id16, int actor_unit_id32, int target_unit_id16, int target_unit_id32, int target_tile_id, int target_extra_id, int request_kind)
 
static struct packet_unit_actionsreceive_packet_unit_actions_100 (struct connection *pc)
 
static int send_packet_unit_actions_100 (struct connection *pc, const struct packet_unit_actions *packet)
 
static struct packet_unit_actionsreceive_packet_unit_actions_101 (struct connection *pc)
 
static int send_packet_unit_actions_101 (struct connection *pc, const struct packet_unit_actions *packet)
 
int send_packet_unit_actions (struct connection *pc, const struct packet_unit_actions *packet)
 
int dsend_packet_unit_actions (struct connection *pc, int actor_unit_id16, int actor_unit_id32, int target_unit_id16, int target_unit_id32, int target_city_id16, int target_city_id32, int target_tile_id, int target_extra_id, int request_kind, const struct act_prob *action_probabilities)
 
static struct packet_unit_change_activityreceive_packet_unit_change_activity_100 (struct connection *pc)
 
static int send_packet_unit_change_activity_100 (struct connection *pc, const struct packet_unit_change_activity *packet)
 
static struct packet_unit_change_activityreceive_packet_unit_change_activity_101 (struct connection *pc)
 
static int send_packet_unit_change_activity_101 (struct connection *pc, const struct packet_unit_change_activity *packet)
 
int send_packet_unit_change_activity (struct connection *pc, const struct packet_unit_change_activity *packet)
 
int dsend_packet_unit_change_activity (struct connection *pc, int unit_id16, int unit_id32, enum unit_activity activity, int target)
 
static struct packet_diplomacy_init_meeting_reqreceive_packet_diplomacy_init_meeting_req_100 (struct connection *pc)
 
static int send_packet_diplomacy_init_meeting_req_100 (struct connection *pc, const struct packet_diplomacy_init_meeting_req *packet)
 
int send_packet_diplomacy_init_meeting_req (struct connection *pc, const struct packet_diplomacy_init_meeting_req *packet)
 
int dsend_packet_diplomacy_init_meeting_req (struct connection *pc, int counterpart)
 
static struct packet_diplomacy_init_meetingreceive_packet_diplomacy_init_meeting_100 (struct connection *pc)
 
static int send_packet_diplomacy_init_meeting_100 (struct connection *pc, const struct packet_diplomacy_init_meeting *packet)
 
int send_packet_diplomacy_init_meeting (struct connection *pc, const struct packet_diplomacy_init_meeting *packet)
 
void lsend_packet_diplomacy_init_meeting (struct conn_list *dest, const struct packet_diplomacy_init_meeting *packet)
 
int dsend_packet_diplomacy_init_meeting (struct connection *pc, int counterpart, int initiated_from)
 
void dlsend_packet_diplomacy_init_meeting (struct conn_list *dest, int counterpart, int initiated_from)
 
static struct packet_diplomacy_cancel_meeting_reqreceive_packet_diplomacy_cancel_meeting_req_100 (struct connection *pc)
 
static int send_packet_diplomacy_cancel_meeting_req_100 (struct connection *pc, const struct packet_diplomacy_cancel_meeting_req *packet)
 
int send_packet_diplomacy_cancel_meeting_req (struct connection *pc, const struct packet_diplomacy_cancel_meeting_req *packet)
 
int dsend_packet_diplomacy_cancel_meeting_req (struct connection *pc, int counterpart)
 
static struct packet_diplomacy_cancel_meetingreceive_packet_diplomacy_cancel_meeting_100 (struct connection *pc)
 
static int send_packet_diplomacy_cancel_meeting_100 (struct connection *pc, const struct packet_diplomacy_cancel_meeting *packet)
 
int send_packet_diplomacy_cancel_meeting (struct connection *pc, const struct packet_diplomacy_cancel_meeting *packet)
 
void lsend_packet_diplomacy_cancel_meeting (struct conn_list *dest, const struct packet_diplomacy_cancel_meeting *packet)
 
int dsend_packet_diplomacy_cancel_meeting (struct connection *pc, int counterpart, int initiated_from)
 
void dlsend_packet_diplomacy_cancel_meeting (struct conn_list *dest, int counterpart, int initiated_from)
 
static struct packet_diplomacy_create_clause_reqreceive_packet_diplomacy_create_clause_req_100 (struct connection *pc)
 
static int send_packet_diplomacy_create_clause_req_100 (struct connection *pc, const struct packet_diplomacy_create_clause_req *packet)
 
int send_packet_diplomacy_create_clause_req (struct connection *pc, const struct packet_diplomacy_create_clause_req *packet)
 
int dsend_packet_diplomacy_create_clause_req (struct connection *pc, int counterpart, int giver, enum clause_type type, int value)
 
static struct packet_diplomacy_create_clausereceive_packet_diplomacy_create_clause_100 (struct connection *pc)
 
static int send_packet_diplomacy_create_clause_100 (struct connection *pc, const struct packet_diplomacy_create_clause *packet)
 
int send_packet_diplomacy_create_clause (struct connection *pc, const struct packet_diplomacy_create_clause *packet)
 
void lsend_packet_diplomacy_create_clause (struct conn_list *dest, const struct packet_diplomacy_create_clause *packet)
 
int dsend_packet_diplomacy_create_clause (struct connection *pc, int counterpart, int giver, enum clause_type type, int value)
 
void dlsend_packet_diplomacy_create_clause (struct conn_list *dest, int counterpart, int giver, enum clause_type type, int value)
 
static struct packet_diplomacy_remove_clause_reqreceive_packet_diplomacy_remove_clause_req_100 (struct connection *pc)
 
static int send_packet_diplomacy_remove_clause_req_100 (struct connection *pc, const struct packet_diplomacy_remove_clause_req *packet)
 
int send_packet_diplomacy_remove_clause_req (struct connection *pc, const struct packet_diplomacy_remove_clause_req *packet)
 
int dsend_packet_diplomacy_remove_clause_req (struct connection *pc, int counterpart, int giver, enum clause_type type, int value)
 
static struct packet_diplomacy_remove_clausereceive_packet_diplomacy_remove_clause_100 (struct connection *pc)
 
static int send_packet_diplomacy_remove_clause_100 (struct connection *pc, const struct packet_diplomacy_remove_clause *packet)
 
int send_packet_diplomacy_remove_clause (struct connection *pc, const struct packet_diplomacy_remove_clause *packet)
 
void lsend_packet_diplomacy_remove_clause (struct conn_list *dest, const struct packet_diplomacy_remove_clause *packet)
 
int dsend_packet_diplomacy_remove_clause (struct connection *pc, int counterpart, int giver, enum clause_type type, int value)
 
void dlsend_packet_diplomacy_remove_clause (struct conn_list *dest, int counterpart, int giver, enum clause_type type, int value)
 
static struct packet_diplomacy_accept_treaty_reqreceive_packet_diplomacy_accept_treaty_req_100 (struct connection *pc)
 
static int send_packet_diplomacy_accept_treaty_req_100 (struct connection *pc, const struct packet_diplomacy_accept_treaty_req *packet)
 
int send_packet_diplomacy_accept_treaty_req (struct connection *pc, const struct packet_diplomacy_accept_treaty_req *packet)
 
int dsend_packet_diplomacy_accept_treaty_req (struct connection *pc, int counterpart)
 
static struct packet_diplomacy_accept_treatyreceive_packet_diplomacy_accept_treaty_100 (struct connection *pc)
 
static int send_packet_diplomacy_accept_treaty_100 (struct connection *pc, const struct packet_diplomacy_accept_treaty *packet)
 
int send_packet_diplomacy_accept_treaty (struct connection *pc, const struct packet_diplomacy_accept_treaty *packet)
 
void lsend_packet_diplomacy_accept_treaty (struct conn_list *dest, const struct packet_diplomacy_accept_treaty *packet)
 
int dsend_packet_diplomacy_accept_treaty (struct connection *pc, int counterpart, bool I_accepted, bool other_accepted)
 
void dlsend_packet_diplomacy_accept_treaty (struct conn_list *dest, int counterpart, bool I_accepted, bool other_accepted)
 
static struct packet_diplomacy_cancel_pactreceive_packet_diplomacy_cancel_pact_100 (struct connection *pc)
 
static int send_packet_diplomacy_cancel_pact_100 (struct connection *pc, const struct packet_diplomacy_cancel_pact *packet)
 
int send_packet_diplomacy_cancel_pact (struct connection *pc, const struct packet_diplomacy_cancel_pact *packet)
 
int dsend_packet_diplomacy_cancel_pact (struct connection *pc, int other_player_id, enum clause_type clause)
 
static struct packet_page_msgreceive_packet_page_msg_100 (struct connection *pc)
 
static int send_packet_page_msg_100 (struct connection *pc, const struct packet_page_msg *packet)
 
int send_packet_page_msg (struct connection *pc, const struct packet_page_msg *packet)
 
void lsend_packet_page_msg (struct conn_list *dest, const struct packet_page_msg *packet)
 
static struct packet_page_msg_partreceive_packet_page_msg_part_100 (struct connection *pc)
 
static int send_packet_page_msg_part_100 (struct connection *pc, const struct packet_page_msg_part *packet)
 
int send_packet_page_msg_part (struct connection *pc, const struct packet_page_msg_part *packet)
 
void lsend_packet_page_msg_part (struct conn_list *dest, const struct packet_page_msg_part *packet)
 
static struct packet_report_reqreceive_packet_report_req_100 (struct connection *pc)
 
static int send_packet_report_req_100 (struct connection *pc, const struct packet_report_req *packet)
 
int send_packet_report_req (struct connection *pc, const struct packet_report_req *packet)
 
int dsend_packet_report_req (struct connection *pc, enum report_type type)
 
static struct packet_conn_inforeceive_packet_conn_info_100 (struct connection *pc)
 
static int send_packet_conn_info_100 (struct connection *pc, const struct packet_conn_info *packet)
 
int send_packet_conn_info (struct connection *pc, const struct packet_conn_info *packet)
 
void lsend_packet_conn_info (struct conn_list *dest, const struct packet_conn_info *packet)
 
static struct packet_conn_ping_inforeceive_packet_conn_ping_info_100 (struct connection *pc)
 
static int send_packet_conn_ping_info_100 (struct connection *pc, const struct packet_conn_ping_info *packet)
 
int send_packet_conn_ping_info (struct connection *pc, const struct packet_conn_ping_info *packet)
 
void lsend_packet_conn_ping_info (struct conn_list *dest, const struct packet_conn_ping_info *packet)
 
static struct packet_conn_pingreceive_packet_conn_ping_100 (struct connection *pc)
 
static int send_packet_conn_ping_100 (struct connection *pc)
 
int send_packet_conn_ping (struct connection *pc)
 
static struct packet_conn_pongreceive_packet_conn_pong_100 (struct connection *pc)
 
static int send_packet_conn_pong_100 (struct connection *pc)
 
int send_packet_conn_pong (struct connection *pc)
 
static struct packet_client_heartbeatreceive_packet_client_heartbeat_100 (struct connection *pc)
 
static int send_packet_client_heartbeat_100 (struct connection *pc)
 
int send_packet_client_heartbeat (struct connection *pc)
 
static struct packet_client_inforeceive_packet_client_info_100 (struct connection *pc)
 
static int send_packet_client_info_100 (struct connection *pc, const struct packet_client_info *packet)
 
int send_packet_client_info (struct connection *pc, const struct packet_client_info *packet)
 
static struct packet_end_phasereceive_packet_end_phase_100 (struct connection *pc)
 
static int send_packet_end_phase_100 (struct connection *pc)
 
int send_packet_end_phase (struct connection *pc)
 
void lsend_packet_end_phase (struct conn_list *dest)
 
static struct packet_start_phasereceive_packet_start_phase_100 (struct connection *pc)
 
static int send_packet_start_phase_100 (struct connection *pc, const struct packet_start_phase *packet)
 
int send_packet_start_phase (struct connection *pc, const struct packet_start_phase *packet)
 
void lsend_packet_start_phase (struct conn_list *dest, const struct packet_start_phase *packet)
 
int dsend_packet_start_phase (struct connection *pc, int phase)
 
void dlsend_packet_start_phase (struct conn_list *dest, int phase)
 
static struct packet_new_yearreceive_packet_new_year_100 (struct connection *pc)
 
static int send_packet_new_year_100 (struct connection *pc, const struct packet_new_year *packet)
 
int send_packet_new_year (struct connection *pc, const struct packet_new_year *packet)
 
void lsend_packet_new_year (struct conn_list *dest, const struct packet_new_year *packet)
 
static struct packet_begin_turnreceive_packet_begin_turn_100 (struct connection *pc)
 
static int send_packet_begin_turn_100 (struct connection *pc)
 
int send_packet_begin_turn (struct connection *pc)
 
void lsend_packet_begin_turn (struct conn_list *dest)
 
static struct packet_end_turnreceive_packet_end_turn_100 (struct connection *pc)
 
static int send_packet_end_turn_100 (struct connection *pc)
 
int send_packet_end_turn (struct connection *pc)
 
void lsend_packet_end_turn (struct conn_list *dest)
 
static struct packet_freeze_clientreceive_packet_freeze_client_100 (struct connection *pc)
 
static int send_packet_freeze_client_100 (struct connection *pc)
 
int send_packet_freeze_client (struct connection *pc)
 
void lsend_packet_freeze_client (struct conn_list *dest)
 
static struct packet_thaw_clientreceive_packet_thaw_client_100 (struct connection *pc)
 
static int send_packet_thaw_client_100 (struct connection *pc)
 
int send_packet_thaw_client (struct connection *pc)
 
void lsend_packet_thaw_client (struct conn_list *dest)
 
static struct packet_spaceship_launchreceive_packet_spaceship_launch_100 (struct connection *pc)
 
static int send_packet_spaceship_launch_100 (struct connection *pc)
 
int send_packet_spaceship_launch (struct connection *pc)
 
static struct packet_spaceship_placereceive_packet_spaceship_place_100 (struct connection *pc)
 
static int send_packet_spaceship_place_100 (struct connection *pc, const struct packet_spaceship_place *packet)
 
int send_packet_spaceship_place (struct connection *pc, const struct packet_spaceship_place *packet)
 
int dsend_packet_spaceship_place (struct connection *pc, enum spaceship_place_type type, int num)
 
static struct packet_spaceship_inforeceive_packet_spaceship_info_100 (struct connection *pc)
 
static int send_packet_spaceship_info_100 (struct connection *pc, const struct packet_spaceship_info *packet)
 
int send_packet_spaceship_info (struct connection *pc, const struct packet_spaceship_info *packet)
 
void lsend_packet_spaceship_info (struct conn_list *dest, const struct packet_spaceship_info *packet)
 
static struct packet_ruleset_unitreceive_packet_ruleset_unit_100 (struct connection *pc)
 
static int send_packet_ruleset_unit_100 (struct connection *pc, const struct packet_ruleset_unit *packet)
 
int send_packet_ruleset_unit (struct connection *pc, const struct packet_ruleset_unit *packet)
 
void lsend_packet_ruleset_unit (struct conn_list *dest, const struct packet_ruleset_unit *packet)
 
static struct packet_ruleset_unit_bonusreceive_packet_ruleset_unit_bonus_100 (struct connection *pc)
 
static int send_packet_ruleset_unit_bonus_100 (struct connection *pc, const struct packet_ruleset_unit_bonus *packet)
 
int send_packet_ruleset_unit_bonus (struct connection *pc, const struct packet_ruleset_unit_bonus *packet)
 
void lsend_packet_ruleset_unit_bonus (struct conn_list *dest, const struct packet_ruleset_unit_bonus *packet)
 
static struct packet_ruleset_unit_flagreceive_packet_ruleset_unit_flag_100 (struct connection *pc)
 
static int send_packet_ruleset_unit_flag_100 (struct connection *pc, const struct packet_ruleset_unit_flag *packet)
 
int send_packet_ruleset_unit_flag (struct connection *pc, const struct packet_ruleset_unit_flag *packet)
 
void lsend_packet_ruleset_unit_flag (struct conn_list *dest, const struct packet_ruleset_unit_flag *packet)
 
static struct packet_ruleset_unit_class_flagreceive_packet_ruleset_unit_class_flag_100 (struct connection *pc)
 
static int send_packet_ruleset_unit_class_flag_100 (struct connection *pc, const struct packet_ruleset_unit_class_flag *packet)
 
int send_packet_ruleset_unit_class_flag (struct connection *pc, const struct packet_ruleset_unit_class_flag *packet)
 
void lsend_packet_ruleset_unit_class_flag (struct conn_list *dest, const struct packet_ruleset_unit_class_flag *packet)
 
static struct packet_ruleset_gamereceive_packet_ruleset_game_100 (struct connection *pc)
 
static int send_packet_ruleset_game_100 (struct connection *pc, const struct packet_ruleset_game *packet)
 
int send_packet_ruleset_game (struct connection *pc, const struct packet_ruleset_game *packet)
 
void lsend_packet_ruleset_game (struct conn_list *dest, const struct packet_ruleset_game *packet)
 
static struct packet_ruleset_specialistreceive_packet_ruleset_specialist_100 (struct connection *pc)
 
static int send_packet_ruleset_specialist_100 (struct connection *pc, const struct packet_ruleset_specialist *packet)
 
int send_packet_ruleset_specialist (struct connection *pc, const struct packet_ruleset_specialist *packet)
 
void lsend_packet_ruleset_specialist (struct conn_list *dest, const struct packet_ruleset_specialist *packet)
 
static struct packet_ruleset_government_ruler_titlereceive_packet_ruleset_government_ruler_title_100 (struct connection *pc)
 
static int send_packet_ruleset_government_ruler_title_100 (struct connection *pc, const struct packet_ruleset_government_ruler_title *packet)
 
int send_packet_ruleset_government_ruler_title (struct connection *pc, const struct packet_ruleset_government_ruler_title *packet)
 
void lsend_packet_ruleset_government_ruler_title (struct conn_list *dest, const struct packet_ruleset_government_ruler_title *packet)
 
static struct packet_ruleset_techreceive_packet_ruleset_tech_100 (struct connection *pc)
 
static int send_packet_ruleset_tech_100 (struct connection *pc, const struct packet_ruleset_tech *packet)
 
int send_packet_ruleset_tech (struct connection *pc, const struct packet_ruleset_tech *packet)
 
void lsend_packet_ruleset_tech (struct conn_list *dest, const struct packet_ruleset_tech *packet)
 
static struct packet_ruleset_tech_classreceive_packet_ruleset_tech_class_100 (struct connection *pc)
 
static int send_packet_ruleset_tech_class_100 (struct connection *pc, const struct packet_ruleset_tech_class *packet)
 
int send_packet_ruleset_tech_class (struct connection *pc, const struct packet_ruleset_tech_class *packet)
 
void lsend_packet_ruleset_tech_class (struct conn_list *dest, const struct packet_ruleset_tech_class *packet)
 
static struct packet_ruleset_tech_flagreceive_packet_ruleset_tech_flag_100 (struct connection *pc)
 
static int send_packet_ruleset_tech_flag_100 (struct connection *pc, const struct packet_ruleset_tech_flag *packet)
 
int send_packet_ruleset_tech_flag (struct connection *pc, const struct packet_ruleset_tech_flag *packet)
 
void lsend_packet_ruleset_tech_flag (struct conn_list *dest, const struct packet_ruleset_tech_flag *packet)
 
static struct packet_ruleset_governmentreceive_packet_ruleset_government_100 (struct connection *pc)
 
static int send_packet_ruleset_government_100 (struct connection *pc, const struct packet_ruleset_government *packet)
 
int send_packet_ruleset_government (struct connection *pc, const struct packet_ruleset_government *packet)
 
void lsend_packet_ruleset_government (struct conn_list *dest, const struct packet_ruleset_government *packet)
 
static struct packet_ruleset_terrain_controlreceive_packet_ruleset_terrain_control_100 (struct connection *pc)
 
static int send_packet_ruleset_terrain_control_100 (struct connection *pc, const struct packet_ruleset_terrain_control *packet)
 
int send_packet_ruleset_terrain_control (struct connection *pc, const struct packet_ruleset_terrain_control *packet)
 
void lsend_packet_ruleset_terrain_control (struct conn_list *dest, const struct packet_ruleset_terrain_control *packet)
 
static struct packet_rulesets_readyreceive_packet_rulesets_ready_100 (struct connection *pc)
 
static int send_packet_rulesets_ready_100 (struct connection *pc)
 
int send_packet_rulesets_ready (struct connection *pc)
 
void lsend_packet_rulesets_ready (struct conn_list *dest)
 
static struct packet_ruleset_nation_setsreceive_packet_ruleset_nation_sets_100 (struct connection *pc)
 
static int send_packet_ruleset_nation_sets_100 (struct connection *pc, const struct packet_ruleset_nation_sets *packet)
 
int send_packet_ruleset_nation_sets (struct connection *pc, const struct packet_ruleset_nation_sets *packet)
 
void lsend_packet_ruleset_nation_sets (struct conn_list *dest, const struct packet_ruleset_nation_sets *packet)
 
static struct packet_ruleset_nation_groupsreceive_packet_ruleset_nation_groups_100 (struct connection *pc)
 
static int send_packet_ruleset_nation_groups_100 (struct connection *pc, const struct packet_ruleset_nation_groups *packet)
 
int send_packet_ruleset_nation_groups (struct connection *pc, const struct packet_ruleset_nation_groups *packet)
 
void lsend_packet_ruleset_nation_groups (struct conn_list *dest, const struct packet_ruleset_nation_groups *packet)
 
static struct packet_ruleset_nationreceive_packet_ruleset_nation_100 (struct connection *pc)
 
static int send_packet_ruleset_nation_100 (struct connection *pc, const struct packet_ruleset_nation *packet)
 
int send_packet_ruleset_nation (struct connection *pc, const struct packet_ruleset_nation *packet)
 
void lsend_packet_ruleset_nation (struct conn_list *dest, const struct packet_ruleset_nation *packet)
 
static struct packet_nation_availabilityreceive_packet_nation_availability_100 (struct connection *pc)
 
static int send_packet_nation_availability_100 (struct connection *pc, const struct packet_nation_availability *packet)
 
int send_packet_nation_availability (struct connection *pc, const struct packet_nation_availability *packet)
 
void lsend_packet_nation_availability (struct conn_list *dest, const struct packet_nation_availability *packet)
 
static struct packet_ruleset_stylereceive_packet_ruleset_style_100 (struct connection *pc)
 
static int send_packet_ruleset_style_100 (struct connection *pc, const struct packet_ruleset_style *packet)
 
int send_packet_ruleset_style (struct connection *pc, const struct packet_ruleset_style *packet)
 
void lsend_packet_ruleset_style (struct conn_list *dest, const struct packet_ruleset_style *packet)
 
static struct packet_ruleset_cityreceive_packet_ruleset_city_100 (struct connection *pc)
 
static int send_packet_ruleset_city_100 (struct connection *pc, const struct packet_ruleset_city *packet)
 
int send_packet_ruleset_city (struct connection *pc, const struct packet_ruleset_city *packet)
 
void lsend_packet_ruleset_city (struct conn_list *dest, const struct packet_ruleset_city *packet)
 
static struct packet_ruleset_buildingreceive_packet_ruleset_building_100 (struct connection *pc)
 
static int send_packet_ruleset_building_100 (struct connection *pc, const struct packet_ruleset_building *packet)
 
int send_packet_ruleset_building (struct connection *pc, const struct packet_ruleset_building *packet)
 
void lsend_packet_ruleset_building (struct conn_list *dest, const struct packet_ruleset_building *packet)
 
static struct packet_ruleset_terrainreceive_packet_ruleset_terrain_100 (struct connection *pc)
 
static int send_packet_ruleset_terrain_100 (struct connection *pc, const struct packet_ruleset_terrain *packet)
 
int send_packet_ruleset_terrain (struct connection *pc, const struct packet_ruleset_terrain *packet)
 
void lsend_packet_ruleset_terrain (struct conn_list *dest, const struct packet_ruleset_terrain *packet)
 
static struct packet_ruleset_terrain_flagreceive_packet_ruleset_terrain_flag_100 (struct connection *pc)
 
static int send_packet_ruleset_terrain_flag_100 (struct connection *pc, const struct packet_ruleset_terrain_flag *packet)
 
int send_packet_ruleset_terrain_flag (struct connection *pc, const struct packet_ruleset_terrain_flag *packet)
 
void lsend_packet_ruleset_terrain_flag (struct conn_list *dest, const struct packet_ruleset_terrain_flag *packet)
 
static struct packet_ruleset_unit_classreceive_packet_ruleset_unit_class_100 (struct connection *pc)
 
static int send_packet_ruleset_unit_class_100 (struct connection *pc, const struct packet_ruleset_unit_class *packet)
 
int send_packet_ruleset_unit_class (struct connection *pc, const struct packet_ruleset_unit_class *packet)
 
void lsend_packet_ruleset_unit_class (struct conn_list *dest, const struct packet_ruleset_unit_class *packet)
 
static struct packet_ruleset_extrareceive_packet_ruleset_extra_100 (struct connection *pc)
 
static int send_packet_ruleset_extra_100 (struct connection *pc, const struct packet_ruleset_extra *packet)
 
int send_packet_ruleset_extra (struct connection *pc, const struct packet_ruleset_extra *packet)
 
void lsend_packet_ruleset_extra (struct conn_list *dest, const struct packet_ruleset_extra *packet)
 
static struct packet_ruleset_extra_flagreceive_packet_ruleset_extra_flag_100 (struct connection *pc)
 
static int send_packet_ruleset_extra_flag_100 (struct connection *pc, const struct packet_ruleset_extra_flag *packet)
 
int send_packet_ruleset_extra_flag (struct connection *pc, const struct packet_ruleset_extra_flag *packet)
 
void lsend_packet_ruleset_extra_flag (struct conn_list *dest, const struct packet_ruleset_extra_flag *packet)
 
static struct packet_ruleset_basereceive_packet_ruleset_base_100 (struct connection *pc)
 
static int send_packet_ruleset_base_100 (struct connection *pc, const struct packet_ruleset_base *packet)
 
int send_packet_ruleset_base (struct connection *pc, const struct packet_ruleset_base *packet)
 
void lsend_packet_ruleset_base (struct conn_list *dest, const struct packet_ruleset_base *packet)
 
static struct packet_ruleset_roadreceive_packet_ruleset_road_100 (struct connection *pc)
 
static int send_packet_ruleset_road_100 (struct connection *pc, const struct packet_ruleset_road *packet)
 
int send_packet_ruleset_road (struct connection *pc, const struct packet_ruleset_road *packet)
 
void lsend_packet_ruleset_road (struct conn_list *dest, const struct packet_ruleset_road *packet)
 
static struct packet_ruleset_goodsreceive_packet_ruleset_goods_100 (struct connection *pc)
 
static int send_packet_ruleset_goods_100 (struct connection *pc, const struct packet_ruleset_goods *packet)
 
int send_packet_ruleset_goods (struct connection *pc, const struct packet_ruleset_goods *packet)
 
void lsend_packet_ruleset_goods (struct conn_list *dest, const struct packet_ruleset_goods *packet)
 
static struct packet_ruleset_disasterreceive_packet_ruleset_disaster_100 (struct connection *pc)
 
static int send_packet_ruleset_disaster_100 (struct connection *pc, const struct packet_ruleset_disaster *packet)
 
int send_packet_ruleset_disaster (struct connection *pc, const struct packet_ruleset_disaster *packet)
 
void lsend_packet_ruleset_disaster (struct conn_list *dest, const struct packet_ruleset_disaster *packet)
 
static struct packet_ruleset_achievementreceive_packet_ruleset_achievement_100 (struct connection *pc)
 
static int send_packet_ruleset_achievement_100 (struct connection *pc, const struct packet_ruleset_achievement *packet)
 
int send_packet_ruleset_achievement (struct connection *pc, const struct packet_ruleset_achievement *packet)
 
void lsend_packet_ruleset_achievement (struct conn_list *dest, const struct packet_ruleset_achievement *packet)
 
static struct packet_ruleset_tradereceive_packet_ruleset_trade_100 (struct connection *pc)
 
static int send_packet_ruleset_trade_100 (struct connection *pc, const struct packet_ruleset_trade *packet)
 
int send_packet_ruleset_trade (struct connection *pc, const struct packet_ruleset_trade *packet)
 
void lsend_packet_ruleset_trade (struct conn_list *dest, const struct packet_ruleset_trade *packet)
 
static struct packet_ruleset_actionreceive_packet_ruleset_action_100 (struct connection *pc)
 
static int send_packet_ruleset_action_100 (struct connection *pc, const struct packet_ruleset_action *packet)
 
int send_packet_ruleset_action (struct connection *pc, const struct packet_ruleset_action *packet)
 
void lsend_packet_ruleset_action (struct conn_list *dest, const struct packet_ruleset_action *packet)
 
static struct packet_ruleset_action_enablerreceive_packet_ruleset_action_enabler_100 (struct connection *pc)
 
static int send_packet_ruleset_action_enabler_100 (struct connection *pc, const struct packet_ruleset_action_enabler *packet)
 
int send_packet_ruleset_action_enabler (struct connection *pc, const struct packet_ruleset_action_enabler *packet)
 
void lsend_packet_ruleset_action_enabler (struct conn_list *dest, const struct packet_ruleset_action_enabler *packet)
 
static struct packet_ruleset_action_autoreceive_packet_ruleset_action_auto_100 (struct connection *pc)
 
static int send_packet_ruleset_action_auto_100 (struct connection *pc, const struct packet_ruleset_action_auto *packet)
 
int send_packet_ruleset_action_auto (struct connection *pc, const struct packet_ruleset_action_auto *packet)
 
void lsend_packet_ruleset_action_auto (struct conn_list *dest, const struct packet_ruleset_action_auto *packet)
 
static struct packet_ruleset_musicreceive_packet_ruleset_music_100 (struct connection *pc)
 
static int send_packet_ruleset_music_100 (struct connection *pc, const struct packet_ruleset_music *packet)
 
int send_packet_ruleset_music (struct connection *pc, const struct packet_ruleset_music *packet)
 
void lsend_packet_ruleset_music (struct conn_list *dest, const struct packet_ruleset_music *packet)
 
static struct packet_ruleset_multiplierreceive_packet_ruleset_multiplier_100 (struct connection *pc)
 
static int send_packet_ruleset_multiplier_100 (struct connection *pc, const struct packet_ruleset_multiplier *packet)
 
int send_packet_ruleset_multiplier (struct connection *pc, const struct packet_ruleset_multiplier *packet)
 
void lsend_packet_ruleset_multiplier (struct conn_list *dest, const struct packet_ruleset_multiplier *packet)
 
int dsend_packet_ruleset_multiplier (struct connection *pc, Multiplier_type_id id, int start, int stop, int step, int def, int offset, int factor, int minimum_turns, const char *name, const char *rule_name, int reqs_count, const struct requirement *reqs, const char *helptext)
 
void dlsend_packet_ruleset_multiplier (struct conn_list *dest, Multiplier_type_id id, int start, int stop, int step, int def, int offset, int factor, int minimum_turns, const char *name, const char *rule_name, int reqs_count, const struct requirement *reqs, const char *helptext)
 
static struct packet_ruleset_clausereceive_packet_ruleset_clause_100 (struct connection *pc)
 
static int send_packet_ruleset_clause_100 (struct connection *pc, const struct packet_ruleset_clause *packet)
 
int send_packet_ruleset_clause (struct connection *pc, const struct packet_ruleset_clause *packet)
 
void lsend_packet_ruleset_clause (struct conn_list *dest, const struct packet_ruleset_clause *packet)
 
static struct packet_ruleset_controlreceive_packet_ruleset_control_100 (struct connection *pc)
 
static int send_packet_ruleset_control_100 (struct connection *pc, const struct packet_ruleset_control *packet)
 
static struct packet_ruleset_controlreceive_packet_ruleset_control_101 (struct connection *pc)
 
static int send_packet_ruleset_control_101 (struct connection *pc, const struct packet_ruleset_control *packet)
 
int send_packet_ruleset_control (struct connection *pc, const struct packet_ruleset_control *packet)
 
void lsend_packet_ruleset_control (struct conn_list *dest, const struct packet_ruleset_control *packet)
 
static struct packet_ruleset_summaryreceive_packet_ruleset_summary_100 (struct connection *pc)
 
static int send_packet_ruleset_summary_100 (struct connection *pc, const struct packet_ruleset_summary *packet)
 
int send_packet_ruleset_summary (struct connection *pc, const struct packet_ruleset_summary *packet)
 
void lsend_packet_ruleset_summary (struct conn_list *dest, const struct packet_ruleset_summary *packet)
 
static struct packet_ruleset_description_partreceive_packet_ruleset_description_part_100 (struct connection *pc)
 
static int send_packet_ruleset_description_part_100 (struct connection *pc, const struct packet_ruleset_description_part *packet)
 
int send_packet_ruleset_description_part (struct connection *pc, const struct packet_ruleset_description_part *packet)
 
void lsend_packet_ruleset_description_part (struct conn_list *dest, const struct packet_ruleset_description_part *packet)
 
static struct packet_single_want_hack_reqreceive_packet_single_want_hack_req_100 (struct connection *pc)
 
static int send_packet_single_want_hack_req_100 (struct connection *pc, const struct packet_single_want_hack_req *packet)
 
int send_packet_single_want_hack_req (struct connection *pc, const struct packet_single_want_hack_req *packet)
 
static struct packet_single_want_hack_replyreceive_packet_single_want_hack_reply_100 (struct connection *pc)
 
static int send_packet_single_want_hack_reply_100 (struct connection *pc, const struct packet_single_want_hack_reply *packet)
 
int send_packet_single_want_hack_reply (struct connection *pc, const struct packet_single_want_hack_reply *packet)
 
int dsend_packet_single_want_hack_reply (struct connection *pc, bool you_have_hack)
 
static struct packet_ruleset_choicesreceive_packet_ruleset_choices_100 (struct connection *pc)
 
static int send_packet_ruleset_choices_100 (struct connection *pc, const struct packet_ruleset_choices *packet)
 
int send_packet_ruleset_choices (struct connection *pc, const struct packet_ruleset_choices *packet)
 
static struct packet_game_loadreceive_packet_game_load_100 (struct connection *pc)
 
static int send_packet_game_load_100 (struct connection *pc, const struct packet_game_load *packet)
 
int send_packet_game_load (struct connection *pc, const struct packet_game_load *packet)
 
void lsend_packet_game_load (struct conn_list *dest, const struct packet_game_load *packet)
 
int dsend_packet_game_load (struct connection *pc, bool load_successful, const char *load_filename)
 
void dlsend_packet_game_load (struct conn_list *dest, bool load_successful, const char *load_filename)
 
static struct packet_server_setting_controlreceive_packet_server_setting_control_100 (struct connection *pc)
 
static int send_packet_server_setting_control_100 (struct connection *pc, const struct packet_server_setting_control *packet)
 
int send_packet_server_setting_control (struct connection *pc, const struct packet_server_setting_control *packet)
 
static struct packet_server_setting_constreceive_packet_server_setting_const_100 (struct connection *pc)
 
static int send_packet_server_setting_const_100 (struct connection *pc, const struct packet_server_setting_const *packet)
 
int send_packet_server_setting_const (struct connection *pc, const struct packet_server_setting_const *packet)
 
static struct packet_server_setting_boolreceive_packet_server_setting_bool_100 (struct connection *pc)
 
static int send_packet_server_setting_bool_100 (struct connection *pc, const struct packet_server_setting_bool *packet)
 
int send_packet_server_setting_bool (struct connection *pc, const struct packet_server_setting_bool *packet)
 
static struct packet_server_setting_intreceive_packet_server_setting_int_100 (struct connection *pc)
 
static int send_packet_server_setting_int_100 (struct connection *pc, const struct packet_server_setting_int *packet)
 
int send_packet_server_setting_int (struct connection *pc, const struct packet_server_setting_int *packet)
 
static struct packet_server_setting_strreceive_packet_server_setting_str_100 (struct connection *pc)
 
static int send_packet_server_setting_str_100 (struct connection *pc, const struct packet_server_setting_str *packet)
 
int send_packet_server_setting_str (struct connection *pc, const struct packet_server_setting_str *packet)
 
static struct packet_server_setting_enumreceive_packet_server_setting_enum_100 (struct connection *pc)
 
static int send_packet_server_setting_enum_100 (struct connection *pc, const struct packet_server_setting_enum *packet)
 
int send_packet_server_setting_enum (struct connection *pc, const struct packet_server_setting_enum *packet)
 
static struct packet_server_setting_bitwisereceive_packet_server_setting_bitwise_100 (struct connection *pc)
 
static int send_packet_server_setting_bitwise_100 (struct connection *pc, const struct packet_server_setting_bitwise *packet)
 
int send_packet_server_setting_bitwise (struct connection *pc, const struct packet_server_setting_bitwise *packet)
 
static struct packet_set_topologyreceive_packet_set_topology_100 (struct connection *pc)
 
static int send_packet_set_topology_100 (struct connection *pc, const struct packet_set_topology *packet)
 
int send_packet_set_topology (struct connection *pc, const struct packet_set_topology *packet)
 
static struct packet_ruleset_effectreceive_packet_ruleset_effect_100 (struct connection *pc)
 
static int send_packet_ruleset_effect_100 (struct connection *pc, const struct packet_ruleset_effect *packet)
 
int send_packet_ruleset_effect (struct connection *pc, const struct packet_ruleset_effect *packet)
 
void lsend_packet_ruleset_effect (struct conn_list *dest, const struct packet_ruleset_effect *packet)
 
static struct packet_ruleset_resourcereceive_packet_ruleset_resource_100 (struct connection *pc)
 
static int send_packet_ruleset_resource_100 (struct connection *pc, const struct packet_ruleset_resource *packet)
 
int send_packet_ruleset_resource (struct connection *pc, const struct packet_ruleset_resource *packet)
 
void lsend_packet_ruleset_resource (struct conn_list *dest, const struct packet_ruleset_resource *packet)
 
static struct packet_scenario_inforeceive_packet_scenario_info_100 (struct connection *pc)
 
static int send_packet_scenario_info_100 (struct connection *pc, const struct packet_scenario_info *packet)
 
int send_packet_scenario_info (struct connection *pc, const struct packet_scenario_info *packet)
 
static struct packet_scenario_descriptionreceive_packet_scenario_description_100 (struct connection *pc)
 
static int send_packet_scenario_description_100 (struct connection *pc, const struct packet_scenario_description *packet)
 
int send_packet_scenario_description (struct connection *pc, const struct packet_scenario_description *packet)
 
static struct packet_save_scenarioreceive_packet_save_scenario_100 (struct connection *pc)
 
static int send_packet_save_scenario_100 (struct connection *pc, const struct packet_save_scenario *packet)
 
int send_packet_save_scenario (struct connection *pc, const struct packet_save_scenario *packet)
 
int dsend_packet_save_scenario (struct connection *pc, const char *name)
 
static struct packet_vote_newreceive_packet_vote_new_100 (struct connection *pc)
 
static int send_packet_vote_new_100 (struct connection *pc, const struct packet_vote_new *packet)
 
int send_packet_vote_new (struct connection *pc, const struct packet_vote_new *packet)
 
static struct packet_vote_updatereceive_packet_vote_update_100 (struct connection *pc)
 
static int send_packet_vote_update_100 (struct connection *pc, const struct packet_vote_update *packet)
 
int send_packet_vote_update (struct connection *pc, const struct packet_vote_update *packet)
 
static struct packet_vote_removereceive_packet_vote_remove_100 (struct connection *pc)
 
static int send_packet_vote_remove_100 (struct connection *pc, const struct packet_vote_remove *packet)
 
int send_packet_vote_remove (struct connection *pc, const struct packet_vote_remove *packet)
 
static struct packet_vote_resolvereceive_packet_vote_resolve_100 (struct connection *pc)
 
static int send_packet_vote_resolve_100 (struct connection *pc, const struct packet_vote_resolve *packet)
 
int send_packet_vote_resolve (struct connection *pc, const struct packet_vote_resolve *packet)
 
static struct packet_vote_submitreceive_packet_vote_submit_100 (struct connection *pc)
 
static int send_packet_vote_submit_100 (struct connection *pc, const struct packet_vote_submit *packet)
 
int send_packet_vote_submit (struct connection *pc, const struct packet_vote_submit *packet)
 
static struct packet_edit_modereceive_packet_edit_mode_100 (struct connection *pc)
 
static int send_packet_edit_mode_100 (struct connection *pc, const struct packet_edit_mode *packet)
 
int send_packet_edit_mode (struct connection *pc, const struct packet_edit_mode *packet)
 
int dsend_packet_edit_mode (struct connection *pc, bool state)
 
static struct packet_edit_recalculate_bordersreceive_packet_edit_recalculate_borders_100 (struct connection *pc)
 
static int send_packet_edit_recalculate_borders_100 (struct connection *pc)
 
int send_packet_edit_recalculate_borders (struct connection *pc)
 
static struct packet_edit_check_tilesreceive_packet_edit_check_tiles_100 (struct connection *pc)
 
static int send_packet_edit_check_tiles_100 (struct connection *pc)
 
int send_packet_edit_check_tiles (struct connection *pc)
 
static struct packet_edit_toggle_fogofwarreceive_packet_edit_toggle_fogofwar_100 (struct connection *pc)
 
static int send_packet_edit_toggle_fogofwar_100 (struct connection *pc, const struct packet_edit_toggle_fogofwar *packet)
 
int send_packet_edit_toggle_fogofwar (struct connection *pc, const struct packet_edit_toggle_fogofwar *packet)
 
int dsend_packet_edit_toggle_fogofwar (struct connection *pc, int player)
 
static struct packet_edit_tile_terrainreceive_packet_edit_tile_terrain_100 (struct connection *pc)
 
static int send_packet_edit_tile_terrain_100 (struct connection *pc, const struct packet_edit_tile_terrain *packet)
 
int send_packet_edit_tile_terrain (struct connection *pc, const struct packet_edit_tile_terrain *packet)
 
int dsend_packet_edit_tile_terrain (struct connection *pc, int tile, Terrain_type_id terrain, int size)
 
static struct packet_edit_tile_extrareceive_packet_edit_tile_extra_100 (struct connection *pc)
 
static int send_packet_edit_tile_extra_100 (struct connection *pc, const struct packet_edit_tile_extra *packet)
 
int send_packet_edit_tile_extra (struct connection *pc, const struct packet_edit_tile_extra *packet)
 
int dsend_packet_edit_tile_extra (struct connection *pc, int tile, int extra_type_id, bool removal, int eowner, int size)
 
static struct packet_edit_startposreceive_packet_edit_startpos_100 (struct connection *pc)
 
static int send_packet_edit_startpos_100 (struct connection *pc, const struct packet_edit_startpos *packet)
 
int send_packet_edit_startpos (struct connection *pc, const struct packet_edit_startpos *packet)
 
int dsend_packet_edit_startpos (struct connection *pc, int id, bool removal, int tag)
 
static struct packet_edit_startpos_fullreceive_packet_edit_startpos_full_100 (struct connection *pc)
 
static int send_packet_edit_startpos_full_100 (struct connection *pc, const struct packet_edit_startpos_full *packet)
 
int send_packet_edit_startpos_full (struct connection *pc, const struct packet_edit_startpos_full *packet)
 
static struct packet_edit_tilereceive_packet_edit_tile_100 (struct connection *pc)
 
static int send_packet_edit_tile_100 (struct connection *pc, const struct packet_edit_tile *packet)
 
int send_packet_edit_tile (struct connection *pc, const struct packet_edit_tile *packet)
 
static struct packet_edit_unit_createreceive_packet_edit_unit_create_100 (struct connection *pc)
 
static int send_packet_edit_unit_create_100 (struct connection *pc, const struct packet_edit_unit_create *packet)
 
int send_packet_edit_unit_create (struct connection *pc, const struct packet_edit_unit_create *packet)
 
int dsend_packet_edit_unit_create (struct connection *pc, int owner, int tile, Unit_type_id type, int count, int tag)
 
static struct packet_edit_unit_removereceive_packet_edit_unit_remove_100 (struct connection *pc)
 
static int send_packet_edit_unit_remove_100 (struct connection *pc, const struct packet_edit_unit_remove *packet)
 
int send_packet_edit_unit_remove (struct connection *pc, const struct packet_edit_unit_remove *packet)
 
int dsend_packet_edit_unit_remove (struct connection *pc, int owner, int tile, Unit_type_id type, int count)
 
static struct packet_edit_unit_remove_by_idreceive_packet_edit_unit_remove_by_id_100 (struct connection *pc)
 
static int send_packet_edit_unit_remove_by_id_100 (struct connection *pc, const struct packet_edit_unit_remove_by_id *packet)
 
static struct packet_edit_unit_remove_by_idreceive_packet_edit_unit_remove_by_id_101 (struct connection *pc)
 
static int send_packet_edit_unit_remove_by_id_101 (struct connection *pc, const struct packet_edit_unit_remove_by_id *packet)
 
int send_packet_edit_unit_remove_by_id (struct connection *pc, const struct packet_edit_unit_remove_by_id *packet)
 
int dsend_packet_edit_unit_remove_by_id (struct connection *pc, int id16, int id32)
 
static struct packet_edit_unitreceive_packet_edit_unit_100 (struct connection *pc)
 
static int send_packet_edit_unit_100 (struct connection *pc, const struct packet_edit_unit *packet)
 
static struct packet_edit_unitreceive_packet_edit_unit_101 (struct connection *pc)
 
static int send_packet_edit_unit_101 (struct connection *pc, const struct packet_edit_unit *packet)
 
int send_packet_edit_unit (struct connection *pc, const struct packet_edit_unit *packet)
 
static struct packet_edit_city_createreceive_packet_edit_city_create_100 (struct connection *pc)
 
static int send_packet_edit_city_create_100 (struct connection *pc, const struct packet_edit_city_create *packet)
 
int send_packet_edit_city_create (struct connection *pc, const struct packet_edit_city_create *packet)
 
int dsend_packet_edit_city_create (struct connection *pc, int owner, int tile, int size, int tag)
 
static struct packet_edit_city_removereceive_packet_edit_city_remove_100 (struct connection *pc)
 
static int send_packet_edit_city_remove_100 (struct connection *pc, const struct packet_edit_city_remove *packet)
 
static struct packet_edit_city_removereceive_packet_edit_city_remove_101 (struct connection *pc)
 
static int send_packet_edit_city_remove_101 (struct connection *pc, const struct packet_edit_city_remove *packet)
 
int send_packet_edit_city_remove (struct connection *pc, const struct packet_edit_city_remove *packet)
 
int dsend_packet_edit_city_remove (struct connection *pc, int id16, int id32)
 
static struct packet_edit_cityreceive_packet_edit_city_100 (struct connection *pc)
 
static int send_packet_edit_city_100 (struct connection *pc, const struct packet_edit_city *packet)
 
static struct packet_edit_cityreceive_packet_edit_city_101 (struct connection *pc)
 
static int send_packet_edit_city_101 (struct connection *pc, const struct packet_edit_city *packet)
 
int send_packet_edit_city (struct connection *pc, const struct packet_edit_city *packet)
 
static struct packet_edit_player_createreceive_packet_edit_player_create_100 (struct connection *pc)
 
static int send_packet_edit_player_create_100 (struct connection *pc, const struct packet_edit_player_create *packet)
 
int send_packet_edit_player_create (struct connection *pc, const struct packet_edit_player_create *packet)
 
int dsend_packet_edit_player_create (struct connection *pc, int tag)
 
static struct packet_edit_player_removereceive_packet_edit_player_remove_100 (struct connection *pc)
 
static int send_packet_edit_player_remove_100 (struct connection *pc, const struct packet_edit_player_remove *packet)
 
int send_packet_edit_player_remove (struct connection *pc, const struct packet_edit_player_remove *packet)
 
int dsend_packet_edit_player_remove (struct connection *pc, int id)
 
static struct packet_edit_playerreceive_packet_edit_player_100 (struct connection *pc)
 
static int send_packet_edit_player_100 (struct connection *pc, const struct packet_edit_player *packet)
 
int send_packet_edit_player (struct connection *pc, const struct packet_edit_player *packet)
 
void lsend_packet_edit_player (struct conn_list *dest, const struct packet_edit_player *packet)
 
static struct packet_edit_player_visionreceive_packet_edit_player_vision_100 (struct connection *pc)
 
static int send_packet_edit_player_vision_100 (struct connection *pc, const struct packet_edit_player_vision *packet)
 
int send_packet_edit_player_vision (struct connection *pc, const struct packet_edit_player_vision *packet)
 
int dsend_packet_edit_player_vision (struct connection *pc, int player, int tile, bool known, int size)
 
static struct packet_edit_gamereceive_packet_edit_game_100 (struct connection *pc)
 
static int send_packet_edit_game_100 (struct connection *pc, const struct packet_edit_game *packet)
 
int send_packet_edit_game (struct connection *pc, const struct packet_edit_game *packet)
 
static struct packet_edit_scenario_descreceive_packet_edit_scenario_desc_100 (struct connection *pc)
 
static int send_packet_edit_scenario_desc_100 (struct connection *pc, const struct packet_edit_scenario_desc *packet)
 
int send_packet_edit_scenario_desc (struct connection *pc, const struct packet_edit_scenario_desc *packet)
 
static struct packet_edit_object_createdreceive_packet_edit_object_created_100 (struct connection *pc)
 
static int send_packet_edit_object_created_100 (struct connection *pc, const struct packet_edit_object_created *packet)
 
int send_packet_edit_object_created (struct connection *pc, const struct packet_edit_object_created *packet)
 
int dsend_packet_edit_object_created (struct connection *pc, int tag, int id)
 
static struct packet_play_musicreceive_packet_play_music_100 (struct connection *pc)
 
static int send_packet_play_music_100 (struct connection *pc, const struct packet_play_music *packet)
 
int send_packet_play_music (struct connection *pc, const struct packet_play_music *packet)
 
void lsend_packet_play_music (struct conn_list *dest, const struct packet_play_music *packet)
 
static struct packet_web_city_info_additionreceive_packet_web_city_info_addition_100 (struct connection *pc)
 
static int send_packet_web_city_info_addition_100 (struct connection *pc, const struct packet_web_city_info_addition *packet, bool force_to_send)
 
static struct packet_web_city_info_additionreceive_packet_web_city_info_addition_101 (struct connection *pc)
 
static int send_packet_web_city_info_addition_101 (struct connection *pc, const struct packet_web_city_info_addition *packet, bool force_to_send)
 
int send_packet_web_city_info_addition (struct connection *pc, const struct packet_web_city_info_addition *packet, bool force_to_send)
 
void lsend_packet_web_city_info_addition (struct conn_list *dest, const struct packet_web_city_info_addition *packet, bool force_to_send)
 
static struct packet_web_player_info_additionreceive_packet_web_player_info_addition_100 (struct connection *pc)
 
static int send_packet_web_player_info_addition_100 (struct connection *pc, const struct packet_web_player_info_addition *packet)
 
int send_packet_web_player_info_addition (struct connection *pc, const struct packet_web_player_info_addition *packet)
 
static struct packet_web_ruleset_unit_additionreceive_packet_web_ruleset_unit_addition_100 (struct connection *pc)
 
static int send_packet_web_ruleset_unit_addition_100 (struct connection *pc, const struct packet_web_ruleset_unit_addition *packet)
 
int send_packet_web_ruleset_unit_addition (struct connection *pc, const struct packet_web_ruleset_unit_addition *packet)
 
void lsend_packet_web_ruleset_unit_addition (struct conn_list *dest, const struct packet_web_ruleset_unit_addition *packet)
 
void packet_handlers_fill_initial (struct packet_handlers *phandlers)
 
void packet_handlers_fill_capability (struct packet_handlers *phandlers, const char *capability)
 

Variables

const char *const packet_functional_capability = "ids32 city-original rsdesc32"
 

Function Documentation

◆ delta_stats_report()

void delta_stats_report ( void  )

Definition at line 45 of file packets_gen.c.

Referenced by send_packet_data().

◆ delta_stats_reset()

void delta_stats_reset ( void  )

Definition at line 47 of file packets_gen.c.

Referenced by send_packet_data().

◆ dlsend_packet_city_name_suggestion_info()

void dlsend_packet_city_name_suggestion_info ( struct conn_list *  dest,
int  unit_id16,
int  unit_id32,
const char *  name 
)

Definition at line 30670 of file packets_gen.c.

Referenced by handle_city_name_suggestion_req().

◆ dlsend_packet_city_remove()

void dlsend_packet_city_remove ( struct conn_list *  dest,
int  city_id16,
int  city_id32 
)

Definition at line 12150 of file packets_gen.c.

Referenced by reality_check_city(), and remove_dumb_city().

◆ dlsend_packet_diplomacy_accept_treaty()

void dlsend_packet_diplomacy_accept_treaty ( struct conn_list *  dest,
int  counterpart,
bool  I_accepted,
bool  other_accepted 
)

Definition at line 50345 of file packets_gen.c.

Referenced by handle_diplomacy_accept_treaty_req(), and reject_all_treaties().

◆ dlsend_packet_diplomacy_cancel_meeting()

void dlsend_packet_diplomacy_cancel_meeting ( struct conn_list *  dest,
int  counterpart,
int  initiated_from 
)

◆ dlsend_packet_diplomacy_create_clause()

void dlsend_packet_diplomacy_create_clause ( struct conn_list *  dest,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

Definition at line 49409 of file packets_gen.c.

Referenced by handle_diplomacy_create_clause_req().

◆ dlsend_packet_diplomacy_init_meeting()

void dlsend_packet_diplomacy_init_meeting ( struct conn_list *  dest,
int  counterpart,
int  initiated_from 
)

Definition at line 48479 of file packets_gen.c.

Referenced by handle_diplomacy_init_meeting_req().

◆ dlsend_packet_diplomacy_remove_clause()

void dlsend_packet_diplomacy_remove_clause ( struct conn_list *  dest,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

Definition at line 49966 of file packets_gen.c.

Referenced by clear_old_treaty(), and handle_diplomacy_remove_clause_req().

◆ dlsend_packet_game_load()

void dlsend_packet_game_load ( struct conn_list *  dest,
bool  load_successful,
const char *  load_filename 
)

Definition at line 79489 of file packets_gen.c.

Referenced by load_command().

◆ dlsend_packet_nuke_tile_info()

void dlsend_packet_nuke_tile_info ( struct conn_list *  dest,
int  tile 
)

Definition at line 10069 of file packets_gen.c.

Referenced by spy_nuke_city(), and unit_nuke().

◆ dlsend_packet_ruleset_multiplier()

void dlsend_packet_ruleset_multiplier ( struct conn_list *  dest,
Multiplier_type_id  id,
int  start,
int  stop,
int  step,
int  def,
int  offset,
int  factor,
int  minimum_turns,
const char *  name,
const char *  rule_name,
int  reqs_count,
const struct requirement reqs,
const char *  helptext 
)

Definition at line 75752 of file packets_gen.c.

◆ dlsend_packet_start_phase()

void dlsend_packet_start_phase ( struct conn_list *  dest,
int  phase 
)

Definition at line 52561 of file packets_gen.c.

Referenced by begin_phase().

◆ dlsend_packet_unit_remove()

void dlsend_packet_unit_remove ( struct conn_list *  dest,
int  unit_id16,
int  unit_id32 
)

Definition at line 38013 of file packets_gen.c.

Referenced by unit_goes_out_of_sight().

◆ dsend_packet_authentication_req()

int dsend_packet_authentication_req ( struct connection pc,
enum authentication_type  type,
const char *  message 
)

Definition at line 2312 of file packets_gen.c.

Referenced by auth_handle_reply(), and auth_user().

◆ dsend_packet_chat_msg_req()

int dsend_packet_chat_msg_req ( struct connection pc,
const char *  message 
)

Definition at line 11274 of file packets_gen.c.

Referenced by send_chat().

◆ dsend_packet_city_buy()

int dsend_packet_city_buy ( struct connection pc,
int  city_id16,
int  city_id32 
)

Definition at line 26923 of file packets_gen.c.

Referenced by city_buy_production().

◆ dsend_packet_city_change()

int dsend_packet_city_change ( struct connection pc,
int  city_id16,
int  city_id32,
int  production_kind,
int  production_value 
)

Definition at line 27353 of file packets_gen.c.

Referenced by city_change_production(), and clipboard_send_production_packet().

◆ dsend_packet_city_change_specialist()

int dsend_packet_city_change_specialist ( struct connection pc,
int  city_id16,
int  city_id32,
Specialist_type_id  from,
Specialist_type_id  to 
)

Definition at line 28932 of file packets_gen.c.

Referenced by city_change_specialist().

◆ dsend_packet_city_make_specialist()

int dsend_packet_city_make_specialist ( struct connection pc,
int  city_id16,
int  city_id32,
int  tile_id 
)

◆ dsend_packet_city_make_worker()

int dsend_packet_city_make_worker ( struct connection pc,
int  city_id16,
int  city_id32,
int  tile_id 
)

◆ dsend_packet_city_name_suggestion_info()

int dsend_packet_city_name_suggestion_info ( struct connection pc,
int  unit_id16,
int  unit_id32,
const char *  name 
)

Definition at line 30659 of file packets_gen.c.

◆ dsend_packet_city_name_suggestion_req()

int dsend_packet_city_name_suggestion_req ( struct connection pc,
int  unit_id16,
int  unit_id32 
)

◆ dsend_packet_city_options_req()

int dsend_packet_city_options_req ( struct connection pc,
int  city_id16,
int  city_id32,
bv_city_options  options 
)

◆ dsend_packet_city_refresh()

int dsend_packet_city_refresh ( struct connection pc,
int  city_id16,
int  city_id32 
)

Definition at line 29978 of file packets_gen.c.

Referenced by apply_result_on_server().

◆ dsend_packet_city_remove()

int dsend_packet_city_remove ( struct connection pc,
int  city_id16,
int  city_id32 
)

Definition at line 12140 of file packets_gen.c.

Referenced by remove_city().

◆ dsend_packet_city_rename()

int dsend_packet_city_rename ( struct connection pc,
int  city_id16,
int  city_id32,
const char *  name 
)

Definition at line 29302 of file packets_gen.c.

Referenced by city_rename().

◆ dsend_packet_city_sell()

int dsend_packet_city_sell ( struct connection pc,
int  city_id16,
int  city_id32,
int  build_id 
)

Definition at line 26616 of file packets_gen.c.

Referenced by city_sell_improvement().

◆ dsend_packet_city_worklist()

int dsend_packet_city_worklist ( struct connection pc,
int  city_id16,
int  city_id32,
const struct worklist worklist 
)

Definition at line 27723 of file packets_gen.c.

Referenced by city_set_worklist().

◆ dsend_packet_connect_msg()

int dsend_packet_connect_msg ( struct connection pc,
const char *  message 
)

Definition at line 11437 of file packets_gen.c.

Referenced by handle_login_request().

◆ dsend_packet_diplomacy_accept_treaty()

int dsend_packet_diplomacy_accept_treaty ( struct connection pc,
int  counterpart,
bool  I_accepted,
bool  other_accepted 
)

Definition at line 50334 of file packets_gen.c.

Referenced by send_diplomatic_meetings().

◆ dsend_packet_diplomacy_accept_treaty_req()

int dsend_packet_diplomacy_accept_treaty_req ( struct connection pc,
int  counterpart 
)

◆ dsend_packet_diplomacy_cancel_meeting()

int dsend_packet_diplomacy_cancel_meeting ( struct connection pc,
int  counterpart,
int  initiated_from 
)

Definition at line 48844 of file packets_gen.c.

◆ dsend_packet_diplomacy_cancel_meeting_req()

int dsend_packet_diplomacy_cancel_meeting_req ( struct connection pc,
int  counterpart 
)

◆ dsend_packet_diplomacy_cancel_pact()

int dsend_packet_diplomacy_cancel_pact ( struct connection pc,
int  other_player_id,
enum clause_type  clause 
)

◆ dsend_packet_diplomacy_create_clause()

int dsend_packet_diplomacy_create_clause ( struct connection pc,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

Definition at line 49397 of file packets_gen.c.

Referenced by send_diplomatic_meetings().

◆ dsend_packet_diplomacy_create_clause_req()

int dsend_packet_diplomacy_create_clause_req ( struct connection pc,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

◆ dsend_packet_diplomacy_init_meeting()

int dsend_packet_diplomacy_init_meeting ( struct connection pc,
int  counterpart,
int  initiated_from 
)

Definition at line 48469 of file packets_gen.c.

Referenced by send_diplomatic_meetings().

◆ dsend_packet_diplomacy_init_meeting_req()

int dsend_packet_diplomacy_init_meeting_req ( struct connection pc,
int  counterpart 
)

◆ dsend_packet_diplomacy_remove_clause()

int dsend_packet_diplomacy_remove_clause ( struct connection pc,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

Definition at line 49954 of file packets_gen.c.

◆ dsend_packet_diplomacy_remove_clause_req()

int dsend_packet_diplomacy_remove_clause_req ( struct connection pc,
int  counterpart,
int  giver,
enum clause_type  type,
int  value 
)

Definition at line 49678 of file packets_gen.c.

Referenced by diplo_wdg::dbl_click(), remove_clause_callback(), and row_callback().

◆ dsend_packet_edit_city_create()

int dsend_packet_edit_city_create ( struct connection pc,
int  owner,
int  tile,
int  size,
int  tag 
)

Definition at line 88804 of file packets_gen.c.

Referenced by editor_apply_tool(), paste_tile(), and property_page_create_objects().

◆ dsend_packet_edit_city_remove()

int dsend_packet_edit_city_remove ( struct connection pc,
int  id16,
int  id32 
)

Definition at line 89112 of file packets_gen.c.

Referenced by editor_apply_tool(), and objbind_request_destroy_object().

◆ dsend_packet_edit_mode()

int dsend_packet_edit_mode ( struct connection pc,
bool  state 
)

Definition at line 85177 of file packets_gen.c.

Referenced by key_editor_toggle().

◆ dsend_packet_edit_object_created()

int dsend_packet_edit_object_created ( struct connection pc,
int  tag,
int  id 
)

◆ dsend_packet_edit_player_create()

int dsend_packet_edit_player_create ( struct connection pc,
int  tag 
)

Definition at line 92515 of file packets_gen.c.

Referenced by property_page_create_objects().

◆ dsend_packet_edit_player_remove()

int dsend_packet_edit_player_remove ( struct connection pc,
int  id 
)

Definition at line 92678 of file packets_gen.c.

Referenced by objbind_request_destroy_object().

◆ dsend_packet_edit_player_vision()

int dsend_packet_edit_player_vision ( struct connection pc,
int  player,
int  tile,
bool  known,
int  size 
)

Definition at line 93960 of file packets_gen.c.

Referenced by editor_apply_tool().

◆ dsend_packet_edit_startpos()

int dsend_packet_edit_startpos ( struct connection pc,
int  id,
bool  removal,
int  tag 
)

◆ dsend_packet_edit_tile_extra()

int dsend_packet_edit_tile_extra ( struct connection pc,
int  tile,
int  extra_type_id,
bool  removal,
int  eowner,
int  size 
)

Definition at line 85919 of file packets_gen.c.

Referenced by editor_apply_tool().

◆ dsend_packet_edit_tile_terrain()

int dsend_packet_edit_tile_terrain ( struct connection pc,
int  tile,
Terrain_type_id  terrain,
int  size 
)

Definition at line 85640 of file packets_gen.c.

Referenced by editor_apply_tool(), and paste_tile().

◆ dsend_packet_edit_toggle_fogofwar()

int dsend_packet_edit_toggle_fogofwar ( struct connection pc,
int  player 
)

Definition at line 85400 of file packets_gen.c.

Referenced by key_editor_toggle_fogofwar().

◆ dsend_packet_edit_unit_create()

int dsend_packet_edit_unit_create ( struct connection pc,
int  owner,
int  tile,
Unit_type_id  type,
int  count,
int  tag 
)

Definition at line 86766 of file packets_gen.c.

Referenced by editor_apply_tool(), paste_tile(), and property_page_create_objects().

◆ dsend_packet_edit_unit_remove()

int dsend_packet_edit_unit_remove ( struct connection pc,
int  owner,
int  tile,
Unit_type_id  type,
int  count 
)

Definition at line 87036 of file packets_gen.c.

Referenced by editor_apply_tool().

◆ dsend_packet_edit_unit_remove_by_id()

int dsend_packet_edit_unit_remove_by_id ( struct connection pc,
int  id16,
int  id32 
)

Definition at line 87344 of file packets_gen.c.

Referenced by objbind_request_destroy_object().

◆ dsend_packet_game_load()

int dsend_packet_game_load ( struct connection pc,
bool  load_successful,
const char *  load_filename 
)

Definition at line 79479 of file packets_gen.c.

◆ dsend_packet_investigate_finished()

int dsend_packet_investigate_finished ( struct connection pc,
int  unit_id16,
int  unit_id32,
int  city_id16,
int  city_id32 
)

Definition at line 1879 of file packets_gen.c.

Referenced by diplomat_investigate().

◆ dsend_packet_investigate_started()

int dsend_packet_investigate_started ( struct connection pc,
int  unit_id16,
int  unit_id32,
int  city_id16,
int  city_id32 
)

Definition at line 1509 of file packets_gen.c.

Referenced by diplomat_investigate().

◆ dsend_packet_nation_select_req()

int dsend_packet_nation_select_req ( struct connection pc,
int  player_no,
Nation_type_id  nation_no,
bool  is_male,
const char *  name,
int  style 
)

◆ dsend_packet_nuke_tile_info()

int dsend_packet_nuke_tile_info ( struct connection pc,
int  tile 
)

Definition at line 10060 of file packets_gen.c.

◆ dsend_packet_player_change_government()

int dsend_packet_player_change_government ( struct connection pc,
Government_type_id  government 
)

Definition at line 35576 of file packets_gen.c.

Referenced by set_government_choice(), and start_revolution().

◆ dsend_packet_player_phase_done()

int dsend_packet_player_phase_done ( struct connection pc,
int  turn 
)

Definition at line 35176 of file packets_gen.c.

Referenced by send_turn_done().

◆ dsend_packet_player_place_infra()

int dsend_packet_player_place_infra ( struct connection pc,
int  tile,
int  extra 
)

Definition at line 35770 of file packets_gen.c.

Referenced by infra_selected_callback().

◆ dsend_packet_player_rates()

int dsend_packet_player_rates ( struct connection pc,
int  tax,
int  luxury,
int  science 
)

◆ dsend_packet_player_ready()

int dsend_packet_player_ready ( struct connection pc,
int  player_no,
bool  is_ready 
)

◆ dsend_packet_player_remove()

int dsend_packet_player_remove ( struct connection pc,
int  playerno 
)

Definition at line 32736 of file packets_gen.c.

Referenced by send_player_remove_info_c().

◆ dsend_packet_player_research()

int dsend_packet_player_research ( struct connection pc,
int  tech 
)

◆ dsend_packet_player_tech_goal()

int dsend_packet_player_tech_goal ( struct connection pc,
int  tech 
)

◆ dsend_packet_report_req()

int dsend_packet_report_req ( struct connection pc,
enum report_type  type 
)

Definition at line 51181 of file packets_gen.c.

Referenced by send_report_request().

◆ dsend_packet_ruleset_multiplier()

int dsend_packet_ruleset_multiplier ( struct connection pc,
Multiplier_type_id  id,
int  start,
int  stop,
int  step,
int  def,
int  offset,
int  factor,
int  minimum_turns,
const char *  name,
const char *  rule_name,
int  reqs_count,
const struct requirement reqs,
const char *  helptext 
)

Definition at line 75725 of file packets_gen.c.

◆ dsend_packet_save_scenario()

int dsend_packet_save_scenario ( struct connection pc,
const char *  name 
)

Definition at line 84064 of file packets_gen.c.

Referenced by save_dialog_save_scenario().

◆ dsend_packet_server_info()

int dsend_packet_server_info ( struct connection pc,
const char *  version_label,
int  major_version,
int  minor_version,
int  patch_version,
int  emerg_version 
)

Definition at line 11724 of file packets_gen.c.

◆ dsend_packet_server_join_req()

int dsend_packet_server_join_req ( struct connection pc,
const char *  username,
const char *  capability,
const char *  version_label,
int  major_version,
int  minor_version,
int  patch_version 
)

Definition at line 2001 of file packets_gen.c.

◆ dsend_packet_single_want_hack_reply()

int dsend_packet_single_want_hack_reply ( struct connection pc,
bool  you_have_hack 
)

Definition at line 78997 of file packets_gen.c.

Referenced by handle_single_want_hack_req().

◆ dsend_packet_spaceship_place()

int dsend_packet_spaceship_place ( struct connection pc,
enum spaceship_place_type  type,
int  num 
)

Definition at line 53166 of file packets_gen.c.

Referenced by spaceship_autoplace().

◆ dsend_packet_start_phase()

int dsend_packet_start_phase ( struct connection pc,
int  phase 
)

Definition at line 52552 of file packets_gen.c.

Referenced by connection_attach_real().

◆ dsend_packet_unit_action_answer()

int dsend_packet_unit_action_answer ( struct connection pc,
int  actor_id16,
int  actor_id32,
int  target_id,
int  cost,
action_id  action_type,
int  request_kind 
)

Definition at line 46187 of file packets_gen.c.

Referenced by handle_unit_action_query(), and unit_query_impossible().

◆ dsend_packet_unit_action_query()

int dsend_packet_unit_action_query ( struct connection pc,
int  actor_id16,
int  actor_id32,
int  target_id,
action_id  action_type,
int  request_kind 
)

Definition at line 44859 of file packets_gen.c.

Referenced by request_action_details().

◆ dsend_packet_unit_actions()

int dsend_packet_unit_actions ( struct connection pc,
int  actor_unit_id16,
int  actor_unit_id32,
int  target_unit_id16,
int  target_unit_id32,
int  target_city_id16,
int  target_city_id32,
int  target_tile_id,
int  target_extra_id,
int  request_kind,
const struct act_prob action_probabilities 
)

Definition at line 47638 of file packets_gen.c.

Referenced by handle_unit_get_actions().

◆ dsend_packet_unit_change_activity()

int dsend_packet_unit_change_activity ( struct connection pc,
int  unit_id16,
int  unit_id32,
enum unit_activity  activity,
int  target 
)

Definition at line 48102 of file packets_gen.c.

Referenced by request_new_unit_activity_targeted().

◆ dsend_packet_unit_do_action()

int dsend_packet_unit_do_action ( struct connection pc,
int  actor_id16,
int  actor_id32,
int  target_id,
int  sub_tgt_id,
const char *  name,
action_id  action_type 
)

Definition at line 45609 of file packets_gen.c.

Referenced by request_do_action().

◆ dsend_packet_unit_get_actions()

int dsend_packet_unit_get_actions ( struct connection pc,
int  actor_unit_id16,
int  actor_unit_id32,
int  target_unit_id16,
int  target_unit_id32,
int  target_tile_id,
int  target_extra_id,
int  request_kind 
)

◆ dsend_packet_unit_remove()

int dsend_packet_unit_remove ( struct connection pc,
int  unit_id16,
int  unit_id32 
)

Definition at line 38003 of file packets_gen.c.

Referenced by handle_edit_player_vision().

◆ dsend_packet_unit_server_side_agent_set()

int dsend_packet_unit_server_side_agent_set ( struct connection pc,
int  unit_id16,
int  unit_id32,
enum server_side_agent  agent 
)

Definition at line 44346 of file packets_gen.c.

Referenced by request_unit_ssa_set().

◆ dsend_packet_unit_sscs_set()

int dsend_packet_unit_sscs_set ( struct connection pc,
int  unit_id16,
int  unit_id32,
enum unit_ss_data_type  type,
int  value 
)

◆ dsend_packet_unit_type_upgrade()

int dsend_packet_unit_type_upgrade ( struct connection pc,
Unit_type_id  type 
)

◆ lsend_packet_achievement_info()

void lsend_packet_achievement_info ( struct conn_list *  dest,
const struct packet_achievement_info packet 
)

Definition at line 10461 of file packets_gen.c.

Referenced by end_turn(), and load_command().

◆ lsend_packet_begin_turn()

void lsend_packet_begin_turn ( struct conn_list *  dest)

Definition at line 52823 of file packets_gen.c.

Referenced by begin_phase(), and srv_running().

◆ lsend_packet_chat_msg()

void lsend_packet_chat_msg ( struct conn_list *  dest,
const struct packet_chat_msg packet 
)

◆ lsend_packet_city_info()

void lsend_packet_city_info ( struct conn_list *  dest,
const struct packet_city_info packet,
bool  force_to_send 
)

◆ lsend_packet_city_name_suggestion_info()

void lsend_packet_city_name_suggestion_info ( struct conn_list *  dest,
const struct packet_city_name_suggestion_info packet 
)

Definition at line 30652 of file packets_gen.c.

Referenced by dlsend_packet_city_name_suggestion_info().

◆ lsend_packet_city_nationalities()

void lsend_packet_city_nationalities ( struct conn_list *  dest,
const struct packet_city_nationalities packet,
bool  force_to_send 
)

◆ lsend_packet_city_rally_point()

void lsend_packet_city_rally_point ( struct conn_list *  dest,
const struct packet_city_rally_point packet,
bool  force_to_send 
)

◆ lsend_packet_city_remove()

void lsend_packet_city_remove ( struct conn_list *  dest,
const struct packet_city_remove packet 
)

Definition at line 12133 of file packets_gen.c.

Referenced by dlsend_packet_city_remove().

◆ lsend_packet_city_sabotage_list()

void lsend_packet_city_sabotage_list ( struct conn_list *  dest,
const struct packet_city_sabotage_list packet 
)

Definition at line 31245 of file packets_gen.c.

◆ lsend_packet_city_short_info()

void lsend_packet_city_short_info ( struct conn_list *  dest,
const struct packet_city_short_info packet 
)

Definition at line 25598 of file packets_gen.c.

Referenced by broadcast_city_info(), refresh_dumb_city(), and send_city_info_at_tile().

◆ lsend_packet_conn_info()

void lsend_packet_conn_info ( struct conn_list *  dest,
const struct packet_conn_info packet 
)

Definition at line 51586 of file packets_gen.c.

Referenced by send_conn_info_arg().

◆ lsend_packet_conn_ping_info()

void lsend_packet_conn_ping_info ( struct conn_list *  dest,
const struct packet_conn_ping_info packet 
)

Definition at line 52031 of file packets_gen.c.

Referenced by send_ping_times_to_all().

◆ lsend_packet_diplomacy_accept_treaty()

void lsend_packet_diplomacy_accept_treaty ( struct conn_list *  dest,
const struct packet_diplomacy_accept_treaty packet 
)

Definition at line 50327 of file packets_gen.c.

Referenced by dlsend_packet_diplomacy_accept_treaty().

◆ lsend_packet_diplomacy_cancel_meeting()

void lsend_packet_diplomacy_cancel_meeting ( struct conn_list *  dest,
const struct packet_diplomacy_cancel_meeting packet 
)

Definition at line 48837 of file packets_gen.c.

Referenced by dlsend_packet_diplomacy_cancel_meeting().

◆ lsend_packet_diplomacy_create_clause()

void lsend_packet_diplomacy_create_clause ( struct conn_list *  dest,
const struct packet_diplomacy_create_clause packet 
)

Definition at line 49390 of file packets_gen.c.

Referenced by dlsend_packet_diplomacy_create_clause().

◆ lsend_packet_diplomacy_init_meeting()

void lsend_packet_diplomacy_init_meeting ( struct conn_list *  dest,
const struct packet_diplomacy_init_meeting packet 
)

Definition at line 48462 of file packets_gen.c.

Referenced by dlsend_packet_diplomacy_init_meeting().

◆ lsend_packet_diplomacy_remove_clause()

void lsend_packet_diplomacy_remove_clause ( struct conn_list *  dest,
const struct packet_diplomacy_remove_clause packet 
)

Definition at line 49947 of file packets_gen.c.

Referenced by dlsend_packet_diplomacy_remove_clause().

◆ lsend_packet_early_chat_msg()

void lsend_packet_early_chat_msg ( struct conn_list *  dest,
const struct packet_early_chat_msg packet 
)

Definition at line 11113 of file packets_gen.c.

◆ lsend_packet_edit_player()

void lsend_packet_edit_player ( struct conn_list *  dest,
const struct packet_edit_player packet 
)

Definition at line 93721 of file packets_gen.c.

◆ lsend_packet_end_phase()

void lsend_packet_end_phase ( struct conn_list *  dest)

Definition at line 52384 of file packets_gen.c.

Referenced by end_phase().

◆ lsend_packet_end_turn()

void lsend_packet_end_turn ( struct conn_list *  dest)

Definition at line 52860 of file packets_gen.c.

Referenced by end_turn().

◆ lsend_packet_endgame_player()

void lsend_packet_endgame_player ( struct conn_list *  dest,
const struct packet_endgame_player packet 
)

Definition at line 3264 of file packets_gen.c.

Referenced by report_final_scores().

◆ lsend_packet_endgame_report()

void lsend_packet_endgame_report ( struct conn_list *  dest,
const struct packet_endgame_report packet 
)

Definition at line 3108 of file packets_gen.c.

Referenced by report_final_scores().

◆ lsend_packet_freeze_client()

void lsend_packet_freeze_client ( struct conn_list *  dest)

Definition at line 52897 of file packets_gen.c.

Referenced by srv_running().

◆ lsend_packet_game_load()

void lsend_packet_game_load ( struct conn_list *  dest,
const struct packet_game_load packet 
)

Definition at line 79472 of file packets_gen.c.

Referenced by dlsend_packet_game_load().

◆ lsend_packet_map_info()

void lsend_packet_map_info ( struct conn_list *  dest,
const struct packet_map_info packet 
)

Definition at line 9892 of file packets_gen.c.

Referenced by send_map_info().

◆ lsend_packet_nation_availability()

void lsend_packet_nation_availability ( struct conn_list *  dest,
const struct packet_nation_availability packet 
)

Definition at line 64409 of file packets_gen.c.

Referenced by send_nation_availability_real().

◆ lsend_packet_new_year()

void lsend_packet_new_year ( struct conn_list *  dest,
const struct packet_new_year packet 
)

Definition at line 52786 of file packets_gen.c.

Referenced by send_year_to_clients().

◆ lsend_packet_nuke_tile_info()

void lsend_packet_nuke_tile_info ( struct conn_list *  dest,
const struct packet_nuke_tile_info packet 
)

Definition at line 10053 of file packets_gen.c.

Referenced by dlsend_packet_nuke_tile_info().

◆ lsend_packet_page_msg()

void lsend_packet_page_msg ( struct conn_list *  dest,
const struct packet_page_msg packet 
)

Definition at line 50849 of file packets_gen.c.

Referenced by page_conn_etype().

◆ lsend_packet_page_msg_part()

void lsend_packet_page_msg_part ( struct conn_list *  dest,
const struct packet_page_msg_part packet 
)

Definition at line 51010 of file packets_gen.c.

Referenced by page_conn_etype().

◆ lsend_packet_play_music()

void lsend_packet_play_music ( struct conn_list *  dest,
const struct packet_play_music packet 
)

Definition at line 94772 of file packets_gen.c.

Referenced by api_play_music().

◆ lsend_packet_research_info()

void lsend_packet_research_info ( struct conn_list *  dest,
const struct packet_research_info packet 
)

Definition at line 37155 of file packets_gen.c.

◆ lsend_packet_ruleset_achievement()

void lsend_packet_ruleset_achievement ( struct conn_list *  dest,
const struct packet_ruleset_achievement packet 
)

Definition at line 72797 of file packets_gen.c.

Referenced by send_ruleset_achievements().

◆ lsend_packet_ruleset_action()

void lsend_packet_ruleset_action ( struct conn_list *  dest,
const struct packet_ruleset_action packet 
)

Definition at line 73593 of file packets_gen.c.

Referenced by send_ruleset_actions().

◆ lsend_packet_ruleset_action_auto()

void lsend_packet_ruleset_action_auto ( struct conn_list *  dest,
const struct packet_ruleset_action_auto packet 
)

Definition at line 74668 of file packets_gen.c.

Referenced by send_ruleset_action_auto_performers().

◆ lsend_packet_ruleset_action_enabler()

void lsend_packet_ruleset_action_enabler ( struct conn_list *  dest,
const struct packet_ruleset_action_enabler packet 
)

Definition at line 74110 of file packets_gen.c.

Referenced by send_ruleset_action_enablers().

◆ lsend_packet_ruleset_base()

void lsend_packet_ruleset_base ( struct conn_list *  dest,
const struct packet_ruleset_base packet 
)

Definition at line 70519 of file packets_gen.c.

Referenced by send_ruleset_bases().

◆ lsend_packet_ruleset_building()

void lsend_packet_ruleset_building ( struct conn_list *  dest,
const struct packet_ruleset_building packet 
)

Definition at line 66020 of file packets_gen.c.

Referenced by send_ruleset_buildings().

◆ lsend_packet_ruleset_city()

void lsend_packet_ruleset_city ( struct conn_list *  dest,
const struct packet_ruleset_city packet 
)

Definition at line 65121 of file packets_gen.c.

Referenced by send_ruleset_cities().

◆ lsend_packet_ruleset_clause()

void lsend_packet_ruleset_clause ( struct conn_list *  dest,
const struct packet_ruleset_clause packet 
)

Definition at line 76305 of file packets_gen.c.

Referenced by send_ruleset_clauses().

◆ lsend_packet_ruleset_control()

void lsend_packet_ruleset_control ( struct conn_list *  dest,
const struct packet_ruleset_control packet 
)

Definition at line 78376 of file packets_gen.c.

Referenced by send_ruleset_control().

◆ lsend_packet_ruleset_description_part()

void lsend_packet_ruleset_description_part ( struct conn_list *  dest,
const struct packet_ruleset_description_part packet 
)

Definition at line 78698 of file packets_gen.c.

Referenced by send_ruleset_control().

◆ lsend_packet_ruleset_disaster()

void lsend_packet_ruleset_disaster ( struct conn_list *  dest,
const struct packet_ruleset_disaster packet 
)

Definition at line 72486 of file packets_gen.c.

Referenced by send_ruleset_disasters().

◆ lsend_packet_ruleset_effect()

void lsend_packet_ruleset_effect ( struct conn_list *  dest,
const struct packet_ruleset_effect packet 
)

Definition at line 83045 of file packets_gen.c.

Referenced by send_ruleset_cache().

◆ lsend_packet_ruleset_extra()

void lsend_packet_ruleset_extra ( struct conn_list *  dest,
const struct packet_ruleset_extra packet 
)

Definition at line 69970 of file packets_gen.c.

Referenced by send_ruleset_extras().

◆ lsend_packet_ruleset_extra_flag()

void lsend_packet_ruleset_extra_flag ( struct conn_list *  dest,
const struct packet_ruleset_extra_flag packet 
)

Definition at line 70193 of file packets_gen.c.

Referenced by send_ruleset_extras().

◆ lsend_packet_ruleset_game()

void lsend_packet_ruleset_game ( struct conn_list *  dest,
const struct packet_ruleset_game packet 
)

Definition at line 58387 of file packets_gen.c.

Referenced by send_ruleset_game().

◆ lsend_packet_ruleset_goods()

void lsend_packet_ruleset_goods ( struct conn_list *  dest,
const struct packet_ruleset_goods packet 
)

Definition at line 72028 of file packets_gen.c.

Referenced by send_ruleset_goods().

◆ lsend_packet_ruleset_government()

void lsend_packet_ruleset_government ( struct conn_list *  dest,
const struct packet_ruleset_government packet 
)

Definition at line 60827 of file packets_gen.c.

Referenced by send_ruleset_governments().

◆ lsend_packet_ruleset_government_ruler_title()

void lsend_packet_ruleset_government_ruler_title ( struct conn_list *  dest,
const struct packet_ruleset_government_ruler_title packet 
)

Definition at line 59191 of file packets_gen.c.

Referenced by send_ruleset_governments().

◆ lsend_packet_ruleset_multiplier()

void lsend_packet_ruleset_multiplier ( struct conn_list *  dest,
const struct packet_ruleset_multiplier packet 
)

Definition at line 75718 of file packets_gen.c.

Referenced by dlsend_packet_ruleset_multiplier(), and send_ruleset_multipliers().

◆ lsend_packet_ruleset_music()

void lsend_packet_ruleset_music ( struct conn_list *  dest,
const struct packet_ruleset_music packet 
)

Definition at line 75064 of file packets_gen.c.

Referenced by send_ruleset_musics().

◆ lsend_packet_ruleset_nation()

void lsend_packet_ruleset_nation ( struct conn_list *  dest,
const struct packet_ruleset_nation packet 
)

Definition at line 64090 of file packets_gen.c.

Referenced by send_ruleset_nations().

◆ lsend_packet_ruleset_nation_groups()

void lsend_packet_ruleset_nation_groups ( struct conn_list *  dest,
const struct packet_ruleset_nation_groups packet 
)

Definition at line 62368 of file packets_gen.c.

Referenced by send_ruleset_nations().

◆ lsend_packet_ruleset_nation_sets()

void lsend_packet_ruleset_nation_sets ( struct conn_list *  dest,
const struct packet_ruleset_nation_sets packet 
)

Definition at line 61923 of file packets_gen.c.

Referenced by send_ruleset_nations().

◆ lsend_packet_ruleset_resource()

void lsend_packet_ruleset_resource ( struct conn_list *  dest,
const struct packet_ruleset_resource packet 
)

Definition at line 83342 of file packets_gen.c.

Referenced by send_ruleset_resources().

◆ lsend_packet_ruleset_road()

void lsend_packet_ruleset_road ( struct conn_list *  dest,
const struct packet_ruleset_road packet 
)

Definition at line 71477 of file packets_gen.c.

Referenced by send_ruleset_roads().

◆ lsend_packet_ruleset_specialist()

void lsend_packet_ruleset_specialist ( struct conn_list *  dest,
const struct packet_ruleset_specialist packet 
)

Definition at line 58917 of file packets_gen.c.

Referenced by send_ruleset_specialists().

◆ lsend_packet_ruleset_style()

void lsend_packet_ruleset_style ( struct conn_list *  dest,
const struct packet_ruleset_style packet 
)

Definition at line 64632 of file packets_gen.c.

Referenced by send_ruleset_styles().

◆ lsend_packet_ruleset_summary()

void lsend_packet_ruleset_summary ( struct conn_list *  dest,
const struct packet_ruleset_summary packet 
)

Definition at line 78537 of file packets_gen.c.

Referenced by send_ruleset_control().

◆ lsend_packet_ruleset_tech()

void lsend_packet_ruleset_tech ( struct conn_list *  dest,
const struct packet_ruleset_tech packet 
)

Definition at line 59851 of file packets_gen.c.

Referenced by send_ruleset_techs().

◆ lsend_packet_ruleset_tech_class()

void lsend_packet_ruleset_tech_class ( struct conn_list *  dest,
const struct packet_ruleset_tech_class packet 
)

Definition at line 60105 of file packets_gen.c.

Referenced by send_ruleset_tech_classes().

◆ lsend_packet_ruleset_tech_flag()

void lsend_packet_ruleset_tech_flag ( struct conn_list *  dest,
const struct packet_ruleset_tech_flag packet 
)

Definition at line 60328 of file packets_gen.c.

Referenced by send_ruleset_techs().

◆ lsend_packet_ruleset_terrain()

void lsend_packet_ruleset_terrain ( struct conn_list *  dest,
const struct packet_ruleset_terrain packet 
)

Definition at line 67606 of file packets_gen.c.

Referenced by send_ruleset_terrain().

◆ lsend_packet_ruleset_terrain_control()

void lsend_packet_ruleset_terrain_control ( struct conn_list *  dest,
const struct packet_ruleset_terrain_control packet 
)

Definition at line 61299 of file packets_gen.c.

Referenced by send_ruleset_terrain().

◆ lsend_packet_ruleset_terrain_flag()

void lsend_packet_ruleset_terrain_flag ( struct conn_list *  dest,
const struct packet_ruleset_terrain_flag packet 
)

Definition at line 67829 of file packets_gen.c.

Referenced by send_ruleset_terrain().

◆ lsend_packet_ruleset_trade()

void lsend_packet_ruleset_trade ( struct conn_list *  dest,
const struct packet_ruleset_trade packet 
)

Definition at line 73071 of file packets_gen.c.

Referenced by send_ruleset_trade_routes().

◆ lsend_packet_ruleset_unit()

void lsend_packet_ruleset_unit ( struct conn_list *  dest,
const struct packet_ruleset_unit packet 
)

Definition at line 56290 of file packets_gen.c.

Referenced by send_ruleset_units().

◆ lsend_packet_ruleset_unit_bonus()

void lsend_packet_ruleset_unit_bonus ( struct conn_list *  dest,
const struct packet_ruleset_unit_bonus packet 
)

Definition at line 56590 of file packets_gen.c.

Referenced by send_ruleset_units().

◆ lsend_packet_ruleset_unit_class()

void lsend_packet_ruleset_unit_class ( struct conn_list *  dest,
const struct packet_ruleset_unit_class packet 
)

Definition at line 68207 of file packets_gen.c.

Referenced by send_ruleset_unit_classes().

◆ lsend_packet_ruleset_unit_class_flag()

void lsend_packet_ruleset_unit_class_flag ( struct conn_list *  dest,
const struct packet_ruleset_unit_class_flag packet 
)

Definition at line 57036 of file packets_gen.c.

Referenced by send_ruleset_unit_classes().

◆ lsend_packet_ruleset_unit_flag()

void lsend_packet_ruleset_unit_flag ( struct conn_list *  dest,
const struct packet_ruleset_unit_flag packet 
)

Definition at line 56813 of file packets_gen.c.

Referenced by send_ruleset_units().

◆ lsend_packet_rulesets_ready()

void lsend_packet_rulesets_ready ( struct conn_list *  dest)

Definition at line 61336 of file packets_gen.c.

Referenced by send_rulesets().

◆ lsend_packet_server_shutdown()

void lsend_packet_server_shutdown ( struct conn_list *  dest)

Definition at line 2506 of file packets_gen.c.

Referenced by close_connections_and_socket().

◆ lsend_packet_spaceship_info()

void lsend_packet_spaceship_info ( struct conn_list *  dest,
const struct packet_spaceship_info packet 
)

Definition at line 53886 of file packets_gen.c.

Referenced by send_spaceship_info().

◆ lsend_packet_start_phase()

void lsend_packet_start_phase ( struct conn_list *  dest,
const struct packet_start_phase packet 
)

Definition at line 52545 of file packets_gen.c.

Referenced by dlsend_packet_start_phase().

◆ lsend_packet_team_name_info()

void lsend_packet_team_name_info ( struct conn_list *  dest,
const struct packet_team_name_info packet 
)

Definition at line 10268 of file packets_gen.c.

Referenced by send_ruleset_team_names().

◆ lsend_packet_thaw_client()

void lsend_packet_thaw_client ( struct conn_list *  dest)

Definition at line 52934 of file packets_gen.c.

Referenced by srv_running().

◆ lsend_packet_tile_info()

void lsend_packet_tile_info ( struct conn_list *  dest,
const struct packet_tile_info packet 
)

Definition at line 4439 of file packets_gen.c.

◆ lsend_packet_trade_route_info()

void lsend_packet_trade_route_info ( struct conn_list *  dest,
const struct packet_trade_route_info packet 
)

◆ lsend_packet_unit_combat_info()

void lsend_packet_unit_combat_info ( struct conn_list *  dest,
const struct packet_unit_combat_info packet 
)

Definition at line 42679 of file packets_gen.c.

Referenced by send_combat().

◆ lsend_packet_unit_info()

void lsend_packet_unit_info ( struct conn_list *  dest,
const struct packet_unit_info packet 
)

Definition at line 40959 of file packets_gen.c.

◆ lsend_packet_unit_remove()

void lsend_packet_unit_remove ( struct conn_list *  dest,
const struct packet_unit_remove packet 
)

Definition at line 37996 of file packets_gen.c.

Referenced by dlsend_packet_unit_remove(), and server_remove_unit_full().

◆ lsend_packet_unit_short_info()

void lsend_packet_unit_short_info ( struct conn_list *  dest,
const struct packet_unit_short_info packet,
bool  force_to_send 
)

Definition at line 42126 of file packets_gen.c.

Referenced by diplomat_investigate().

◆ lsend_packet_web_city_info_addition()

void lsend_packet_web_city_info_addition ( struct conn_list *  dest,
const struct packet_web_city_info_addition packet,
bool  force_to_send 
)

Definition at line 95243 of file packets_gen.c.

◆ lsend_packet_web_ruleset_unit_addition()

void lsend_packet_web_ruleset_unit_addition ( struct conn_list *  dest,
const struct packet_web_ruleset_unit_addition packet 
)

Definition at line 95648 of file packets_gen.c.

◆ lsend_packet_worker_task()

void lsend_packet_worker_task ( struct conn_list *  dest,
const struct packet_worker_task packet 
)

◆ packet_handlers_fill_capability()

void packet_handlers_fill_capability ( struct packet_handlers phandlers,
const char *  capability 
)

Definition at line 95970 of file packets_gen.c.

Referenced by packet_handlers_get().

◆ packet_handlers_fill_initial()

void packet_handlers_fill_initial ( struct packet_handlers phandlers)

Definition at line 95655 of file packets_gen.c.

Referenced by packet_handlers_initial().

◆ packet_has_game_info_flag()

bool packet_has_game_info_flag ( enum packet_type  type)

Definition at line 570 of file packets_gen.c.

Referenced by conn_reset_delta_state().

◆ packet_name()

const char * packet_name ( enum packet_type  type)

◆ receive_packet_achievement_info_100()

static struct packet_achievement_info * receive_packet_achievement_info_100 ( struct connection pc)
static

Definition at line 10283 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_authentication_reply_100()

static struct packet_authentication_reply * receive_packet_authentication_reply_100 ( struct connection pc)
static

Definition at line 2330 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_authentication_req_100()

static struct packet_authentication_req * receive_packet_authentication_req_100 ( struct connection pc)
static

Definition at line 2125 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_begin_turn_100()

static struct packet_begin_turn * receive_packet_begin_turn_100 ( struct connection pc)
static

Definition at line 52793 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_calendar_info_100()

static struct packet_calendar_info * receive_packet_calendar_info_100 ( struct connection pc)
static

Definition at line 9116 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_chat_msg_100()

static struct packet_chat_msg * receive_packet_chat_msg_100 ( struct connection pc)
static

Definition at line 10476 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_chat_msg_req_100()

static struct packet_chat_msg_req * receive_packet_chat_msg_req_100 ( struct connection pc)
static

Definition at line 11128 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_city_buy_100()

static struct packet_city_buy * receive_packet_city_buy_100 ( struct connection pc)
static

Definition at line 26635 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_buy_101()

static struct packet_city_buy * receive_packet_city_buy_101 ( struct connection pc)
static

Definition at line 26777 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_change_100()

static struct packet_city_change * receive_packet_city_change_100 ( struct connection pc)
static

Definition at line 26941 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_change_101()

static struct packet_city_change * receive_packet_city_change_101 ( struct connection pc)
static

Definition at line 27145 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_change_specialist_100()

static struct packet_city_change_specialist * receive_packet_city_change_specialist_100 ( struct connection pc)
static

Definition at line 28480 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_change_specialist_101()

static struct packet_city_change_specialist * receive_packet_city_change_specialist_101 ( struct connection pc)
static

Definition at line 28704 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_info_100()

static struct packet_city_info * receive_packet_city_info_100 ( struct connection pc)
static

Definition at line 12168 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_info_101()

static struct packet_city_info * receive_packet_city_info_101 ( struct connection pc)
static

Definition at line 15019 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_info_102()

static struct packet_city_info * receive_packet_city_info_102 ( struct connection pc)
static

Definition at line 17848 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_info_103()

static struct packet_city_info * receive_packet_city_info_103 ( struct connection pc)
static

Definition at line 20703 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_make_specialist_100()

static struct packet_city_make_specialist * receive_packet_city_make_specialist_100 ( struct connection pc)
static

Definition at line 27742 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_make_specialist_101()

static struct packet_city_make_specialist * receive_packet_city_make_specialist_101 ( struct connection pc)
static

Definition at line 27915 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_make_worker_100()

static struct packet_city_make_worker * receive_packet_city_make_worker_100 ( struct connection pc)
static

Definition at line 28111 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_make_worker_101()

static struct packet_city_make_worker * receive_packet_city_make_worker_101 ( struct connection pc)
static

Definition at line 28284 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_name_suggestion_info_100()

static struct packet_city_name_suggestion_info * receive_packet_city_name_suggestion_info_100 ( struct connection pc)
static

Definition at line 30302 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_name_suggestion_info_101()

static struct packet_city_name_suggestion_info * receive_packet_city_name_suggestion_info_101 ( struct connection pc)
static

Definition at line 30475 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_name_suggestion_req_100()

static struct packet_city_name_suggestion_req * receive_packet_city_name_suggestion_req_100 ( struct connection pc)
static

Definition at line 29996 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_name_suggestion_req_101()

static struct packet_city_name_suggestion_req * receive_packet_city_name_suggestion_req_101 ( struct connection pc)
static

Definition at line 30138 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_nationalities_100()

static struct packet_city_nationalities * receive_packet_city_nationalities_100 ( struct connection pc)
static

Definition at line 23535 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_nationalities_101()

static struct packet_city_nationalities * receive_packet_city_nationalities_101 ( struct connection pc)
static

Definition at line 24013 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_options_req_100()

static struct packet_city_options_req * receive_packet_city_options_req_100 ( struct connection pc)
static

Definition at line 29321 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_options_req_101()

static struct packet_city_options_req * receive_packet_city_options_req_101 ( struct connection pc)
static

Definition at line 29494 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_rally_point_100()

static struct packet_city_rally_point * receive_packet_city_rally_point_100 ( struct connection pc)
static

Definition at line 31260 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_rally_point_101()

static struct packet_city_rally_point * receive_packet_city_rally_point_101 ( struct connection pc)
static

Definition at line 31625 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_refresh_100()

static struct packet_city_refresh * receive_packet_city_refresh_100 ( struct connection pc)
static

Definition at line 29690 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_refresh_101()

static struct packet_city_refresh * receive_packet_city_refresh_101 ( struct connection pc)
static

Definition at line 29832 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_remove_100()

static struct packet_city_remove * receive_packet_city_remove_100 ( struct connection pc)
static

Definition at line 11745 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_remove_101()

static struct packet_city_remove * receive_packet_city_remove_101 ( struct connection pc)
static

Definition at line 11937 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_rename_100()

static struct packet_city_rename * receive_packet_city_rename_100 ( struct connection pc)
static

Definition at line 28952 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_rename_101()

static struct packet_city_rename * receive_packet_city_rename_101 ( struct connection pc)
static

Definition at line 29125 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_sabotage_list_100()

static struct packet_city_sabotage_list * receive_packet_city_sabotage_list_100 ( struct connection pc)
static

Definition at line 30689 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_sabotage_list_101()

static struct packet_city_sabotage_list * receive_packet_city_sabotage_list_101 ( struct connection pc)
static

Definition at line 30965 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_sell_100()

static struct packet_city_sell * receive_packet_city_sell_100 ( struct connection pc)
static

Definition at line 26266 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_sell_101()

static struct packet_city_sell * receive_packet_city_sell_101 ( struct connection pc)
static

Definition at line 26439 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_short_info_100()

static struct packet_city_short_info * receive_packet_city_short_info_100 ( struct connection pc)
static

Definition at line 24494 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_short_info_101()

static struct packet_city_short_info * receive_packet_city_short_info_101 ( struct connection pc)
static

Definition at line 25052 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_worklist_100()

static struct packet_city_worklist * receive_packet_city_worklist_100 ( struct connection pc)
static

Definition at line 27373 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_city_worklist_101()

static struct packet_city_worklist * receive_packet_city_worklist_101 ( struct connection pc)
static

Definition at line 27546 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_client_heartbeat_100()

static struct packet_client_heartbeat * receive_packet_client_heartbeat_100 ( struct connection pc)
static

Definition at line 52098 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_client_info_100()

static struct packet_client_info * receive_packet_client_info_100 ( struct connection pc)
static

Definition at line 52136 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_conn_info_100()

static struct packet_conn_info * receive_packet_conn_info_100 ( struct connection pc)
static

Definition at line 51208 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_conn_ping_100()

static struct packet_conn_ping * receive_packet_conn_ping_100 ( struct connection pc)
static

Definition at line 52038 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_conn_ping_info_100()

static struct packet_conn_ping_info * receive_packet_conn_ping_info_100 ( struct connection pc)
static

Definition at line 51601 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_conn_pong_100()

static struct packet_conn_pong * receive_packet_conn_pong_100 ( struct connection pc)
static

Definition at line 52068 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_connect_msg_100()

static struct packet_connect_msg * receive_packet_connect_msg_100 ( struct connection pc)
static

Definition at line 11291 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_accept_treaty_100()

static struct packet_diplomacy_accept_treaty * receive_packet_diplomacy_accept_treaty_100 ( struct connection pc)
static

Definition at line 50149 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_accept_treaty_req_100()

static struct packet_diplomacy_accept_treaty_req * receive_packet_diplomacy_accept_treaty_req_100 ( struct connection pc)
static

Definition at line 49986 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_cancel_meeting_100()

static struct packet_diplomacy_cancel_meeting * receive_packet_diplomacy_cancel_meeting_100 ( struct connection pc)
static

Definition at line 48660 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_cancel_meeting_req_100()

static struct packet_diplomacy_cancel_meeting_req * receive_packet_diplomacy_cancel_meeting_req_100 ( struct connection pc)
static

Definition at line 48497 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_cancel_pact_100()

static struct packet_diplomacy_cancel_pact * receive_packet_diplomacy_cancel_pact_100 ( struct connection pc)
static

Definition at line 50364 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_create_clause_100()

static struct packet_diplomacy_create_clause * receive_packet_diplomacy_create_clause_100 ( struct connection pc)
static

Definition at line 49141 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_create_clause_req_100()

static struct packet_diplomacy_create_clause_req * receive_packet_diplomacy_create_clause_req_100 ( struct connection pc)
static

Definition at line 48872 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_init_meeting_100()

static struct packet_diplomacy_init_meeting * receive_packet_diplomacy_init_meeting_100 ( struct connection pc)
static

Definition at line 48285 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_init_meeting_req_100()

static struct packet_diplomacy_init_meeting_req * receive_packet_diplomacy_init_meeting_req_100 ( struct connection pc)
static

Definition at line 48122 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_remove_clause_100()

static struct packet_diplomacy_remove_clause * receive_packet_diplomacy_remove_clause_100 ( struct connection pc)
static

Definition at line 49698 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_diplomacy_remove_clause_req_100()

static struct packet_diplomacy_remove_clause_req * receive_packet_diplomacy_remove_clause_req_100 ( struct connection pc)
static

Definition at line 49429 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_early_chat_msg_100()

static struct packet_early_chat_msg * receive_packet_early_chat_msg_100 ( struct connection pc)
static

Definition at line 10802 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_check_tiles_100()

static struct packet_edit_check_tiles * receive_packet_edit_check_tiles_100 ( struct connection pc)
static

Definition at line 85216 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_city_100()

static struct packet_edit_city * receive_packet_edit_city_100 ( struct connection pc)
static

Definition at line 89130 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_city_101()

static struct packet_edit_city * receive_packet_edit_city_101 ( struct connection pc)
static

Definition at line 90751 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_city_create_100()

static struct packet_edit_city_create * receive_packet_edit_city_create_100 ( struct connection pc)
static

Definition at line 88565 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_city_remove_100()

static struct packet_edit_city_remove * receive_packet_edit_city_remove_100 ( struct connection pc)
static

Definition at line 88824 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_city_remove_101()

static struct packet_edit_city_remove * receive_packet_edit_city_remove_101 ( struct connection pc)
static

Definition at line 88966 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_game_100()

static struct packet_edit_game * receive_packet_edit_game_100 ( struct connection pc)
static

Definition at line 93980 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_mode_100()

static struct packet_edit_mode * receive_packet_edit_mode_100 ( struct connection pc)
static

Definition at line 85047 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_object_created_100()

static struct packet_edit_object_created * receive_packet_edit_object_created_100 ( struct connection pc)
static

Definition at line 94431 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_player_100()

static struct packet_edit_player * receive_packet_edit_player_100 ( struct connection pc)
static

Definition at line 92705 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_player_create_100()

static struct packet_edit_player_create * receive_packet_edit_player_create_100 ( struct connection pc)
static

Definition at line 92369 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_player_remove_100()

static struct packet_edit_player_remove * receive_packet_edit_player_remove_100 ( struct connection pc)
static

Definition at line 92532 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_player_vision_100()

static struct packet_edit_player_vision * receive_packet_edit_player_vision_100 ( struct connection pc)
static

Definition at line 93736 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_recalculate_borders_100()

static struct packet_edit_recalculate_borders * receive_packet_edit_recalculate_borders_100 ( struct connection pc)
static

Definition at line 85186 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_scenario_desc_100()

static struct packet_edit_scenario_desc * receive_packet_edit_scenario_desc_100 ( struct connection pc)
static

Definition at line 94277 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_startpos_100()

static struct packet_edit_startpos * receive_packet_edit_startpos_100 ( struct connection pc)
static

Definition at line 85932 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_startpos_full_100()

static struct packet_edit_startpos_full * receive_packet_edit_startpos_full_100 ( struct connection pc)
static

Definition at line 86023 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_tile_100()

static struct packet_edit_tile * receive_packet_edit_tile_100 ( struct connection pc)
static

Definition at line 86121 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_tile_extra_100()

static struct packet_edit_tile_extra * receive_packet_edit_tile_extra_100 ( struct connection pc)
static

Definition at line 85669 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_tile_terrain_100()

static struct packet_edit_tile_terrain * receive_packet_edit_tile_terrain_100 ( struct connection pc)
static

Definition at line 85427 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_toggle_fogofwar_100()

static struct packet_edit_toggle_fogofwar * receive_packet_edit_toggle_fogofwar_100 ( struct connection pc)
static

Definition at line 85254 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_unit_100()

static struct packet_edit_unit * receive_packet_edit_unit_100 ( struct connection pc)
static

Definition at line 87362 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_unit_101()

static struct packet_edit_unit * receive_packet_edit_unit_101 ( struct connection pc)
static

Definition at line 87965 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_unit_create_100()

static struct packet_edit_unit_create * receive_packet_edit_unit_create_100 ( struct connection pc)
static

Definition at line 86486 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_unit_remove_100()

static struct packet_edit_unit_remove * receive_packet_edit_unit_remove_100 ( struct connection pc)
static

Definition at line 86787 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_edit_unit_remove_by_id_100()

static struct packet_edit_unit_remove_by_id * receive_packet_edit_unit_remove_by_id_100 ( struct connection pc)
static

Definition at line 87056 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_edit_unit_remove_by_id_101()

static struct packet_edit_unit_remove_by_id * receive_packet_edit_unit_remove_by_id_101 ( struct connection pc)
static

Definition at line 87198 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_end_phase_100()

static struct packet_end_phase * receive_packet_end_phase_100 ( struct connection pc)
static

Definition at line 52354 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_end_turn_100()

static struct packet_end_turn * receive_packet_end_turn_100 ( struct connection pc)
static

Definition at line 52830 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_endgame_player_100()

static struct packet_endgame_player * receive_packet_endgame_player_100 ( struct connection pc)
static

Definition at line 3115 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_endgame_report_100()

static struct packet_endgame_report * receive_packet_endgame_report_100 ( struct connection pc)
static

Definition at line 2979 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_freeze_client_100()

static struct packet_freeze_client * receive_packet_freeze_client_100 ( struct connection pc)
static

Definition at line 52867 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_game_info_100()

static struct packet_game_info * receive_packet_game_info_100 ( struct connection pc)
static

Definition at line 4454 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_game_load_100()

static struct packet_game_load * receive_packet_game_load_100 ( struct connection pc)
static

Definition at line 79310 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_investigate_finished_100()

static struct packet_investigate_finished * receive_packet_investigate_finished_100 ( struct connection pc)
static

Definition at line 1529 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_investigate_finished_101()

static struct packet_investigate_finished * receive_packet_investigate_finished_101 ( struct connection pc)
static

Definition at line 1702 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_investigate_started_100()

static struct packet_investigate_started * receive_packet_investigate_started_100 ( struct connection pc)
static

Definition at line 1159 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_investigate_started_101()

static struct packet_investigate_started * receive_packet_investigate_started_101 ( struct connection pc)
static

Definition at line 1332 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_map_info_100()

static struct packet_map_info * receive_packet_map_info_100 ( struct connection pc)
static

Definition at line 9684 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_nation_availability_100()

static struct packet_nation_availability * receive_packet_nation_availability_100 ( struct connection pc)
static

Definition at line 64105 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_nation_select_req_100()

static struct packet_nation_select_req * receive_packet_nation_select_req_100 ( struct connection pc)
static

Definition at line 2521 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_new_year_100()

static struct packet_new_year * receive_packet_new_year_100 ( struct connection pc)
static

Definition at line 52578 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_nuke_tile_info_100()

static struct packet_nuke_tile_info * receive_packet_nuke_tile_info_100 ( struct connection pc)
static

Definition at line 9907 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_page_msg_100()

static struct packet_page_msg * receive_packet_page_msg_100 ( struct connection pc)
static

Definition at line 50569 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_page_msg_part_100()

static struct packet_page_msg_part * receive_packet_page_msg_part_100 ( struct connection pc)
static

Definition at line 50864 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_play_music_100()

static struct packet_play_music * receive_packet_play_music_100 ( struct connection pc)
static

Definition at line 94626 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_attribute_block_100()

static struct packet_player_attribute_block * receive_packet_player_attribute_block_100 ( struct connection pc)
static

Definition at line 35780 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_attribute_chunk_100()

static struct packet_player_attribute_chunk * receive_packet_player_attribute_chunk_100 ( struct connection pc)
static

Definition at line 35828 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_change_government_100()

static struct packet_player_change_government * receive_packet_player_change_government_100 ( struct connection pc)
static

Definition at line 35420 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_diplstate_100()

static struct packet_player_diplstate * receive_packet_player_diplstate_100 ( struct connection pc)
static

Definition at line 36100 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_info_100()

static struct packet_player_info * receive_packet_player_info_100 ( struct connection pc)
static

Definition at line 32763 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_multiplier_100()

static struct packet_player_multiplier * receive_packet_player_multiplier_100 ( struct connection pc)
static

Definition at line 36445 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_phase_done_100()

static struct packet_player_phase_done * receive_packet_player_phase_done_100 ( struct connection pc)
static

Definition at line 35030 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_place_infra_100()

static struct packet_player_place_infra * receive_packet_player_place_infra_100 ( struct connection pc)
static

Definition at line 35593 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_rates_100()

static struct packet_player_rates * receive_packet_player_rates_100 ( struct connection pc)
static

Definition at line 35193 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_ready_100()

static struct packet_player_ready * receive_packet_player_ready_100 ( struct connection pc)
static

Definition at line 2807 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_remove_100()

static struct packet_player_remove * receive_packet_player_remove_100 ( struct connection pc)
static

Definition at line 32580 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_research_100()

static struct packet_player_research * receive_packet_player_research_100 ( struct connection pc)
static

Definition at line 37342 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_player_tech_goal_100()

static struct packet_player_tech_goal * receive_packet_player_tech_goal_100 ( struct connection pc)
static

Definition at line 37505 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_processing_finished_100()

static struct packet_processing_finished * receive_packet_processing_finished_100 ( struct connection pc)
static

Definition at line 1121 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_processing_started_100()

static struct packet_processing_started * receive_packet_processing_started_100 ( struct connection pc)
static

Definition at line 1091 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_report_req_100()

static struct packet_report_req * receive_packet_report_req_100 ( struct connection pc)
static

Definition at line 51025 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_research_info_100()

static struct packet_research_info * receive_packet_research_info_100 ( struct connection pc)
static

Definition at line 36751 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_achievement_100()

static struct packet_ruleset_achievement * receive_packet_ruleset_achievement_100 ( struct connection pc)
static

Definition at line 72501 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_action_100()

static struct packet_ruleset_action * receive_packet_ruleset_action_100 ( struct connection pc)
static

Definition at line 73086 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_action_auto_100()

static struct packet_ruleset_action_auto * receive_packet_ruleset_action_auto_100 ( struct connection pc)
static

Definition at line 74125 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_action_enabler_100()

static struct packet_ruleset_action_enabler * receive_packet_ruleset_action_enabler_100 ( struct connection pc)
static

Definition at line 73608 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_base_100()

static struct packet_ruleset_base * receive_packet_ruleset_base_100 ( struct connection pc)
static

Definition at line 70208 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_building_100()

static struct packet_ruleset_building * receive_packet_ruleset_building_100 ( struct connection pc)
static

Definition at line 65136 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_choices_100()

static struct packet_ruleset_choices * receive_packet_ruleset_choices_100 ( struct connection pc)
static

Definition at line 79014 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_city_100()

static struct packet_ruleset_city * receive_packet_ruleset_city_100 ( struct connection pc)
static

Definition at line 64647 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_clause_100()

static struct packet_ruleset_clause * receive_packet_ruleset_clause_100 ( struct connection pc)
static

Definition at line 75787 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_control_100()

static struct packet_ruleset_control * receive_packet_ruleset_control_100 ( struct connection pc)
static

Definition at line 76320 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_ruleset_control_101()

static struct packet_ruleset_control * receive_packet_ruleset_control_101 ( struct connection pc)
static

Definition at line 77346 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_ruleset_description_part_100()

static struct packet_ruleset_description_part * receive_packet_ruleset_description_part_100 ( struct connection pc)
static

Definition at line 78552 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_disaster_100()

static struct packet_ruleset_disaster * receive_packet_ruleset_disaster_100 ( struct connection pc)
static

Definition at line 72043 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_effect_100()

static struct packet_ruleset_effect * receive_packet_ruleset_effect_100 ( struct connection pc)
static

Definition at line 82628 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_extra_100()

static struct packet_ruleset_extra * receive_packet_ruleset_extra_100 ( struct connection pc)
static

Definition at line 68222 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_extra_flag_100()

static struct packet_ruleset_extra_flag * receive_packet_ruleset_extra_flag_100 ( struct connection pc)
static

Definition at line 69985 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_game_100()

static struct packet_ruleset_game * receive_packet_ruleset_game_100 ( struct connection pc)
static

Definition at line 57051 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_goods_100()

static struct packet_ruleset_goods * receive_packet_ruleset_goods_100 ( struct connection pc)
static

Definition at line 71492 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_government_100()

static struct packet_ruleset_government * receive_packet_ruleset_government_100 ( struct connection pc)
static

Definition at line 60343 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_government_ruler_title_100()

static struct packet_ruleset_government_ruler_title * receive_packet_ruleset_government_ruler_title_100 ( struct connection pc)
static

Definition at line 58932 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_multiplier_100()

static struct packet_ruleset_multiplier * receive_packet_ruleset_multiplier_100 ( struct connection pc)
static

Definition at line 75079 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_music_100()

static struct packet_ruleset_music * receive_packet_ruleset_music_100 ( struct connection pc)
static

Definition at line 74683 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_nation_100()

static struct packet_ruleset_nation * receive_packet_ruleset_nation_100 ( struct connection pc)
static

Definition at line 62393 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_nation_groups_100()

static struct packet_ruleset_nation_groups * receive_packet_ruleset_nation_groups_100 ( struct connection pc)
static

Definition at line 61938 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_nation_sets_100()

static struct packet_ruleset_nation_sets * receive_packet_ruleset_nation_sets_100 ( struct connection pc)
static

Definition at line 61351 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_resource_100()

static struct packet_ruleset_resource * receive_packet_ruleset_resource_100 ( struct connection pc)
static

Definition at line 83060 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_road_100()

static struct packet_ruleset_road * receive_packet_ruleset_road_100 ( struct connection pc)
static

Definition at line 70534 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_specialist_100()

static struct packet_ruleset_specialist * receive_packet_ruleset_specialist_100 ( struct connection pc)
static

Definition at line 58402 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_style_100()

static struct packet_ruleset_style * receive_packet_ruleset_style_100 ( struct connection pc)
static

Definition at line 64424 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_summary_100()

static struct packet_ruleset_summary * receive_packet_ruleset_summary_100 ( struct connection pc)
static

Definition at line 78391 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_tech_100()

static struct packet_ruleset_tech * receive_packet_ruleset_tech_100 ( struct connection pc)
static

Definition at line 59206 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_tech_class_100()

static struct packet_ruleset_tech_class * receive_packet_ruleset_tech_class_100 ( struct connection pc)
static

Definition at line 59866 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_tech_flag_100()

static struct packet_ruleset_tech_flag * receive_packet_ruleset_tech_flag_100 ( struct connection pc)
static

Definition at line 60120 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_terrain_100()

static struct packet_ruleset_terrain * receive_packet_ruleset_terrain_100 ( struct connection pc)
static

Definition at line 66035 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_terrain_control_100()

static struct packet_ruleset_terrain_control * receive_packet_ruleset_terrain_control_100 ( struct connection pc)
static

Definition at line 60842 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_terrain_flag_100()

static struct packet_ruleset_terrain_flag * receive_packet_ruleset_terrain_flag_100 ( struct connection pc)
static

Definition at line 67621 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_trade_100()

static struct packet_ruleset_trade * receive_packet_ruleset_trade_100 ( struct connection pc)
static

Definition at line 72812 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_unit_100()

static struct packet_ruleset_unit * receive_packet_ruleset_unit_100 ( struct connection pc)
static

Definition at line 53901 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_unit_bonus_100()

static struct packet_ruleset_unit_bonus * receive_packet_ruleset_unit_bonus_100 ( struct connection pc)
static

Definition at line 56305 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_unit_class_100()

static struct packet_ruleset_unit_class * receive_packet_ruleset_unit_class_100 ( struct connection pc)
static

Definition at line 67844 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_unit_class_flag_100()

static struct packet_ruleset_unit_class_flag * receive_packet_ruleset_unit_class_flag_100 ( struct connection pc)
static

Definition at line 56828 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_ruleset_unit_flag_100()

static struct packet_ruleset_unit_flag * receive_packet_ruleset_unit_flag_100 ( struct connection pc)
static

Definition at line 56605 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_rulesets_ready_100()

static struct packet_rulesets_ready * receive_packet_rulesets_ready_100 ( struct connection pc)
static

Definition at line 61306 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_save_scenario_100()

static struct packet_save_scenario * receive_packet_save_scenario_100 ( struct connection pc)
static

Definition at line 83918 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_scenario_description_100()

static struct packet_scenario_description * receive_packet_scenario_description_100 ( struct connection pc)
static

Definition at line 83764 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_scenario_info_100()

static struct packet_scenario_info * receive_packet_scenario_info_100 ( struct connection pc)
static

Definition at line 83357 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_info_100()

static struct packet_server_info * receive_packet_server_info_100 ( struct connection pc)
static

Definition at line 11454 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_join_reply_100()

static struct packet_server_join_reply * receive_packet_server_join_reply_100 ( struct connection pc)
static

Definition at line 2015 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_join_req_100()

static struct packet_server_join_req * receive_packet_server_join_req_100 ( struct connection pc)
static

Definition at line 1891 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_bitwise_100()

static struct packet_server_setting_bitwise * receive_packet_server_setting_bitwise_100 ( struct connection pc)
static

Definition at line 81834 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_bool_100()

static struct packet_server_setting_bool * receive_packet_server_setting_bool_100 ( struct connection pc)
static

Definition at line 80148 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_const_100()

static struct packet_server_setting_const * receive_packet_server_setting_const_100 ( struct connection pc)
static

Definition at line 79854 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_control_100()

static struct packet_server_setting_control * receive_packet_server_setting_control_100 ( struct connection pc)
static

Definition at line 79507 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_enum_100()

static struct packet_server_setting_enum * receive_packet_server_setting_enum_100 ( struct connection pc)
static

Definition at line 81184 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_int_100()

static struct packet_server_setting_int * receive_packet_server_setting_int_100 ( struct connection pc)
static

Definition at line 80456 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_setting_str_100()

static struct packet_server_setting_str * receive_packet_server_setting_str_100 ( struct connection pc)
static

Definition at line 80852 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_server_shutdown_100()

static struct packet_server_shutdown * receive_packet_server_shutdown_100 ( struct connection pc)
static

Definition at line 2476 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_set_topology_100()

static struct packet_set_topology * receive_packet_set_topology_100 ( struct connection pc)
static

Definition at line 82474 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_single_want_hack_reply_100()

static struct packet_single_want_hack_reply * receive_packet_single_want_hack_reply_100 ( struct connection pc)
static

Definition at line 78867 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_single_want_hack_req_100()

static struct packet_single_want_hack_req * receive_packet_single_want_hack_req_100 ( struct connection pc)
static

Definition at line 78713 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_spaceship_info_100()

static struct packet_spaceship_info * receive_packet_spaceship_info_100 ( struct connection pc)
static

Definition at line 53194 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_spaceship_launch_100()

static struct packet_spaceship_launch * receive_packet_spaceship_launch_100 ( struct connection pc)
static

Definition at line 52941 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_spaceship_place_100()

static struct packet_spaceship_place * receive_packet_spaceship_place_100 ( struct connection pc)
static

Definition at line 52979 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_start_phase_100()

static struct packet_start_phase * receive_packet_start_phase_100 ( struct connection pc)
static

Definition at line 52399 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_team_name_info_100()

static struct packet_team_name_info * receive_packet_team_name_info_100 ( struct connection pc)
static

Definition at line 10096 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_thaw_client_100()

static struct packet_thaw_client * receive_packet_thaw_client_100 ( struct connection pc)
static

Definition at line 52904 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_tile_info_100()

static struct packet_tile_info * receive_packet_tile_info_100 ( struct connection pc)
static

Definition at line 3289 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_tile_info_101()

static struct packet_tile_info * receive_packet_tile_info_101 ( struct connection pc)
static

Definition at line 3867 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_timeout_info_100()

static struct packet_timeout_info * receive_packet_timeout_info_100 ( struct connection pc)
static

Definition at line 9499 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_trade_route_info_100()

static struct packet_trade_route_info * receive_packet_trade_route_info_100 ( struct connection pc)
static

Definition at line 25613 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_trade_route_info_101()

static struct packet_trade_route_info * receive_packet_trade_route_info_101 ( struct connection pc)
static

Definition at line 25930 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_action_answer_100()

static struct packet_unit_action_answer * receive_packet_unit_action_answer_100 ( struct connection pc)
static

Definition at line 45631 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_action_answer_101()

static struct packet_unit_action_answer * receive_packet_unit_action_answer_101 ( struct connection pc)
static

Definition at line 45907 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_action_query_100()

static struct packet_unit_action_query * receive_packet_unit_action_query_100 ( struct connection pc)
static

Definition at line 44365 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_action_query_101()

static struct packet_unit_action_query * receive_packet_unit_action_query_101 ( struct connection pc)
static

Definition at line 44610 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_actions_100()

static struct packet_unit_actions * receive_packet_unit_actions_100 ( struct connection pc)
static

Definition at line 46768 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_actions_101()

static struct packet_unit_actions * receive_packet_unit_actions_101 ( struct connection pc)
static

Definition at line 47201 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_change_activity_100()

static struct packet_unit_change_activity * receive_packet_unit_change_activity_100 ( struct connection pc)
static

Definition at line 47670 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_change_activity_101()

static struct packet_unit_change_activity * receive_packet_unit_change_activity_101 ( struct connection pc)
static

Definition at line 47884 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_combat_info_100()

static struct packet_unit_combat_info * receive_packet_unit_combat_info_100 ( struct connection pc)
static

Definition at line 42141 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_combat_info_101()

static struct packet_unit_combat_info * receive_packet_unit_combat_info_101 ( struct connection pc)
static

Definition at line 42408 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_do_action_100()

static struct packet_unit_do_action * receive_packet_unit_do_action_100 ( struct connection pc)
static

Definition at line 45053 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_do_action_101()

static struct packet_unit_do_action * receive_packet_unit_do_action_101 ( struct connection pc)
static

Definition at line 45329 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_get_actions_100()

static struct packet_unit_get_actions * receive_packet_unit_get_actions_100 ( struct connection pc)
static

Definition at line 46209 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_get_actions_101()

static struct packet_unit_get_actions * receive_packet_unit_get_actions_101 ( struct connection pc)
static

Definition at line 46475 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_info_100()

static struct packet_unit_info * receive_packet_unit_info_100 ( struct connection pc)
static

Definition at line 38031 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_info_101()

static struct packet_unit_info * receive_packet_unit_info_101 ( struct connection pc)
static

Definition at line 39501 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_orders_100()

static struct packet_unit_orders * receive_packet_unit_orders_100 ( struct connection pc)
static

Definition at line 43146 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_orders_101()

static struct packet_unit_orders * receive_packet_unit_orders_101 ( struct connection pc)
static

Definition at line 43555 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_remove_100()

static struct packet_unit_remove * receive_packet_unit_remove_100 ( struct connection pc)
static

Definition at line 37668 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_remove_101()

static struct packet_unit_remove * receive_packet_unit_remove_101 ( struct connection pc)
static

Definition at line 37830 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_server_side_agent_set_100()

static struct packet_unit_server_side_agent_set * receive_packet_unit_server_side_agent_set_100 ( struct connection pc)
static

Definition at line 43976 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_server_side_agent_set_101()

static struct packet_unit_server_side_agent_set * receive_packet_unit_server_side_agent_set_101 ( struct connection pc)
static

Definition at line 44159 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_short_info_100()

static struct packet_unit_short_info * receive_packet_unit_short_info_100 ( struct connection pc)
static

Definition at line 40974 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_short_info_101()

static struct packet_unit_short_info * receive_packet_unit_short_info_101 ( struct connection pc)
static

Definition at line 41556 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_sscs_set_100()

static struct packet_unit_sscs_set * receive_packet_unit_sscs_set_100 ( struct connection pc)
static

Definition at line 42694 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_sscs_set_101()

static struct packet_unit_sscs_set * receive_packet_unit_sscs_set_101 ( struct connection pc)
static

Definition at line 42908 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_unit_type_upgrade_100()

static struct packet_unit_type_upgrade * receive_packet_unit_type_upgrade_100 ( struct connection pc)
static

Definition at line 44880 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_unknown_research_100()

static struct packet_unknown_research * receive_packet_unknown_research_100 ( struct connection pc)
static

Definition at line 37170 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_vote_new_100()

static struct packet_vote_new * receive_packet_vote_new_100 ( struct connection pc)
static

Definition at line 84081 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_vote_remove_100()

static struct packet_vote_remove * receive_packet_vote_remove_100 ( struct connection pc)
static

Definition at line 84653 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_vote_resolve_100()

static struct packet_vote_resolve * receive_packet_vote_resolve_100 ( struct connection pc)
static

Definition at line 84807 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_vote_submit_100()

static struct packet_vote_submit * receive_packet_vote_submit_100 ( struct connection pc)
static

Definition at line 84969 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_vote_update_100()

static struct packet_vote_update * receive_packet_vote_update_100 ( struct connection pc)
static

Definition at line 84369 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_web_city_info_addition_100()

static struct packet_web_city_info_addition * receive_packet_web_city_info_addition_100 ( struct connection pc)
static

Definition at line 94787 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_web_city_info_addition_101()

static struct packet_web_city_info_addition * receive_packet_web_city_info_addition_101 ( struct connection pc)
static

Definition at line 95021 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_web_player_info_addition_100()

static struct packet_web_player_info_addition * receive_packet_web_player_info_addition_100 ( struct connection pc)
static

Definition at line 95268 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_web_ruleset_unit_addition_100()

static struct packet_web_ruleset_unit_addition * receive_packet_web_ruleset_unit_addition_100 ( struct connection pc)
static

Definition at line 95466 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ receive_packet_worker_task_100()

static struct packet_worker_task * receive_packet_worker_task_100 ( struct connection pc)
static

Definition at line 32009 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ receive_packet_worker_task_101()

static struct packet_worker_task * receive_packet_worker_task_101 ( struct connection pc)
static

Definition at line 32285 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_achievement_info()

int send_packet_achievement_info ( struct connection pc,
const struct packet_achievement_info packet 
)

Definition at line 10449 of file packets_gen.c.

Referenced by lsend_packet_achievement_info().

◆ send_packet_achievement_info_100()

static int send_packet_achievement_info_100 ( struct connection pc,
const struct packet_achievement_info packet 
)
static

Definition at line 10366 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_authentication_reply()

int send_packet_authentication_reply ( struct connection pc,
const struct packet_authentication_reply packet 
)

◆ send_packet_authentication_reply_100()

static int send_packet_authentication_reply_100 ( struct connection pc,
const struct packet_authentication_reply packet 
)
static

Definition at line 2399 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_authentication_req()

int send_packet_authentication_req ( struct connection pc,
const struct packet_authentication_req packet 
)

Definition at line 2300 of file packets_gen.c.

Referenced by auth_process_status(), and dsend_packet_authentication_req().

◆ send_packet_authentication_req_100()

static int send_packet_authentication_req_100 ( struct connection pc,
const struct packet_authentication_req packet 
)
static

Definition at line 2219 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_begin_turn()

int send_packet_begin_turn ( struct connection pc)

Definition at line 52811 of file packets_gen.c.

Referenced by lsend_packet_begin_turn().

◆ send_packet_begin_turn_100()

static int send_packet_begin_turn_100 ( struct connection pc)
static

Definition at line 52803 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_calendar_info()

int send_packet_calendar_info ( struct connection pc,
const struct packet_calendar_info packet 
)

Definition at line 9479 of file packets_gen.c.

Referenced by send_game_info().

◆ send_packet_calendar_info_100()

static int send_packet_calendar_info_100 ( struct connection pc,
const struct packet_calendar_info packet 
)
static

Definition at line 9279 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_chat_msg()

int send_packet_chat_msg ( struct connection pc,
const struct packet_chat_msg packet 
)

◆ send_packet_chat_msg_100()

static int send_packet_chat_msg_100 ( struct connection pc,
const struct packet_chat_msg packet 
)
static

Definition at line 10630 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_chat_msg_req()

int send_packet_chat_msg_req ( struct connection pc,
const struct packet_chat_msg_req packet 
)

Definition at line 11262 of file packets_gen.c.

Referenced by dsend_packet_chat_msg_req(), and send_chat_printf().

◆ send_packet_chat_msg_req_100()

static int send_packet_chat_msg_req_100 ( struct connection pc,
const struct packet_chat_msg_req packet 
)
static

Definition at line 11197 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_city_buy()

int send_packet_city_buy ( struct connection pc,
const struct packet_city_buy packet 
)

Definition at line 26911 of file packets_gen.c.

Referenced by dsend_packet_city_buy().

◆ send_packet_city_buy_100()

static int send_packet_city_buy_100 ( struct connection pc,
const struct packet_city_buy packet 
)
static

Definition at line 26704 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_buy_101()

static int send_packet_city_buy_101 ( struct connection pc,
const struct packet_city_buy packet 
)
static

Definition at line 26846 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_change()

int send_packet_city_change ( struct connection pc,
const struct packet_city_change packet 
)

Definition at line 27341 of file packets_gen.c.

Referenced by dsend_packet_city_change().

◆ send_packet_city_change_100()

static int send_packet_city_change_100 ( struct connection pc,
const struct packet_city_change packet 
)
static

Definition at line 27040 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_change_101()

static int send_packet_city_change_101 ( struct connection pc,
const struct packet_city_change packet 
)
static

Definition at line 27244 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_change_specialist()

int send_packet_city_change_specialist ( struct connection pc,
const struct packet_city_change_specialist packet 
)

Definition at line 28920 of file packets_gen.c.

Referenced by dsend_packet_city_change_specialist().

◆ send_packet_city_change_specialist_100()

static int send_packet_city_change_specialist_100 ( struct connection pc,
const struct packet_city_change_specialist packet 
)
static

Definition at line 28599 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_change_specialist_101()

static int send_packet_city_change_specialist_101 ( struct connection pc,
const struct packet_city_change_specialist packet 
)
static

Definition at line 28823 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_info()

int send_packet_city_info ( struct connection pc,
const struct packet_city_info packet,
bool  force_to_send 
)

◆ send_packet_city_info_100()

static int send_packet_city_info_100 ( struct connection pc,
const struct packet_city_info packet,
bool  force_to_send 
)
static

Definition at line 13423 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_info_101()

static int send_packet_city_info_101 ( struct connection pc,
const struct packet_city_info packet,
bool  force_to_send 
)
static

Definition at line 16259 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_info_102()

static int send_packet_city_info_102 ( struct connection pc,
const struct packet_city_info packet,
bool  force_to_send 
)
static

Definition at line 19105 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_info_103()

static int send_packet_city_info_103 ( struct connection pc,
const struct packet_city_info packet,
bool  force_to_send 
)
static

Definition at line 21945 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_make_specialist()

int send_packet_city_make_specialist ( struct connection pc,
const struct packet_city_make_specialist packet 
)

Definition at line 28080 of file packets_gen.c.

Referenced by dsend_packet_city_make_specialist().

◆ send_packet_city_make_specialist_100()

static int send_packet_city_make_specialist_100 ( struct connection pc,
const struct packet_city_make_specialist packet 
)
static

Definition at line 27826 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_make_specialist_101()

static int send_packet_city_make_specialist_101 ( struct connection pc,
const struct packet_city_make_specialist packet 
)
static

Definition at line 27999 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_make_worker()

int send_packet_city_make_worker ( struct connection pc,
const struct packet_city_make_worker packet 
)

Definition at line 28449 of file packets_gen.c.

Referenced by dsend_packet_city_make_worker().

◆ send_packet_city_make_worker_100()

static int send_packet_city_make_worker_100 ( struct connection pc,
const struct packet_city_make_worker packet 
)
static

Definition at line 28195 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_make_worker_101()

static int send_packet_city_make_worker_101 ( struct connection pc,
const struct packet_city_make_worker packet 
)
static

Definition at line 28368 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_name_suggestion_info()

int send_packet_city_name_suggestion_info ( struct connection pc,
const struct packet_city_name_suggestion_info packet 
)

◆ send_packet_city_name_suggestion_info_100()

static int send_packet_city_name_suggestion_info_100 ( struct connection pc,
const struct packet_city_name_suggestion_info packet 
)
static

Definition at line 30386 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_name_suggestion_info_101()

static int send_packet_city_name_suggestion_info_101 ( struct connection pc,
const struct packet_city_name_suggestion_info packet 
)
static

Definition at line 30559 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_name_suggestion_req()

int send_packet_city_name_suggestion_req ( struct connection pc,
const struct packet_city_name_suggestion_req packet 
)

Definition at line 30272 of file packets_gen.c.

Referenced by dsend_packet_city_name_suggestion_req().

◆ send_packet_city_name_suggestion_req_100()

static int send_packet_city_name_suggestion_req_100 ( struct connection pc,
const struct packet_city_name_suggestion_req packet 
)
static

Definition at line 30065 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_name_suggestion_req_101()

static int send_packet_city_name_suggestion_req_101 ( struct connection pc,
const struct packet_city_name_suggestion_req packet 
)
static

Definition at line 30207 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_nationalities()

int send_packet_city_nationalities ( struct connection pc,
const struct packet_city_nationalities packet,
bool  force_to_send 
)

Definition at line 24467 of file packets_gen.c.

Referenced by broadcast_city_info(), and lsend_packet_city_nationalities().

◆ send_packet_city_nationalities_100()

static int send_packet_city_nationalities_100 ( struct connection pc,
const struct packet_city_nationalities packet,
bool  force_to_send 
)
static

Definition at line 23745 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_nationalities_101()

static int send_packet_city_nationalities_101 ( struct connection pc,
const struct packet_city_nationalities packet,
bool  force_to_send 
)
static

Definition at line 24225 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_options_req()

int send_packet_city_options_req ( struct connection pc,
const struct packet_city_options_req packet 
)

Definition at line 29659 of file packets_gen.c.

Referenced by dsend_packet_city_options_req().

◆ send_packet_city_options_req_100()

static int send_packet_city_options_req_100 ( struct connection pc,
const struct packet_city_options_req packet 
)
static

Definition at line 29405 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_options_req_101()

static int send_packet_city_options_req_101 ( struct connection pc,
const struct packet_city_options_req packet 
)
static

Definition at line 29578 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_rally_point()

int send_packet_city_rally_point ( struct connection pc,
const struct packet_city_rally_point packet,
bool  force_to_send 
)

◆ send_packet_city_rally_point_100()

static int send_packet_city_rally_point_100 ( struct connection pc,
const struct packet_city_rally_point packet,
bool  force_to_send 
)
static

Definition at line 31421 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_rally_point_101()

static int send_packet_city_rally_point_101 ( struct connection pc,
const struct packet_city_rally_point packet,
bool  force_to_send 
)
static

Definition at line 31786 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_refresh()

int send_packet_city_refresh ( struct connection pc,
const struct packet_city_refresh packet 
)

Definition at line 29966 of file packets_gen.c.

Referenced by dsend_packet_city_refresh().

◆ send_packet_city_refresh_100()

static int send_packet_city_refresh_100 ( struct connection pc,
const struct packet_city_refresh packet 
)
static

Definition at line 29759 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_refresh_101()

static int send_packet_city_refresh_101 ( struct connection pc,
const struct packet_city_refresh packet 
)
static

Definition at line 29901 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_remove()

int send_packet_city_remove ( struct connection pc,
const struct packet_city_remove packet 
)

Definition at line 12121 of file packets_gen.c.

Referenced by dsend_packet_city_remove(), and lsend_packet_city_remove().

◆ send_packet_city_remove_100()

static int send_packet_city_remove_100 ( struct connection pc,
const struct packet_city_remove packet 
)
static

Definition at line 11839 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_remove_101()

static int send_packet_city_remove_101 ( struct connection pc,
const struct packet_city_remove packet 
)
static

Definition at line 12031 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_rename()

int send_packet_city_rename ( struct connection pc,
const struct packet_city_rename packet 
)

Definition at line 29290 of file packets_gen.c.

Referenced by dsend_packet_city_rename().

◆ send_packet_city_rename_100()

static int send_packet_city_rename_100 ( struct connection pc,
const struct packet_city_rename packet 
)
static

Definition at line 29036 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_rename_101()

static int send_packet_city_rename_101 ( struct connection pc,
const struct packet_city_rename packet 
)
static

Definition at line 29209 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_sabotage_list()

int send_packet_city_sabotage_list ( struct connection pc,
const struct packet_city_sabotage_list packet 
)

Definition at line 31233 of file packets_gen.c.

Referenced by lsend_packet_city_sabotage_list(), and spy_send_sabotage_list().

◆ send_packet_city_sabotage_list_100()

static int send_packet_city_sabotage_list_100 ( struct connection pc,
const struct packet_city_sabotage_list packet 
)
static

Definition at line 30828 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_sabotage_list_101()

static int send_packet_city_sabotage_list_101 ( struct connection pc,
const struct packet_city_sabotage_list packet 
)
static

Definition at line 31104 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_sell()

int send_packet_city_sell ( struct connection pc,
const struct packet_city_sell packet 
)

Definition at line 26604 of file packets_gen.c.

Referenced by dsend_packet_city_sell().

◆ send_packet_city_sell_100()

static int send_packet_city_sell_100 ( struct connection pc,
const struct packet_city_sell packet 
)
static

Definition at line 26350 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_sell_101()

static int send_packet_city_sell_101 ( struct connection pc,
const struct packet_city_sell packet 
)
static

Definition at line 26523 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_short_info()

int send_packet_city_short_info ( struct connection pc,
const struct packet_city_short_info packet 
)

Definition at line 25586 of file packets_gen.c.

Referenced by lsend_packet_city_short_info().

◆ send_packet_city_short_info_100()

static int send_packet_city_short_info_100 ( struct connection pc,
const struct packet_city_short_info packet 
)
static

Definition at line 24749 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_short_info_101()

static int send_packet_city_short_info_101 ( struct connection pc,
const struct packet_city_short_info packet 
)
static

Definition at line 25309 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_worklist()

int send_packet_city_worklist ( struct connection pc,
const struct packet_city_worklist packet 
)

Definition at line 27711 of file packets_gen.c.

Referenced by dsend_packet_city_worklist().

◆ send_packet_city_worklist_100()

static int send_packet_city_worklist_100 ( struct connection pc,
const struct packet_city_worklist packet 
)
static

Definition at line 27457 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_city_worklist_101()

static int send_packet_city_worklist_101 ( struct connection pc,
const struct packet_city_worklist packet 
)
static

Definition at line 27630 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_client_heartbeat()

int send_packet_client_heartbeat ( struct connection pc)

Definition at line 52116 of file packets_gen.c.

Referenced by real_timer_callback().

◆ send_packet_client_heartbeat_100()

static int send_packet_client_heartbeat_100 ( struct connection pc)
static

Definition at line 52108 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_client_info()

int send_packet_client_info ( struct connection pc,
const struct packet_client_info packet 
)

Definition at line 52342 of file packets_gen.c.

Referenced by handle_server_join_reply().

◆ send_packet_client_info_100()

static int send_packet_client_info_100 ( struct connection pc,
const struct packet_client_info packet 
)
static

Definition at line 52245 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_conn_info()

int send_packet_conn_info ( struct connection pc,
const struct packet_conn_info packet 
)

Definition at line 51574 of file packets_gen.c.

Referenced by lsend_packet_conn_info().

◆ send_packet_conn_info_100()

static int send_packet_conn_info_100 ( struct connection pc,
const struct packet_conn_info packet 
)
static

Definition at line 51385 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_conn_ping()

int send_packet_conn_ping ( struct connection pc)

Definition at line 52056 of file packets_gen.c.

Referenced by connection_ping().

◆ send_packet_conn_ping_100()

static int send_packet_conn_ping_100 ( struct connection pc)
static

Definition at line 52048 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_conn_ping_info()

int send_packet_conn_ping_info ( struct connection pc,
const struct packet_conn_ping_info packet 
)

Definition at line 52019 of file packets_gen.c.

Referenced by lsend_packet_conn_ping_info().

◆ send_packet_conn_ping_info_100()

static int send_packet_conn_ping_info_100 ( struct connection pc,
const struct packet_conn_ping_info packet 
)
static

Definition at line 51796 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_conn_pong()

int send_packet_conn_pong ( struct connection pc)

Definition at line 52086 of file packets_gen.c.

Referenced by handle_conn_ping().

◆ send_packet_conn_pong_100()

static int send_packet_conn_pong_100 ( struct connection pc)
static

Definition at line 52078 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_connect_msg()

int send_packet_connect_msg ( struct connection pc,
const struct packet_connect_msg packet 
)

Definition at line 11425 of file packets_gen.c.

Referenced by dsend_packet_connect_msg().

◆ send_packet_connect_msg_100()

static int send_packet_connect_msg_100 ( struct connection pc,
const struct packet_connect_msg packet 
)
static

Definition at line 11360 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_accept_treaty()

int send_packet_diplomacy_accept_treaty ( struct connection pc,
const struct packet_diplomacy_accept_treaty packet 
)

◆ send_packet_diplomacy_accept_treaty_100()

static int send_packet_diplomacy_accept_treaty_100 ( struct connection pc,
const struct packet_diplomacy_accept_treaty packet 
)
static

Definition at line 50232 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_accept_treaty_req()

int send_packet_diplomacy_accept_treaty_req ( struct connection pc,
const struct packet_diplomacy_accept_treaty_req packet 
)

Definition at line 50120 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_accept_treaty_req().

◆ send_packet_diplomacy_accept_treaty_req_100()

static int send_packet_diplomacy_accept_treaty_req_100 ( struct connection pc,
const struct packet_diplomacy_accept_treaty_req packet 
)
static

Definition at line 50055 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_cancel_meeting()

int send_packet_diplomacy_cancel_meeting ( struct connection pc,
const struct packet_diplomacy_cancel_meeting packet 
)

◆ send_packet_diplomacy_cancel_meeting_100()

static int send_packet_diplomacy_cancel_meeting_100 ( struct connection pc,
const struct packet_diplomacy_cancel_meeting packet 
)
static

Definition at line 48744 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_cancel_meeting_req()

int send_packet_diplomacy_cancel_meeting_req ( struct connection pc,
const struct packet_diplomacy_cancel_meeting_req packet 
)

Definition at line 48631 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_cancel_meeting_req().

◆ send_packet_diplomacy_cancel_meeting_req_100()

static int send_packet_diplomacy_cancel_meeting_req_100 ( struct connection pc,
const struct packet_diplomacy_cancel_meeting_req packet 
)
static

Definition at line 48566 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_cancel_pact()

int send_packet_diplomacy_cancel_pact ( struct connection pc,
const struct packet_diplomacy_cancel_pact packet 
)

Definition at line 50539 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_cancel_pact().

◆ send_packet_diplomacy_cancel_pact_100()

static int send_packet_diplomacy_cancel_pact_100 ( struct connection pc,
const struct packet_diplomacy_cancel_pact packet 
)
static

Definition at line 50458 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_create_clause()

int send_packet_diplomacy_create_clause ( struct connection pc,
const struct packet_diplomacy_create_clause packet 
)

◆ send_packet_diplomacy_create_clause_100()

static int send_packet_diplomacy_create_clause_100 ( struct connection pc,
const struct packet_diplomacy_create_clause packet 
)
static

Definition at line 49265 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_create_clause_req()

int send_packet_diplomacy_create_clause_req ( struct connection pc,
const struct packet_diplomacy_create_clause_req packet 
)

Definition at line 49109 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_create_clause_req().

◆ send_packet_diplomacy_create_clause_req_100()

static int send_packet_diplomacy_create_clause_req_100 ( struct connection pc,
const struct packet_diplomacy_create_clause_req packet 
)
static

Definition at line 48996 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_init_meeting()

int send_packet_diplomacy_init_meeting ( struct connection pc,
const struct packet_diplomacy_init_meeting packet 
)

◆ send_packet_diplomacy_init_meeting_100()

static int send_packet_diplomacy_init_meeting_100 ( struct connection pc,
const struct packet_diplomacy_init_meeting packet 
)
static

Definition at line 48369 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_init_meeting_req()

int send_packet_diplomacy_init_meeting_req ( struct connection pc,
const struct packet_diplomacy_init_meeting_req packet 
)

Definition at line 48256 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_init_meeting_req().

◆ send_packet_diplomacy_init_meeting_req_100()

static int send_packet_diplomacy_init_meeting_req_100 ( struct connection pc,
const struct packet_diplomacy_init_meeting_req packet 
)
static

Definition at line 48191 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_remove_clause()

int send_packet_diplomacy_remove_clause ( struct connection pc,
const struct packet_diplomacy_remove_clause packet 
)

◆ send_packet_diplomacy_remove_clause_100()

static int send_packet_diplomacy_remove_clause_100 ( struct connection pc,
const struct packet_diplomacy_remove_clause packet 
)
static

Definition at line 49822 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_diplomacy_remove_clause_req()

int send_packet_diplomacy_remove_clause_req ( struct connection pc,
const struct packet_diplomacy_remove_clause_req packet 
)

Definition at line 49666 of file packets_gen.c.

Referenced by dsend_packet_diplomacy_remove_clause_req().

◆ send_packet_diplomacy_remove_clause_req_100()

static int send_packet_diplomacy_remove_clause_req_100 ( struct connection pc,
const struct packet_diplomacy_remove_clause_req packet 
)
static

Definition at line 49553 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_early_chat_msg()

int send_packet_early_chat_msg ( struct connection pc,
const struct packet_early_chat_msg packet 
)

Definition at line 11101 of file packets_gen.c.

Referenced by lsend_packet_early_chat_msg(), and notify_conn_packet().

◆ send_packet_early_chat_msg_100()

static int send_packet_early_chat_msg_100 ( struct connection pc,
const struct packet_early_chat_msg packet 
)
static

Definition at line 10956 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_check_tiles()

int send_packet_edit_check_tiles ( struct connection pc)

Definition at line 85234 of file packets_gen.c.

Referenced by editor_notify_edit_finished().

◆ send_packet_edit_check_tiles_100()

static int send_packet_edit_check_tiles_100 ( struct connection pc)
static

Definition at line 85226 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_city()

int send_packet_edit_city ( struct connection pc,
const struct packet_edit_city packet 
)

Definition at line 92349 of file packets_gen.c.

Referenced by property_page_send_packet().

◆ send_packet_edit_city_100()

static int send_packet_edit_city_100 ( struct connection pc,
const struct packet_edit_city packet 
)
static

Definition at line 89848 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_city_101()

static int send_packet_edit_city_101 ( struct connection pc,
const struct packet_edit_city packet 
)
static

Definition at line 91471 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_city_create()

int send_packet_edit_city_create ( struct connection pc,
const struct packet_edit_city_create packet 
)

Definition at line 88792 of file packets_gen.c.

Referenced by dsend_packet_edit_city_create().

◆ send_packet_edit_city_create_100()

static int send_packet_edit_city_create_100 ( struct connection pc,
const struct packet_edit_city_create packet 
)
static

Definition at line 88679 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_city_remove()

int send_packet_edit_city_remove ( struct connection pc,
const struct packet_edit_city_remove packet 
)

Definition at line 89100 of file packets_gen.c.

Referenced by dsend_packet_edit_city_remove().

◆ send_packet_edit_city_remove_100()

static int send_packet_edit_city_remove_100 ( struct connection pc,
const struct packet_edit_city_remove packet 
)
static

Definition at line 88893 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_city_remove_101()

static int send_packet_edit_city_remove_101 ( struct connection pc,
const struct packet_edit_city_remove packet 
)
static

Definition at line 89035 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_game()

int send_packet_edit_game ( struct connection pc,
const struct packet_edit_game packet 
)

Definition at line 94257 of file packets_gen.c.

Referenced by property_page_send_packet().

◆ send_packet_edit_game_100()

static int send_packet_edit_game_100 ( struct connection pc,
const struct packet_edit_game packet 
)
static

Definition at line 94113 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_mode()

int send_packet_edit_mode ( struct connection pc,
const struct packet_edit_mode packet 
)

Definition at line 85165 of file packets_gen.c.

Referenced by dsend_packet_edit_mode().

◆ send_packet_edit_mode_100()

static int send_packet_edit_mode_100 ( struct connection pc,
const struct packet_edit_mode packet 
)
static

Definition at line 85108 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_object_created()

int send_packet_edit_object_created ( struct connection pc,
const struct packet_edit_object_created packet 
)

Definition at line 94596 of file packets_gen.c.

Referenced by dsend_packet_edit_object_created().

◆ send_packet_edit_object_created_100()

static int send_packet_edit_object_created_100 ( struct connection pc,
const struct packet_edit_object_created packet 
)
static

Definition at line 94515 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_player()

int send_packet_edit_player ( struct connection pc,
const struct packet_edit_player packet 
)

Definition at line 93709 of file packets_gen.c.

Referenced by lsend_packet_edit_player(), and property_page_send_packet().

◆ send_packet_edit_player_100()

static int send_packet_edit_player_100 ( struct connection pc,
const struct packet_edit_player packet 
)
static

Definition at line 93194 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_player_create()

int send_packet_edit_player_create ( struct connection pc,
const struct packet_edit_player_create packet 
)

Definition at line 92503 of file packets_gen.c.

Referenced by dsend_packet_edit_player_create().

◆ send_packet_edit_player_create_100()

static int send_packet_edit_player_create_100 ( struct connection pc,
const struct packet_edit_player_create packet 
)
static

Definition at line 92438 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_player_remove()

int send_packet_edit_player_remove ( struct connection pc,
const struct packet_edit_player_remove packet 
)

Definition at line 92666 of file packets_gen.c.

Referenced by dsend_packet_edit_player_remove().

◆ send_packet_edit_player_remove_100()

static int send_packet_edit_player_remove_100 ( struct connection pc,
const struct packet_edit_player_remove packet 
)
static

Definition at line 92601 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_player_vision()

int send_packet_edit_player_vision ( struct connection pc,
const struct packet_edit_player_vision packet 
)

Definition at line 93948 of file packets_gen.c.

Referenced by dsend_packet_edit_player_vision().

◆ send_packet_edit_player_vision_100()

static int send_packet_edit_player_vision_100 ( struct connection pc,
const struct packet_edit_player_vision packet 
)
static

Definition at line 93842 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_recalculate_borders()

int send_packet_edit_recalculate_borders ( struct connection pc)

Definition at line 85204 of file packets_gen.c.

Referenced by key_editor_recalculate_borders().

◆ send_packet_edit_recalculate_borders_100()

static int send_packet_edit_recalculate_borders_100 ( struct connection pc)
static

Definition at line 85196 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_scenario_desc()

int send_packet_edit_scenario_desc ( struct connection pc,
const struct packet_edit_scenario_desc packet 
)

Definition at line 94411 of file packets_gen.c.

Referenced by property_page_send_packet().

◆ send_packet_edit_scenario_desc_100()

static int send_packet_edit_scenario_desc_100 ( struct connection pc,
const struct packet_edit_scenario_desc packet 
)
static

Definition at line 94346 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_startpos()

int send_packet_edit_startpos ( struct connection pc,
const struct packet_edit_startpos packet 
)

◆ send_packet_edit_startpos_100()

static int send_packet_edit_startpos_100 ( struct connection pc,
const struct packet_edit_startpos packet 
)
static

Definition at line 85968 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_startpos_full()

int send_packet_edit_startpos_full ( struct connection pc,
const struct packet_edit_startpos_full packet 
)

◆ send_packet_edit_startpos_full_100()

static int send_packet_edit_startpos_full_100 ( struct connection pc,
const struct packet_edit_startpos_full packet 
)
static

Definition at line 86059 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_tile()

int send_packet_edit_tile ( struct connection pc,
const struct packet_edit_tile packet 
)

Definition at line 86466 of file packets_gen.c.

Referenced by paste_tile(), and property_page_send_packet().

◆ send_packet_edit_tile_100()

static int send_packet_edit_tile_100 ( struct connection pc,
const struct packet_edit_tile packet 
)
static

Definition at line 86312 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_tile_extra()

int send_packet_edit_tile_extra ( struct connection pc,
const struct packet_edit_tile_extra packet 
)

Definition at line 85907 of file packets_gen.c.

Referenced by dsend_packet_edit_tile_extra().

◆ send_packet_edit_tile_extra_100()

static int send_packet_edit_tile_extra_100 ( struct connection pc,
const struct packet_edit_tile_extra packet 
)
static

Definition at line 85792 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_tile_terrain()

int send_packet_edit_tile_terrain ( struct connection pc,
const struct packet_edit_tile_terrain packet 
)

Definition at line 85628 of file packets_gen.c.

Referenced by dsend_packet_edit_tile_terrain().

◆ send_packet_edit_tile_terrain_100()

static int send_packet_edit_tile_terrain_100 ( struct connection pc,
const struct packet_edit_tile_terrain packet 
)
static

Definition at line 85538 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_toggle_fogofwar()

int send_packet_edit_toggle_fogofwar ( struct connection pc,
const struct packet_edit_toggle_fogofwar packet 
)

Definition at line 85388 of file packets_gen.c.

Referenced by dsend_packet_edit_toggle_fogofwar().

◆ send_packet_edit_toggle_fogofwar_100()

static int send_packet_edit_toggle_fogofwar_100 ( struct connection pc,
const struct packet_edit_toggle_fogofwar packet 
)
static

Definition at line 85323 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_unit()

int send_packet_edit_unit ( struct connection pc,
const struct packet_edit_unit packet 
)

Definition at line 88545 of file packets_gen.c.

Referenced by property_page_send_packet().

◆ send_packet_edit_unit_100()

static int send_packet_edit_unit_100 ( struct connection pc,
const struct packet_edit_unit packet 
)
static

Definition at line 87661 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_unit_101()

static int send_packet_edit_unit_101 ( struct connection pc,
const struct packet_edit_unit packet 
)
static

Definition at line 88266 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_unit_create()

int send_packet_edit_unit_create ( struct connection pc,
const struct packet_edit_unit_create packet 
)

Definition at line 86754 of file packets_gen.c.

Referenced by dsend_packet_edit_unit_create().

◆ send_packet_edit_unit_create_100()

static int send_packet_edit_unit_create_100 ( struct connection pc,
const struct packet_edit_unit_create packet 
)
static

Definition at line 86625 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_unit_remove()

int send_packet_edit_unit_remove ( struct connection pc,
const struct packet_edit_unit_remove packet 
)

Definition at line 87024 of file packets_gen.c.

Referenced by dsend_packet_edit_unit_remove().

◆ send_packet_edit_unit_remove_100()

static int send_packet_edit_unit_remove_100 ( struct connection pc,
const struct packet_edit_unit_remove packet 
)
static

Definition at line 86911 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_edit_unit_remove_by_id()

int send_packet_edit_unit_remove_by_id ( struct connection pc,
const struct packet_edit_unit_remove_by_id packet 
)

Definition at line 87332 of file packets_gen.c.

Referenced by dsend_packet_edit_unit_remove_by_id().

◆ send_packet_edit_unit_remove_by_id_100()

static int send_packet_edit_unit_remove_by_id_100 ( struct connection pc,
const struct packet_edit_unit_remove_by_id packet 
)
static

Definition at line 87125 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_edit_unit_remove_by_id_101()

static int send_packet_edit_unit_remove_by_id_101 ( struct connection pc,
const struct packet_edit_unit_remove_by_id packet 
)
static

Definition at line 87267 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_end_phase()

int send_packet_end_phase ( struct connection pc)

Definition at line 52372 of file packets_gen.c.

Referenced by end_turn(), and lsend_packet_end_phase().

◆ send_packet_end_phase_100()

static int send_packet_end_phase_100 ( struct connection pc)
static

Definition at line 52364 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_end_turn()

int send_packet_end_turn ( struct connection pc)

Definition at line 52848 of file packets_gen.c.

Referenced by lsend_packet_end_turn().

◆ send_packet_end_turn_100()

static int send_packet_end_turn_100 ( struct connection pc)
static

Definition at line 52840 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_endgame_player()

int send_packet_endgame_player ( struct connection pc,
const struct packet_endgame_player packet 
)

Definition at line 3252 of file packets_gen.c.

Referenced by lsend_packet_endgame_player().

◆ send_packet_endgame_player_100()

static int send_packet_endgame_player_100 ( struct connection pc,
const struct packet_endgame_player packet 
)
static

Definition at line 3187 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_endgame_report()

int send_packet_endgame_report ( struct connection pc,
const struct packet_endgame_report packet 
)

Definition at line 3096 of file packets_gen.c.

Referenced by lsend_packet_endgame_report().

◆ send_packet_endgame_report_100()

static int send_packet_endgame_report_100 ( struct connection pc,
const struct packet_endgame_report packet 
)
static

Definition at line 3039 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_freeze_client()

int send_packet_freeze_client ( struct connection pc)

Definition at line 52885 of file packets_gen.c.

Referenced by lsend_packet_freeze_client().

◆ send_packet_freeze_client_100()

static int send_packet_freeze_client_100 ( struct connection pc)
static

Definition at line 52877 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_game_info()

int send_packet_game_info ( struct connection pc,
const struct packet_game_info packet 
)

Definition at line 9096 of file packets_gen.c.

Referenced by send_game_info().

◆ send_packet_game_info_100()

static int send_packet_game_info_100 ( struct connection pc,
const struct packet_game_info packet 
)
static

Definition at line 6615 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_game_load()

int send_packet_game_load ( struct connection pc,
const struct packet_game_load packet 
)

Definition at line 79460 of file packets_gen.c.

Referenced by dsend_packet_game_load(), and lsend_packet_game_load().

◆ send_packet_game_load_100()

static int send_packet_game_load_100 ( struct connection pc,
const struct packet_game_load packet 
)
static

Definition at line 79386 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_investigate_finished()

int send_packet_investigate_finished ( struct connection pc,
const struct packet_investigate_finished packet 
)

Definition at line 1867 of file packets_gen.c.

Referenced by dsend_packet_investigate_finished().

◆ send_packet_investigate_finished_100()

static int send_packet_investigate_finished_100 ( struct connection pc,
const struct packet_investigate_finished packet 
)
static

Definition at line 1613 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_investigate_finished_101()

static int send_packet_investigate_finished_101 ( struct connection pc,
const struct packet_investigate_finished packet 
)
static

Definition at line 1786 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_investigate_started()

int send_packet_investigate_started ( struct connection pc,
const struct packet_investigate_started packet 
)

Definition at line 1497 of file packets_gen.c.

Referenced by dsend_packet_investigate_started().

◆ send_packet_investigate_started_100()

static int send_packet_investigate_started_100 ( struct connection pc,
const struct packet_investigate_started packet 
)
static

Definition at line 1243 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_investigate_started_101()

static int send_packet_investigate_started_101 ( struct connection pc,
const struct packet_investigate_started packet 
)
static

Definition at line 1416 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_map_info()

int send_packet_map_info ( struct connection pc,
const struct packet_map_info packet 
)

Definition at line 9880 of file packets_gen.c.

Referenced by lsend_packet_map_info().

◆ send_packet_map_info_100()

static int send_packet_map_info_100 ( struct connection pc,
const struct packet_map_info packet 
)
static

Definition at line 9783 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_nation_availability()

int send_packet_nation_availability ( struct connection pc,
const struct packet_nation_availability packet 
)

Definition at line 64397 of file packets_gen.c.

Referenced by lsend_packet_nation_availability().

◆ send_packet_nation_availability_100()

static int send_packet_nation_availability_100 ( struct connection pc,
const struct packet_nation_availability packet 
)
static

Definition at line 64244 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_nation_select_req()

int send_packet_nation_select_req ( struct connection pc,
const struct packet_nation_select_req packet 
)

Definition at line 2774 of file packets_gen.c.

Referenced by dsend_packet_nation_select_req().

◆ send_packet_nation_select_req_100()

static int send_packet_nation_select_req_100 ( struct connection pc,
const struct packet_nation_select_req packet 
)
static

Definition at line 2652 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_new_year()

int send_packet_new_year ( struct connection pc,
const struct packet_new_year packet 
)

Definition at line 52774 of file packets_gen.c.

Referenced by lsend_packet_new_year().

◆ send_packet_new_year_100()

static int send_packet_new_year_100 ( struct connection pc,
const struct packet_new_year packet 
)
static

Definition at line 52677 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_nuke_tile_info()

int send_packet_nuke_tile_info ( struct connection pc,
const struct packet_nuke_tile_info packet 
)

Definition at line 10041 of file packets_gen.c.

Referenced by dsend_packet_nuke_tile_info(), and lsend_packet_nuke_tile_info().

◆ send_packet_nuke_tile_info_100()

static int send_packet_nuke_tile_info_100 ( struct connection pc,
const struct packet_nuke_tile_info packet 
)
static

Definition at line 9976 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_page_msg()

int send_packet_page_msg ( struct connection pc,
const struct packet_page_msg packet 
)

Definition at line 50837 of file packets_gen.c.

Referenced by lsend_packet_page_msg().

◆ send_packet_page_msg_100()

static int send_packet_page_msg_100 ( struct connection pc,
const struct packet_page_msg packet 
)
static

Definition at line 50708 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_page_msg_part()

int send_packet_page_msg_part ( struct connection pc,
const struct packet_page_msg_part packet 
)

Definition at line 50998 of file packets_gen.c.

Referenced by lsend_packet_page_msg_part().

◆ send_packet_page_msg_part_100()

static int send_packet_page_msg_part_100 ( struct connection pc,
const struct packet_page_msg_part packet 
)
static

Definition at line 50933 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_play_music()

int send_packet_play_music ( struct connection pc,
const struct packet_play_music packet 
)

Definition at line 94760 of file packets_gen.c.

Referenced by lsend_packet_play_music().

◆ send_packet_play_music_100()

static int send_packet_play_music_100 ( struct connection pc,
const struct packet_play_music packet 
)
static

Definition at line 94695 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_attribute_block()

int send_packet_player_attribute_block ( struct connection pc)

Definition at line 35798 of file packets_gen.c.

Referenced by send_attribute_block_request().

◆ send_packet_player_attribute_block_100()

static int send_packet_player_attribute_block_100 ( struct connection pc)
static

Definition at line 35790 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_attribute_chunk()

int send_packet_player_attribute_chunk ( struct connection pc,
const struct packet_player_attribute_chunk packet 
)

Definition at line 36070 of file packets_gen.c.

Referenced by send_attribute_block().

◆ send_packet_player_attribute_chunk_100()

static int send_packet_player_attribute_chunk_100 ( struct connection pc,
const struct packet_player_attribute_chunk packet 
)
static

Definition at line 35952 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_change_government()

int send_packet_player_change_government ( struct connection pc,
const struct packet_player_change_government packet 
)

Definition at line 35564 of file packets_gen.c.

Referenced by dsend_packet_player_change_government().

◆ send_packet_player_change_government_100()

static int send_packet_player_change_government_100 ( struct connection pc,
const struct packet_player_change_government packet 
)
static

Definition at line 35499 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_diplstate()

int send_packet_player_diplstate ( struct connection pc,
const struct packet_player_diplstate packet 
)

Definition at line 36425 of file packets_gen.c.

Referenced by send_player_diplstate_c_real().

◆ send_packet_player_diplstate_100()

static int send_packet_player_diplstate_100 ( struct connection pc,
const struct packet_player_diplstate packet 
)
static

Definition at line 36271 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_info()

int send_packet_player_info ( struct connection pc,
const struct packet_player_info packet 
)

Definition at line 35010 of file packets_gen.c.

Referenced by send_player_info_c_real().

◆ send_packet_player_info_100()

static int send_packet_player_info_100 ( struct connection pc,
const struct packet_player_info packet 
)
static

Definition at line 33793 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_multiplier()

int send_packet_player_multiplier ( struct connection pc,
const struct packet_player_multiplier packet 
)

◆ send_packet_player_multiplier_100()

static int send_packet_player_multiplier_100 ( struct connection pc,
const struct packet_player_multiplier packet 
)
static

Definition at line 36577 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_phase_done()

int send_packet_player_phase_done ( struct connection pc,
const struct packet_player_phase_done packet 
)

Definition at line 35164 of file packets_gen.c.

Referenced by dsend_packet_player_phase_done().

◆ send_packet_player_phase_done_100()

static int send_packet_player_phase_done_100 ( struct connection pc,
const struct packet_player_phase_done packet 
)
static

Definition at line 35099 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_place_infra()

int send_packet_player_place_infra ( struct connection pc,
const struct packet_player_place_infra packet 
)

Definition at line 35758 of file packets_gen.c.

Referenced by dsend_packet_player_place_infra().

◆ send_packet_player_place_infra_100()

static int send_packet_player_place_infra_100 ( struct connection pc,
const struct packet_player_place_infra packet 
)
static

Definition at line 35677 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_rates()

int send_packet_player_rates ( struct connection pc,
const struct packet_player_rates packet 
)

Definition at line 35389 of file packets_gen.c.

Referenced by dsend_packet_player_rates().

◆ send_packet_player_rates_100()

static int send_packet_player_rates_100 ( struct connection pc,
const struct packet_player_rates packet 
)
static

Definition at line 35292 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_ready()

int send_packet_player_ready ( struct connection pc,
const struct packet_player_ready packet 
)

Definition at line 2957 of file packets_gen.c.

Referenced by dsend_packet_player_ready().

◆ send_packet_player_ready_100()

static int send_packet_player_ready_100 ( struct connection pc,
const struct packet_player_ready packet 
)
static

Definition at line 2883 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_remove()

int send_packet_player_remove ( struct connection pc,
const struct packet_player_remove packet 
)

Definition at line 32724 of file packets_gen.c.

Referenced by dsend_packet_player_remove().

◆ send_packet_player_remove_100()

static int send_packet_player_remove_100 ( struct connection pc,
const struct packet_player_remove packet 
)
static

Definition at line 32654 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_research()

int send_packet_player_research ( struct connection pc,
const struct packet_player_research packet 
)

Definition at line 37476 of file packets_gen.c.

Referenced by dsend_packet_player_research().

◆ send_packet_player_research_100()

static int send_packet_player_research_100 ( struct connection pc,
const struct packet_player_research packet 
)
static

Definition at line 37411 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_player_tech_goal()

int send_packet_player_tech_goal ( struct connection pc,
const struct packet_player_tech_goal packet 
)

Definition at line 37639 of file packets_gen.c.

Referenced by dsend_packet_player_tech_goal().

◆ send_packet_player_tech_goal_100()

static int send_packet_player_tech_goal_100 ( struct connection pc,
const struct packet_player_tech_goal packet 
)
static

Definition at line 37574 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_processing_finished()

int send_packet_processing_finished ( struct connection pc)

Definition at line 1139 of file packets_gen.c.

Referenced by finish_processing_request().

◆ send_packet_processing_finished_100()

static int send_packet_processing_finished_100 ( struct connection pc)
static

Definition at line 1131 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_processing_started()

int send_packet_processing_started ( struct connection pc)

Definition at line 1109 of file packets_gen.c.

Referenced by start_processing_request().

◆ send_packet_processing_started_100()

static int send_packet_processing_started_100 ( struct connection pc)
static

Definition at line 1101 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_report_req()

int send_packet_report_req ( struct connection pc,
const struct packet_report_req packet 
)

Definition at line 51169 of file packets_gen.c.

Referenced by dsend_packet_report_req().

◆ send_packet_report_req_100()

static int send_packet_report_req_100 ( struct connection pc,
const struct packet_report_req packet 
)
static

Definition at line 51104 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_research_info()

int send_packet_research_info ( struct connection pc,
const struct packet_research_info packet 
)

Definition at line 37143 of file packets_gen.c.

Referenced by lsend_packet_research_info(), and send_research_info().

◆ send_packet_research_info_100()

static int send_packet_research_info_100 ( struct connection pc,
const struct packet_research_info packet 
)
static

Definition at line 36942 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_achievement()

int send_packet_ruleset_achievement ( struct connection pc,
const struct packet_ruleset_achievement packet 
)

Definition at line 72785 of file packets_gen.c.

Referenced by lsend_packet_ruleset_achievement().

◆ send_packet_ruleset_achievement_100()

static int send_packet_ruleset_achievement_100 ( struct connection pc,
const struct packet_ruleset_achievement packet 
)
static

Definition at line 72647 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_action()

int send_packet_ruleset_action ( struct connection pc,
const struct packet_ruleset_action packet 
)

Definition at line 73581 of file packets_gen.c.

Referenced by lsend_packet_ruleset_action().

◆ send_packet_ruleset_action_100()

static int send_packet_ruleset_action_100 ( struct connection pc,
const struct packet_ruleset_action packet 
)
static

Definition at line 73354 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_action_auto()

int send_packet_ruleset_action_auto ( struct connection pc,
const struct packet_ruleset_action_auto packet 
)

Definition at line 74656 of file packets_gen.c.

Referenced by lsend_packet_ruleset_action_auto().

◆ send_packet_ruleset_action_auto_100()

static int send_packet_ruleset_action_auto_100 ( struct connection pc,
const struct packet_ruleset_action_auto packet 
)
static

Definition at line 74385 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_action_enabler()

int send_packet_ruleset_action_enabler ( struct connection pc,
const struct packet_ruleset_action_enabler packet 
)

Definition at line 74098 of file packets_gen.c.

Referenced by lsend_packet_ruleset_action_enabler().

◆ send_packet_ruleset_action_enabler_100()

static int send_packet_ruleset_action_enabler_100 ( struct connection pc,
const struct packet_ruleset_action_enabler packet 
)
static

Definition at line 73843 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_base()

int send_packet_ruleset_base ( struct connection pc,
const struct packet_ruleset_base packet 
)

Definition at line 70507 of file packets_gen.c.

Referenced by lsend_packet_ruleset_base().

◆ send_packet_ruleset_base_100()

static int send_packet_ruleset_base_100 ( struct connection pc,
const struct packet_ruleset_base packet 
)
static

Definition at line 70362 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_building()

int send_packet_ruleset_building ( struct connection pc,
const struct packet_ruleset_building packet 
)

Definition at line 66008 of file packets_gen.c.

Referenced by lsend_packet_ruleset_building().

◆ send_packet_ruleset_building_100()

static int send_packet_ruleset_building_100 ( struct connection pc,
const struct packet_ruleset_building packet 
)
static

Definition at line 65561 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_choices()

int send_packet_ruleset_choices ( struct connection pc,
const struct packet_ruleset_choices packet 
)

Definition at line 79290 of file packets_gen.c.

Referenced by send_ruleset_choices().

◆ send_packet_ruleset_choices_100()

static int send_packet_ruleset_choices_100 ( struct connection pc,
const struct packet_ruleset_choices packet 
)
static

Definition at line 79146 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_city()

int send_packet_ruleset_city ( struct connection pc,
const struct packet_ruleset_city packet 
)

Definition at line 65109 of file packets_gen.c.

Referenced by lsend_packet_ruleset_city().

◆ send_packet_ruleset_city_100()

static int send_packet_ruleset_city_100 ( struct connection pc,
const struct packet_ruleset_city packet 
)
static

Definition at line 64869 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_clause()

int send_packet_ruleset_clause ( struct connection pc,
const struct packet_ruleset_clause packet 
)

Definition at line 76293 of file packets_gen.c.

Referenced by lsend_packet_ruleset_clause().

◆ send_packet_ruleset_clause_100()

static int send_packet_ruleset_clause_100 ( struct connection pc,
const struct packet_ruleset_clause packet 
)
static

Definition at line 76029 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_control()

int send_packet_ruleset_control ( struct connection pc,
const struct packet_ruleset_control packet 
)

Definition at line 78364 of file packets_gen.c.

Referenced by lsend_packet_ruleset_control().

◆ send_packet_ruleset_control_100()

static int send_packet_ruleset_control_100 ( struct connection pc,
const struct packet_ruleset_control packet 
)
static

Definition at line 76816 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_ruleset_control_101()

static int send_packet_ruleset_control_101 ( struct connection pc,
const struct packet_ruleset_control packet 
)
static

Definition at line 77842 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_ruleset_description_part()

int send_packet_ruleset_description_part ( struct connection pc,
const struct packet_ruleset_description_part packet 
)

Definition at line 78686 of file packets_gen.c.

Referenced by lsend_packet_ruleset_description_part().

◆ send_packet_ruleset_description_part_100()

static int send_packet_ruleset_description_part_100 ( struct connection pc,
const struct packet_ruleset_description_part packet 
)
static

Definition at line 78621 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_disaster()

int send_packet_ruleset_disaster ( struct connection pc,
const struct packet_ruleset_disaster packet 
)

Definition at line 72474 of file packets_gen.c.

Referenced by lsend_packet_ruleset_disaster().

◆ send_packet_ruleset_disaster_100()

static int send_packet_ruleset_disaster_100 ( struct connection pc,
const struct packet_ruleset_disaster packet 
)
static

Definition at line 72250 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_effect()

int send_packet_ruleset_effect ( struct connection pc,
const struct packet_ruleset_effect packet 
)

Definition at line 83033 of file packets_gen.c.

Referenced by lsend_packet_ruleset_effect().

◆ send_packet_ruleset_effect_100()

static int send_packet_ruleset_effect_100 ( struct connection pc,
const struct packet_ruleset_effect packet 
)
static

Definition at line 82832 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_extra()

int send_packet_ruleset_extra ( struct connection pc,
const struct packet_ruleset_extra packet 
)

Definition at line 69958 of file packets_gen.c.

Referenced by lsend_packet_ruleset_extra().

◆ send_packet_ruleset_extra_100()

static int send_packet_ruleset_extra_100 ( struct connection pc,
const struct packet_ruleset_extra packet 
)
static

Definition at line 69047 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_extra_flag()

int send_packet_ruleset_extra_flag ( struct connection pc,
const struct packet_ruleset_extra_flag packet 
)

Definition at line 70181 of file packets_gen.c.

Referenced by lsend_packet_ruleset_extra_flag().

◆ send_packet_ruleset_extra_flag_100()

static int send_packet_ruleset_extra_flag_100 ( struct connection pc,
const struct packet_ruleset_extra_flag packet 
)
static

Definition at line 70084 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_game()

int send_packet_ruleset_game ( struct connection pc,
const struct packet_ruleset_game packet 
)

Definition at line 58375 of file packets_gen.c.

Referenced by lsend_packet_ruleset_game().

◆ send_packet_ruleset_game_100()

static int send_packet_ruleset_game_100 ( struct connection pc,
const struct packet_ruleset_game packet 
)
static

Definition at line 57661 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_goods()

int send_packet_ruleset_goods ( struct connection pc,
const struct packet_ruleset_goods packet 
)

Definition at line 72016 of file packets_gen.c.

Referenced by lsend_packet_ruleset_goods().

◆ send_packet_ruleset_goods_100()

static int send_packet_ruleset_goods_100 ( struct connection pc,
const struct packet_ruleset_goods packet 
)
static

Definition at line 71744 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_government()

int send_packet_ruleset_government ( struct connection pc,
const struct packet_ruleset_government packet 
)

Definition at line 60815 of file packets_gen.c.

Referenced by lsend_packet_ruleset_government().

◆ send_packet_ruleset_government_100()

static int send_packet_ruleset_government_100 ( struct connection pc,
const struct packet_ruleset_government packet 
)
static

Definition at line 60575 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_government_ruler_title()

int send_packet_ruleset_government_ruler_title ( struct connection pc,
const struct packet_ruleset_government_ruler_title packet 
)

Definition at line 59179 of file packets_gen.c.

Referenced by lsend_packet_ruleset_government_ruler_title().

◆ send_packet_ruleset_government_ruler_title_100()

static int send_packet_ruleset_government_ruler_title_100 ( struct connection pc,
const struct packet_ruleset_government_ruler_title packet 
)
static

Definition at line 59066 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_multiplier()

int send_packet_ruleset_multiplier ( struct connection pc,
const struct packet_ruleset_multiplier packet 
)

◆ send_packet_ruleset_multiplier_100()

static int send_packet_ruleset_multiplier_100 ( struct connection pc,
const struct packet_ruleset_multiplier packet 
)
static

Definition at line 75386 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_music()

int send_packet_ruleset_music ( struct connection pc,
const struct packet_ruleset_music packet 
)

Definition at line 75052 of file packets_gen.c.

Referenced by lsend_packet_ruleset_music().

◆ send_packet_ruleset_music_100()

static int send_packet_ruleset_music_100 ( struct connection pc,
const struct packet_ruleset_music packet 
)
static

Definition at line 74860 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_nation()

int send_packet_ruleset_nation ( struct connection pc,
const struct packet_ruleset_nation packet 
)

Definition at line 64078 of file packets_gen.c.

Referenced by lsend_packet_ruleset_nation().

◆ send_packet_ruleset_nation_100()

static int send_packet_ruleset_nation_100 ( struct connection pc,
const struct packet_ruleset_nation packet 
)
static

Definition at line 63202 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_nation_groups()

int send_packet_ruleset_nation_groups ( struct connection pc,
const struct packet_ruleset_nation_groups packet 
)

Definition at line 62356 of file packets_gen.c.

Referenced by lsend_packet_ruleset_nation_groups().

◆ send_packet_ruleset_nation_groups_100()

static int send_packet_ruleset_nation_groups_100 ( struct connection pc,
const struct packet_ruleset_nation_groups packet 
)
static

Definition at line 62133 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_nation_sets()

int send_packet_ruleset_nation_sets ( struct connection pc,
const struct packet_ruleset_nation_sets packet 
)

Definition at line 61911 of file packets_gen.c.

Referenced by lsend_packet_ruleset_nation_sets().

◆ send_packet_ruleset_nation_sets_100()

static int send_packet_ruleset_nation_sets_100 ( struct connection pc,
const struct packet_ruleset_nation_sets packet 
)
static

Definition at line 61609 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_resource()

int send_packet_ruleset_resource ( struct connection pc,
const struct packet_ruleset_resource packet 
)

Definition at line 83330 of file packets_gen.c.

Referenced by lsend_packet_ruleset_resource().

◆ send_packet_ruleset_resource_100()

static int send_packet_ruleset_resource_100 ( struct connection pc,
const struct packet_ruleset_resource packet 
)
static

Definition at line 83186 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_road()

int send_packet_ruleset_road ( struct connection pc,
const struct packet_ruleset_road packet 
)

Definition at line 71465 of file packets_gen.c.

Referenced by lsend_packet_ruleset_road().

◆ send_packet_ruleset_road_100()

static int send_packet_ruleset_road_100 ( struct connection pc,
const struct packet_ruleset_road packet 
)
static

Definition at line 70972 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_specialist()

int send_packet_ruleset_specialist ( struct connection pc,
const struct packet_ruleset_specialist packet 
)

Definition at line 58905 of file packets_gen.c.

Referenced by lsend_packet_ruleset_specialist().

◆ send_packet_ruleset_specialist_100()

static int send_packet_ruleset_specialist_100 ( struct connection pc,
const struct packet_ruleset_specialist packet 
)
static

Definition at line 58649 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_style()

int send_packet_ruleset_style ( struct connection pc,
const struct packet_ruleset_style packet 
)

Definition at line 64620 of file packets_gen.c.

Referenced by lsend_packet_ruleset_style().

◆ send_packet_ruleset_style_100()

static int send_packet_ruleset_style_100 ( struct connection pc,
const struct packet_ruleset_style packet 
)
static

Definition at line 64523 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_summary()

int send_packet_ruleset_summary ( struct connection pc,
const struct packet_ruleset_summary packet 
)

Definition at line 78525 of file packets_gen.c.

Referenced by lsend_packet_ruleset_summary().

◆ send_packet_ruleset_summary_100()

static int send_packet_ruleset_summary_100 ( struct connection pc,
const struct packet_ruleset_summary packet 
)
static

Definition at line 78460 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_tech()

int send_packet_ruleset_tech ( struct connection pc,
const struct packet_ruleset_tech packet 
)

Definition at line 59839 of file packets_gen.c.

Referenced by lsend_packet_ruleset_tech().

◆ send_packet_ruleset_tech_100()

static int send_packet_ruleset_tech_100 ( struct connection pc,
const struct packet_ruleset_tech packet 
)
static

Definition at line 59510 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_tech_class()

int send_packet_ruleset_tech_class ( struct connection pc,
const struct packet_ruleset_tech_class packet 
)

Definition at line 60093 of file packets_gen.c.

Referenced by lsend_packet_ruleset_tech_class().

◆ send_packet_ruleset_tech_class_100()

static int send_packet_ruleset_tech_class_100 ( struct connection pc,
const struct packet_ruleset_tech_class packet 
)
static

Definition at line 59980 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_tech_flag()

int send_packet_ruleset_tech_flag ( struct connection pc,
const struct packet_ruleset_tech_flag packet 
)

Definition at line 60316 of file packets_gen.c.

Referenced by lsend_packet_ruleset_tech_flag().

◆ send_packet_ruleset_tech_flag_100()

static int send_packet_ruleset_tech_flag_100 ( struct connection pc,
const struct packet_ruleset_tech_flag packet 
)
static

Definition at line 60219 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_terrain()

int send_packet_ruleset_terrain ( struct connection pc,
const struct packet_ruleset_terrain packet 
)

Definition at line 67594 of file packets_gen.c.

Referenced by lsend_packet_ruleset_terrain().

◆ send_packet_ruleset_terrain_100()

static int send_packet_ruleset_terrain_100 ( struct connection pc,
const struct packet_ruleset_terrain packet 
)
static

Definition at line 66796 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_terrain_control()

int send_packet_ruleset_terrain_control ( struct connection pc,
const struct packet_ruleset_terrain_control packet 
)

Definition at line 61287 of file packets_gen.c.

Referenced by lsend_packet_ruleset_terrain_control().

◆ send_packet_ruleset_terrain_control_100()

static int send_packet_ruleset_terrain_control_100 ( struct connection pc,
const struct packet_ruleset_terrain_control packet 
)
static

Definition at line 61060 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_terrain_flag()

int send_packet_ruleset_terrain_flag ( struct connection pc,
const struct packet_ruleset_terrain_flag packet 
)

Definition at line 67817 of file packets_gen.c.

Referenced by lsend_packet_ruleset_terrain_flag().

◆ send_packet_ruleset_terrain_flag_100()

static int send_packet_ruleset_terrain_flag_100 ( struct connection pc,
const struct packet_ruleset_terrain_flag packet 
)
static

Definition at line 67720 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_trade()

int send_packet_ruleset_trade ( struct connection pc,
const struct packet_ruleset_trade packet 
)

Definition at line 73059 of file packets_gen.c.

Referenced by lsend_packet_ruleset_trade().

◆ send_packet_ruleset_trade_100()

static int send_packet_ruleset_trade_100 ( struct connection pc,
const struct packet_ruleset_trade packet 
)
static

Definition at line 72946 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_unit()

int send_packet_ruleset_unit ( struct connection pc,
const struct packet_ruleset_unit packet 
)

Definition at line 56278 of file packets_gen.c.

Referenced by lsend_packet_ruleset_unit().

◆ send_packet_ruleset_unit_100()

static int send_packet_ruleset_unit_100 ( struct connection pc,
const struct packet_ruleset_unit packet 
)
static

Definition at line 55027 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_unit_bonus()

int send_packet_ruleset_unit_bonus ( struct connection pc,
const struct packet_ruleset_unit_bonus packet 
)

Definition at line 56578 of file packets_gen.c.

Referenced by lsend_packet_ruleset_unit_bonus().

◆ send_packet_ruleset_unit_bonus_100()

static int send_packet_ruleset_unit_bonus_100 ( struct connection pc,
const struct packet_ruleset_unit_bonus packet 
)
static

Definition at line 56456 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_unit_class()

int send_packet_ruleset_unit_class ( struct connection pc,
const struct packet_ruleset_unit_class packet 
)

Definition at line 68195 of file packets_gen.c.

Referenced by lsend_packet_ruleset_unit_class().

◆ send_packet_ruleset_unit_class_100()

static int send_packet_ruleset_unit_class_100 ( struct connection pc,
const struct packet_ruleset_unit_class packet 
)
static

Definition at line 68018 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_unit_class_flag()

int send_packet_ruleset_unit_class_flag ( struct connection pc,
const struct packet_ruleset_unit_class_flag packet 
)

Definition at line 57024 of file packets_gen.c.

Referenced by lsend_packet_ruleset_unit_class_flag().

◆ send_packet_ruleset_unit_class_flag_100()

static int send_packet_ruleset_unit_class_flag_100 ( struct connection pc,
const struct packet_ruleset_unit_class_flag packet 
)
static

Definition at line 56927 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_ruleset_unit_flag()

int send_packet_ruleset_unit_flag ( struct connection pc,
const struct packet_ruleset_unit_flag packet 
)

Definition at line 56801 of file packets_gen.c.

Referenced by lsend_packet_ruleset_unit_flag().

◆ send_packet_ruleset_unit_flag_100()

static int send_packet_ruleset_unit_flag_100 ( struct connection pc,
const struct packet_ruleset_unit_flag packet 
)
static

Definition at line 56704 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_rulesets_ready()

int send_packet_rulesets_ready ( struct connection pc)

Definition at line 61324 of file packets_gen.c.

Referenced by lsend_packet_rulesets_ready().

◆ send_packet_rulesets_ready_100()

static int send_packet_rulesets_ready_100 ( struct connection pc)
static

Definition at line 61316 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_save_scenario()

int send_packet_save_scenario ( struct connection pc,
const struct packet_save_scenario packet 
)

Definition at line 84052 of file packets_gen.c.

Referenced by dsend_packet_save_scenario().

◆ send_packet_save_scenario_100()

static int send_packet_save_scenario_100 ( struct connection pc,
const struct packet_save_scenario packet 
)
static

Definition at line 83987 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_scenario_description()

int send_packet_scenario_description ( struct connection pc,
const struct packet_scenario_description packet 
)

Definition at line 83898 of file packets_gen.c.

Referenced by send_scenario_description().

◆ send_packet_scenario_description_100()

static int send_packet_scenario_description_100 ( struct connection pc,
const struct packet_scenario_description packet 
)
static

Definition at line 83833 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_scenario_info()

int send_packet_scenario_info ( struct connection pc,
const struct packet_scenario_info packet 
)

Definition at line 83744 of file packets_gen.c.

Referenced by send_scenario_info().

◆ send_packet_scenario_info_100()

static int send_packet_scenario_info_100 ( struct connection pc,
const struct packet_scenario_info packet 
)
static

Definition at line 83541 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_info()

int send_packet_server_info ( struct connection pc,
const struct packet_server_info packet 
)

Definition at line 11712 of file packets_gen.c.

Referenced by dsend_packet_server_info(), and handle_login_request().

◆ send_packet_server_info_100()

static int send_packet_server_info_100 ( struct connection pc,
const struct packet_server_info packet 
)
static

Definition at line 11583 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_join_reply()

int send_packet_server_join_reply ( struct connection pc,
const struct packet_server_join_reply packet 
)

Definition at line 2105 of file packets_gen.c.

Referenced by establish_new_connection(), and reject_new_connection().

◆ send_packet_server_join_reply_100()

static int send_packet_server_join_reply_100 ( struct connection pc,
const struct packet_server_join_reply packet 
)
static

Definition at line 2064 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_join_req()

int send_packet_server_join_req ( struct connection pc,
const struct packet_server_join_req packet 
)

Definition at line 1989 of file packets_gen.c.

Referenced by dsend_packet_server_join_req(), and make_connection().

◆ send_packet_server_join_req_100()

static int send_packet_server_join_req_100 ( struct connection pc,
const struct packet_server_join_req packet 
)
static

Definition at line 1945 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_bitwise()

int send_packet_server_setting_bitwise ( struct connection pc,
const struct packet_server_setting_bitwise packet 
)

Definition at line 82454 of file packets_gen.c.

Referenced by send_server_setting().

◆ send_packet_server_setting_bitwise_100()

static int send_packet_server_setting_bitwise_100 ( struct connection pc,
const struct packet_server_setting_bitwise packet 
)
static

Definition at line 82122 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_bool()

int send_packet_server_setting_bool ( struct connection pc,
const struct packet_server_setting_bool packet 
)

Definition at line 80426 of file packets_gen.c.

Referenced by send_server_setting().

◆ send_packet_server_setting_bool_100()

static int send_packet_server_setting_bool_100 ( struct connection pc,
const struct packet_server_setting_bool packet 
)
static

Definition at line 80279 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_const()

int send_packet_server_setting_const ( struct connection pc,
const struct packet_server_setting_const packet 
)

Definition at line 80118 of file packets_gen.c.

Referenced by send_server_setting_control().

◆ send_packet_server_setting_const_100()

static int send_packet_server_setting_const_100 ( struct connection pc,
const struct packet_server_setting_const packet 
)
static

Definition at line 79985 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_control()

int send_packet_server_setting_control ( struct connection pc,
const struct packet_server_setting_control packet 
)

Definition at line 79824 of file packets_gen.c.

Referenced by send_server_setting_control().

◆ send_packet_server_setting_control_100()

static int send_packet_server_setting_control_100 ( struct connection pc,
const struct packet_server_setting_control packet 
)
static

Definition at line 79654 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_enum()

int send_packet_server_setting_enum ( struct connection pc,
const struct packet_server_setting_enum packet 
)

Definition at line 81804 of file packets_gen.c.

Referenced by send_server_setting().

◆ send_packet_server_setting_enum_100()

static int send_packet_server_setting_enum_100 ( struct connection pc,
const struct packet_server_setting_enum packet 
)
static

Definition at line 81472 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_int()

int send_packet_server_setting_int ( struct connection pc,
const struct packet_server_setting_int packet 
)

Definition at line 80822 of file packets_gen.c.

Referenced by send_server_setting().

◆ send_packet_server_setting_int_100()

static int send_packet_server_setting_int_100 ( struct connection pc,
const struct packet_server_setting_int packet 
)
static

Definition at line 80633 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_setting_str()

int send_packet_server_setting_str ( struct connection pc,
const struct packet_server_setting_str packet 
)

Definition at line 81154 of file packets_gen.c.

Referenced by send_server_setting().

◆ send_packet_server_setting_str_100()

static int send_packet_server_setting_str_100 ( struct connection pc,
const struct packet_server_setting_str packet 
)
static

Definition at line 80999 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_server_shutdown()

int send_packet_server_shutdown ( struct connection pc)

Definition at line 2494 of file packets_gen.c.

Referenced by lsend_packet_server_shutdown().

◆ send_packet_server_shutdown_100()

static int send_packet_server_shutdown_100 ( struct connection pc)
static

Definition at line 2486 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_set_topology()

int send_packet_set_topology ( struct connection pc,
const struct packet_set_topology packet 
)

Definition at line 82608 of file packets_gen.c.

Referenced by establish_new_connection(), and topology_action().

◆ send_packet_set_topology_100()

static int send_packet_set_topology_100 ( struct connection pc,
const struct packet_set_topology packet 
)
static

Definition at line 82543 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_single_want_hack_reply()

int send_packet_single_want_hack_reply ( struct connection pc,
const struct packet_single_want_hack_reply packet 
)

Definition at line 78985 of file packets_gen.c.

Referenced by dsend_packet_single_want_hack_reply().

◆ send_packet_single_want_hack_reply_100()

static int send_packet_single_want_hack_reply_100 ( struct connection pc,
const struct packet_single_want_hack_reply packet 
)
static

Definition at line 78928 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_single_want_hack_req()

int send_packet_single_want_hack_req ( struct connection pc,
const struct packet_single_want_hack_req packet 
)

Definition at line 78847 of file packets_gen.c.

Referenced by send_client_wants_hack().

◆ send_packet_single_want_hack_req_100()

static int send_packet_single_want_hack_req_100 ( struct connection pc,
const struct packet_single_want_hack_req packet 
)
static

Definition at line 78782 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_spaceship_info()

int send_packet_spaceship_info ( struct connection pc,
const struct packet_spaceship_info packet 
)

Definition at line 53874 of file packets_gen.c.

Referenced by lsend_packet_spaceship_info().

◆ send_packet_spaceship_info_100()

static int send_packet_spaceship_info_100 ( struct connection pc,
const struct packet_spaceship_info packet 
)
static

Definition at line 53520 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_spaceship_launch()

int send_packet_spaceship_launch ( struct connection pc)

◆ send_packet_spaceship_launch_100()

static int send_packet_spaceship_launch_100 ( struct connection pc)
static

Definition at line 52951 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_spaceship_place()

int send_packet_spaceship_place ( struct connection pc,
const struct packet_spaceship_place packet 
)

Definition at line 53154 of file packets_gen.c.

Referenced by dsend_packet_spaceship_place().

◆ send_packet_spaceship_place_100()

static int send_packet_spaceship_place_100 ( struct connection pc,
const struct packet_spaceship_place packet 
)
static

Definition at line 53073 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_start_phase()

int send_packet_start_phase ( struct connection pc,
const struct packet_start_phase packet 
)

Definition at line 52533 of file packets_gen.c.

Referenced by dsend_packet_start_phase(), and lsend_packet_start_phase().

◆ send_packet_start_phase_100()

static int send_packet_start_phase_100 ( struct connection pc,
const struct packet_start_phase packet 
)
static

Definition at line 52468 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_team_name_info()

int send_packet_team_name_info ( struct connection pc,
const struct packet_team_name_info packet 
)

Definition at line 10256 of file packets_gen.c.

Referenced by lsend_packet_team_name_info().

◆ send_packet_team_name_info_100()

static int send_packet_team_name_info_100 ( struct connection pc,
const struct packet_team_name_info packet 
)
static

Definition at line 10182 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_thaw_client()

int send_packet_thaw_client ( struct connection pc)

Definition at line 52922 of file packets_gen.c.

Referenced by lsend_packet_thaw_client().

◆ send_packet_thaw_client_100()

static int send_packet_thaw_client_100 ( struct connection pc)
static

Definition at line 52914 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_tile_info()

int send_packet_tile_info ( struct connection pc,
const struct packet_tile_info packet 
)

Definition at line 4427 of file packets_gen.c.

Referenced by lsend_packet_tile_info(), and send_tile_info().

◆ send_packet_tile_info_100()

static int send_packet_tile_info_100 ( struct connection pc,
const struct packet_tile_info packet 
)
static

Definition at line 3580 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_tile_info_101()

static int send_packet_tile_info_101 ( struct connection pc,
const struct packet_tile_info packet 
)
static

Definition at line 4158 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_timeout_info()

int send_packet_timeout_info ( struct connection pc,
const struct packet_timeout_info packet 
)

Definition at line 9664 of file packets_gen.c.

Referenced by send_game_info().

◆ send_packet_timeout_info_100()

static int send_packet_timeout_info_100 ( struct connection pc,
const struct packet_timeout_info packet 
)
static

Definition at line 9583 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_trade_route_info()

int send_packet_trade_route_info ( struct connection pc,
const struct packet_trade_route_info packet 
)

Definition at line 26239 of file packets_gen.c.

Referenced by lsend_packet_trade_route_info(), and send_city_info_at_tile().

◆ send_packet_trade_route_info_100()

static int send_packet_trade_route_info_100 ( struct connection pc,
const struct packet_trade_route_info packet 
)
static

Definition at line 25777 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_trade_route_info_101()

static int send_packet_trade_route_info_101 ( struct connection pc,
const struct packet_trade_route_info packet 
)
static

Definition at line 26094 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_action_answer()

int send_packet_unit_action_answer ( struct connection pc,
const struct packet_unit_action_answer packet 
)

Definition at line 46175 of file packets_gen.c.

Referenced by dsend_packet_unit_action_answer().

◆ send_packet_unit_action_answer_100()

static int send_packet_unit_action_answer_100 ( struct connection pc,
const struct packet_unit_action_answer packet 
)
static

Definition at line 45770 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_action_answer_101()

static int send_packet_unit_action_answer_101 ( struct connection pc,
const struct packet_unit_action_answer packet 
)
static

Definition at line 46046 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_action_query()

int send_packet_unit_action_query ( struct connection pc,
const struct packet_unit_action_query packet 
)

Definition at line 44847 of file packets_gen.c.

Referenced by dsend_packet_unit_action_query().

◆ send_packet_unit_action_query_100()

static int send_packet_unit_action_query_100 ( struct connection pc,
const struct packet_unit_action_query packet 
)
static

Definition at line 44489 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_action_query_101()

static int send_packet_unit_action_query_101 ( struct connection pc,
const struct packet_unit_action_query packet 
)
static

Definition at line 44734 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_actions()

int send_packet_unit_actions ( struct connection pc,
const struct packet_unit_actions packet 
)

Definition at line 47626 of file packets_gen.c.

Referenced by dsend_packet_unit_actions().

◆ send_packet_unit_actions_100()

static int send_packet_unit_actions_100 ( struct connection pc,
const struct packet_unit_actions packet 
)
static

Definition at line 46969 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_actions_101()

static int send_packet_unit_actions_101 ( struct connection pc,
const struct packet_unit_actions packet 
)
static

Definition at line 47402 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_change_activity()

int send_packet_unit_change_activity ( struct connection pc,
const struct packet_unit_change_activity packet 
)

Definition at line 48090 of file packets_gen.c.

Referenced by dsend_packet_unit_change_activity().

◆ send_packet_unit_change_activity_100()

static int send_packet_unit_change_activity_100 ( struct connection pc,
const struct packet_unit_change_activity packet 
)
static

Definition at line 47779 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_change_activity_101()

static int send_packet_unit_change_activity_101 ( struct connection pc,
const struct packet_unit_change_activity packet 
)
static

Definition at line 47993 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_combat_info()

int send_packet_unit_combat_info ( struct connection pc,
const struct packet_unit_combat_info packet 
)

Definition at line 42667 of file packets_gen.c.

Referenced by lsend_packet_unit_combat_info(), and send_combat().

◆ send_packet_unit_combat_info_100()

static int send_packet_unit_combat_info_100 ( struct connection pc,
const struct packet_unit_combat_info packet 
)
static

Definition at line 42269 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_combat_info_101()

static int send_packet_unit_combat_info_101 ( struct connection pc,
const struct packet_unit_combat_info packet 
)
static

Definition at line 42536 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_do_action()

int send_packet_unit_do_action ( struct connection pc,
const struct packet_unit_do_action packet 
)

Definition at line 45597 of file packets_gen.c.

Referenced by dsend_packet_unit_do_action().

◆ send_packet_unit_do_action_100()

static int send_packet_unit_do_action_100 ( struct connection pc,
const struct packet_unit_do_action packet 
)
static

Definition at line 45192 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_do_action_101()

static int send_packet_unit_do_action_101 ( struct connection pc,
const struct packet_unit_do_action packet 
)
static

Definition at line 45468 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_get_actions()

int send_packet_unit_get_actions ( struct connection pc,
const struct packet_unit_get_actions packet 
)

Definition at line 46733 of file packets_gen.c.

Referenced by dsend_packet_unit_get_actions().

◆ send_packet_unit_get_actions_100()

static int send_packet_unit_get_actions_100 ( struct connection pc,
const struct packet_unit_get_actions packet 
)
static

Definition at line 46338 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_get_actions_101()

static int send_packet_unit_get_actions_101 ( struct connection pc,
const struct packet_unit_get_actions packet 
)
static

Definition at line 46604 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_info()

int send_packet_unit_info ( struct connection pc,
const struct packet_unit_info packet 
)

Definition at line 40947 of file packets_gen.c.

Referenced by lsend_packet_unit_info(), see_combat(), send_unit_info(), and unit_move().

◆ send_packet_unit_info_100()

static int send_packet_unit_info_100 ( struct connection pc,
const struct packet_unit_info packet 
)
static

Definition at line 38716 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_info_101()

static int send_packet_unit_info_101 ( struct connection pc,
const struct packet_unit_info packet 
)
static

Definition at line 40188 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_orders()

int send_packet_unit_orders ( struct connection pc,
const struct packet_unit_orders packet 
)

◆ send_packet_unit_orders_100()

static int send_packet_unit_orders_100 ( struct connection pc,
const struct packet_unit_orders packet 
)
static

Definition at line 43337 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_orders_101()

static int send_packet_unit_orders_101 ( struct connection pc,
const struct packet_unit_orders packet 
)
static

Definition at line 43746 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_remove()

int send_packet_unit_remove ( struct connection pc,
const struct packet_unit_remove packet 
)

◆ send_packet_unit_remove_100()

static int send_packet_unit_remove_100 ( struct connection pc,
const struct packet_unit_remove packet 
)
static

Definition at line 37747 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_remove_101()

static int send_packet_unit_remove_101 ( struct connection pc,
const struct packet_unit_remove packet 
)
static

Definition at line 37909 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_server_side_agent_set()

int send_packet_unit_server_side_agent_set ( struct connection pc,
const struct packet_unit_server_side_agent_set packet 
)

Definition at line 44334 of file packets_gen.c.

Referenced by dsend_packet_unit_server_side_agent_set().

◆ send_packet_unit_server_side_agent_set_100()

static int send_packet_unit_server_side_agent_set_100 ( struct connection pc,
const struct packet_unit_server_side_agent_set packet 
)
static

Definition at line 44070 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_server_side_agent_set_101()

static int send_packet_unit_server_side_agent_set_101 ( struct connection pc,
const struct packet_unit_server_side_agent_set packet 
)
static

Definition at line 44253 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_short_info()

int send_packet_unit_short_info ( struct connection pc,
const struct packet_unit_short_info packet,
bool  force_to_send 
)

◆ send_packet_unit_short_info_100()

static int send_packet_unit_short_info_100 ( struct connection pc,
const struct packet_unit_short_info packet,
bool  force_to_send 
)
static

Definition at line 41247 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_short_info_101()

static int send_packet_unit_short_info_101 ( struct connection pc,
const struct packet_unit_short_info packet,
bool  force_to_send 
)
static

Definition at line 41831 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_sscs_set()

int send_packet_unit_sscs_set ( struct connection pc,
const struct packet_unit_sscs_set packet 
)

Definition at line 43114 of file packets_gen.c.

Referenced by dsend_packet_unit_sscs_set().

◆ send_packet_unit_sscs_set_100()

static int send_packet_unit_sscs_set_100 ( struct connection pc,
const struct packet_unit_sscs_set packet 
)
static

Definition at line 42803 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_sscs_set_101()

static int send_packet_unit_sscs_set_101 ( struct connection pc,
const struct packet_unit_sscs_set packet 
)
static

Definition at line 43017 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_unit_type_upgrade()

int send_packet_unit_type_upgrade ( struct connection pc,
const struct packet_unit_type_upgrade packet 
)

Definition at line 45024 of file packets_gen.c.

Referenced by dsend_packet_unit_type_upgrade().

◆ send_packet_unit_type_upgrade_100()

static int send_packet_unit_type_upgrade_100 ( struct connection pc,
const struct packet_unit_type_upgrade packet 
)
static

Definition at line 44959 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_unknown_research()

int send_packet_unknown_research ( struct connection pc,
const struct packet_unknown_research packet 
)

Definition at line 37322 of file packets_gen.c.

Referenced by send_research_info().

◆ send_packet_unknown_research_100()

static int send_packet_unknown_research_100 ( struct connection pc,
const struct packet_unknown_research packet 
)
static

Definition at line 37244 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_vote_new()

int send_packet_vote_new ( struct connection pc,
const struct packet_vote_new packet 
)

Definition at line 84339 of file packets_gen.c.

Referenced by lsend_vote_new().

◆ send_packet_vote_new_100()

static int send_packet_vote_new_100 ( struct connection pc,
const struct packet_vote_new packet 
)
static

Definition at line 84210 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_vote_remove()

int send_packet_vote_remove ( struct connection pc,
const struct packet_vote_remove packet 
)

Definition at line 84787 of file packets_gen.c.

Referenced by lsend_vote_remove().

◆ send_packet_vote_remove_100()

static int send_packet_vote_remove_100 ( struct connection pc,
const struct packet_vote_remove packet 
)
static

Definition at line 84722 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_vote_resolve()

int send_packet_vote_resolve ( struct connection pc,
const struct packet_vote_resolve packet 
)

Definition at line 84957 of file packets_gen.c.

Referenced by lsend_vote_resolve().

◆ send_packet_vote_resolve_100()

static int send_packet_vote_resolve_100 ( struct connection pc,
const struct packet_vote_resolve packet 
)
static

Definition at line 84883 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_vote_submit()

int send_packet_vote_submit ( struct connection pc,
const struct packet_vote_submit packet 
)

Definition at line 85027 of file packets_gen.c.

Referenced by voteinfo_do_vote().

◆ send_packet_vote_submit_100()

static int send_packet_vote_submit_100 ( struct connection pc,
const struct packet_vote_submit packet 
)
static

Definition at line 84999 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_vote_update()

int send_packet_vote_update ( struct connection pc,
const struct packet_vote_update packet 
)

Definition at line 84633 of file packets_gen.c.

Referenced by lsend_vote_update().

◆ send_packet_vote_update_100()

static int send_packet_vote_update_100 ( struct connection pc,
const struct packet_vote_update packet 
)
static

Definition at line 84500 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_web_city_info_addition()

int send_packet_web_city_info_addition ( struct connection pc,
const struct packet_web_city_info_addition packet,
bool  force_to_send 
)

Definition at line 95231 of file packets_gen.c.

Referenced by lsend_packet_web_city_info_addition().

◆ send_packet_web_city_info_addition_100()

static int send_packet_web_city_info_addition_100 ( struct connection pc,
const struct packet_web_city_info_addition packet,
bool  force_to_send 
)
static

Definition at line 94891 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_web_city_info_addition_101()

static int send_packet_web_city_info_addition_101 ( struct connection pc,
const struct packet_web_city_info_addition packet,
bool  force_to_send 
)
static

Definition at line 95127 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_web_player_info_addition()

int send_packet_web_player_info_addition ( struct connection pc,
const struct packet_web_player_info_addition packet 
)

Definition at line 95436 of file packets_gen.c.

◆ send_packet_web_player_info_addition_100()

static int send_packet_web_player_info_addition_100 ( struct connection pc,
const struct packet_web_player_info_addition packet 
)
static

Definition at line 95354 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_web_ruleset_unit_addition()

int send_packet_web_ruleset_unit_addition ( struct connection pc,
const struct packet_web_ruleset_unit_addition packet 
)

Definition at line 95636 of file packets_gen.c.

Referenced by lsend_packet_web_ruleset_unit_addition().

◆ send_packet_web_ruleset_unit_addition_100()

static int send_packet_web_ruleset_unit_addition_100 ( struct connection pc,
const struct packet_web_ruleset_unit_addition packet 
)
static

Definition at line 95562 of file packets_gen.c.

Referenced by packet_handlers_fill_initial().

◆ send_packet_worker_task()

int send_packet_worker_task ( struct connection pc,
const struct packet_worker_task packet 
)

◆ send_packet_worker_task_100()

static int send_packet_worker_task_100 ( struct connection pc,
const struct packet_worker_task packet 
)
static

Definition at line 32148 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

◆ send_packet_worker_task_101()

static int send_packet_worker_task_101 ( struct connection pc,
const struct packet_worker_task packet 
)
static

Definition at line 32424 of file packets_gen.c.

Referenced by packet_handlers_fill_capability().

Variable Documentation

◆ packet_functional_capability

const char* const packet_functional_capability = "ids32 city-original rsdesc32"

Definition at line 32 of file packets_gen.c.

Referenced by packet_handlers_get().