|
Freeciv-3.1
|
#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.
Variables | |
| const char *const | packet_functional_capability = "ids32 city-original tu32 rsdesc32" |
| void delta_stats_report | ( | void | ) |
Definition at line 45 of file packets_gen.c.
Referenced by send_packet_data().
| void delta_stats_reset | ( | void | ) |
Definition at line 47 of file packets_gen.c.
Referenced by send_packet_data().
| 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().
| 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().
| void dlsend_packet_diplomacy_accept_treaty | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| bool | I_accepted, | ||
| bool | other_accepted | ||
| ) |
Definition at line 52610 of file packets_gen.c.
Referenced by handle_diplomacy_accept_treaty_req(), and reject_all_treaties().
| void dlsend_packet_diplomacy_cancel_meeting | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 51119 of file packets_gen.c.
Referenced by handle_diplomacy_accept_treaty_req(), and really_diplomacy_cancel_meeting().
| void dlsend_packet_diplomacy_create_clause | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 51674 of file packets_gen.c.
Referenced by handle_diplomacy_create_clause_req().
| void dlsend_packet_diplomacy_init_meeting | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 50744 of file packets_gen.c.
Referenced by handle_diplomacy_init_meeting_req().
| void dlsend_packet_diplomacy_remove_clause | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 52231 of file packets_gen.c.
Referenced by clear_old_treaty(), and handle_diplomacy_remove_clause_req().
| void dlsend_packet_game_load | ( | struct conn_list * | dest, |
| bool | load_successful, | ||
| const char * | load_filename | ||
| ) |
Definition at line 81754 of file packets_gen.c.
Referenced by load_command().
| 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().
| 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 78017 of file packets_gen.c.
| void dlsend_packet_start_phase | ( | struct conn_list * | dest, |
| int | phase | ||
| ) |
Definition at line 54826 of file packets_gen.c.
Referenced by begin_phase().
| void dlsend_packet_unit_remove | ( | struct conn_list * | dest, |
| int | unit_id16, | ||
| int | unit_id32 | ||
| ) |
Definition at line 40278 of file packets_gen.c.
Referenced by unit_goes_out_of_sight().
| 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().
| 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().
| 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().
| 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().
| 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().
| int dsend_packet_city_make_specialist | ( | struct connection * | pc, |
| int | city_id16, | ||
| int | city_id32, | ||
| int | tile_id | ||
| ) |
Definition at line 28092 of file packets_gen.c.
Referenced by adjust_workers_button_pressed(), apply_result_on_server(), and city_toggle_worker().
| int dsend_packet_city_make_worker | ( | struct connection * | pc, |
| int | city_id16, | ||
| int | city_id32, | ||
| int | tile_id | ||
| ) |
Definition at line 28461 of file packets_gen.c.
Referenced by adjust_workers_button_pressed(), apply_result_on_server(), and city_toggle_worker().
| 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.
| int dsend_packet_city_name_suggestion_req | ( | struct connection * | pc, |
| int | unit_id16, | ||
| int | unit_id32 | ||
| ) |
Definition at line 30284 of file packets_gen.c.
Referenced by found_city(), found_city_callback(), found_city_callback(), and request_unit_build_city().
| int dsend_packet_city_options_req | ( | struct connection * | pc, |
| int | city_id16, | ||
| int | city_id32, | ||
| bv_city_options | options | ||
| ) |
Definition at line 29671 of file packets_gen.c.
Referenced by cityopt_callback(), city_dialog::disband_state_changed(), and misc_panel_city_dlg_callback().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| int dsend_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
| int | counterpart, | ||
| bool | I_accepted, | ||
| bool | other_accepted | ||
| ) |
Definition at line 52599 of file packets_gen.c.
Referenced by send_diplomatic_meetings().
| int dsend_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 52397 of file packets_gen.c.
Referenced by accept_treaty_callback(), diplomacy_response(), and diplo_wdg::response_accept().
| int dsend_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 51109 of file packets_gen.c.
| int dsend_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 50908 of file packets_gen.c.
Referenced by cancel_meeting_callback(), diplomacy_main_response(), diplomacy_response(), and diplo_wdg::response_cancel().
| int dsend_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
| int | other_player_id, | ||
| enum clause_type | clause | ||
| ) |
Definition at line 52816 of file packets_gen.c.
Referenced by cancel_pact_dlg_callback(), confirm_cancel_pact(), plr_report::req_caancel_threaty(), plr_report::req_wiithdrw_vision(), and withdraw_vision_dlg_callback().
| int dsend_packet_diplomacy_create_clause | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 51662 of file packets_gen.c.
Referenced by send_diplomatic_meetings().
| int dsend_packet_diplomacy_create_clause_req | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 51386 of file packets_gen.c.
Referenced by diplo_wdg::all_advances(), cities_callback(), diplo_dialog_returnkey(), diplomacy_dialog_add_pact_clause(), diplomacy_dialog_add_pact_clause(), diplomacy_dialog_city_callback(), diplomacy_dialog_city_callback(), diplomacy_dialog_embassy_callback(), diplomacy_dialog_embassy_callback(), diplomacy_dialog_map_callback(), diplomacy_dialog_map_callback(), diplomacy_dialog_seamap_callback(), diplomacy_dialog_seamap_callback(), diplomacy_dialog_tech_callback(), diplomacy_dialog_tech_callback(), diplomacy_dialog_vision_callback(), diplomacy_dialog_vision_callback(), embassy_callback(), diplo_wdg::give_advance(), diplo_wdg::give_city(), diplo_wdg::give_embassy(), diplo_wdg::give_shared_vision(), gold_callback(), diplo_wdg::gold_changed1(), diplo_wdg::gold_changed2(), maps_callback(), diplo_wdg::pact_allianze(), pact_callback(), diplo_wdg::pact_ceasfire(), diplo_wdg::pact_peace(), diplo_wdg::sea_map_clause(), techs_callback(), vision_callback(), and diplo_wdg::world_map_clause().
| int dsend_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 50734 of file packets_gen.c.
Referenced by send_diplomatic_meetings().
| int dsend_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 50533 of file packets_gen.c.
Referenced by button_press_callback(), call_meeting_dlg_callback(), players_meet_callback(), players_meet_callback(), plr_report::req_meeeting(), and right_button_press_callback().
| int dsend_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 52219 of file packets_gen.c.
| int dsend_packet_diplomacy_remove_clause_req | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 51943 of file packets_gen.c.
Referenced by diplo_wdg::dbl_click(), remove_clause_callback(), and row_callback().
| int dsend_packet_edit_city_create | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| int | size, | ||
| int | tag | ||
| ) |
Definition at line 91069 of file packets_gen.c.
Referenced by editor_apply_tool(), paste_tile(), and property_page_create_objects().
| int dsend_packet_edit_city_remove | ( | struct connection * | pc, |
| int | id16, | ||
| int | id32 | ||
| ) |
Definition at line 91377 of file packets_gen.c.
Referenced by editor_apply_tool(), and objbind_request_destroy_object().
| int dsend_packet_edit_mode | ( | struct connection * | pc, |
| bool | state | ||
| ) |
Definition at line 87442 of file packets_gen.c.
Referenced by key_editor_toggle().
| int dsend_packet_edit_object_created | ( | struct connection * | pc, |
| int | tag, | ||
| int | id | ||
| ) |
Definition at line 96873 of file packets_gen.c.
Referenced by handle_edit_city_create(), handle_edit_player_create(), and handle_edit_unit_create().
| int dsend_packet_edit_player_create | ( | struct connection * | pc, |
| int | tag | ||
| ) |
Definition at line 94780 of file packets_gen.c.
Referenced by property_page_create_objects().
| int dsend_packet_edit_player_remove | ( | struct connection * | pc, |
| int | id | ||
| ) |
Definition at line 94943 of file packets_gen.c.
Referenced by objbind_request_destroy_object().
| int dsend_packet_edit_player_vision | ( | struct connection * | pc, |
| int | player, | ||
| int | tile, | ||
| bool | known, | ||
| int | size | ||
| ) |
Definition at line 96225 of file packets_gen.c.
Referenced by editor_apply_tool().
| int dsend_packet_edit_startpos | ( | struct connection * | pc, |
| int | id, | ||
| bool | removal, | ||
| int | tag | ||
| ) |
Definition at line 88277 of file packets_gen.c.
Referenced by editor_apply_tool(), objbind_request_destroy_object(), and property_page_create_objects().
| int dsend_packet_edit_tile_extra | ( | struct connection * | pc, |
| int | tile, | ||
| int | extra_type_id, | ||
| bool | removal, | ||
| int | eowner, | ||
| int | size | ||
| ) |
Definition at line 88184 of file packets_gen.c.
Referenced by editor_apply_tool().
| int dsend_packet_edit_tile_terrain | ( | struct connection * | pc, |
| int | tile, | ||
| Terrain_type_id | terrain, | ||
| int | size | ||
| ) |
Definition at line 87905 of file packets_gen.c.
Referenced by editor_apply_tool(), and paste_tile().
| int dsend_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
| int | player | ||
| ) |
Definition at line 87665 of file packets_gen.c.
Referenced by key_editor_toggle_fogofwar().
| int dsend_packet_edit_unit_create | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| Unit_type_id | type, | ||
| int | count, | ||
| int | tag | ||
| ) |
Definition at line 89031 of file packets_gen.c.
Referenced by editor_apply_tool(), paste_tile(), and property_page_create_objects().
| int dsend_packet_edit_unit_remove | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| Unit_type_id | type, | ||
| int | count | ||
| ) |
Definition at line 89301 of file packets_gen.c.
Referenced by editor_apply_tool().
| int dsend_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| int | id16, | ||
| int | id32 | ||
| ) |
Definition at line 89609 of file packets_gen.c.
Referenced by objbind_request_destroy_object().
| int dsend_packet_game_load | ( | struct connection * | pc, |
| bool | load_successful, | ||
| const char * | load_filename | ||
| ) |
Definition at line 81744 of file packets_gen.c.
| 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().
| 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().
| 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 | ||
| ) |
Definition at line 2786 of file packets_gen.c.
Referenced by races_dialog::ok_pressed(), races_dialog_ok_callback(), races_response(), and races_dialog::random_pressed().
| int dsend_packet_nuke_tile_info | ( | struct connection * | pc, |
| int | tile | ||
| ) |
Definition at line 10060 of file packets_gen.c.
| int dsend_packet_player_change_government | ( | struct connection * | pc, |
| Government_type_id | government | ||
| ) |
Definition at line 37841 of file packets_gen.c.
Referenced by set_government_choice(), and start_revolution().
| int dsend_packet_player_phase_done | ( | struct connection * | pc, |
| int | turn | ||
| ) |
Definition at line 37441 of file packets_gen.c.
Referenced by send_turn_done().
| int dsend_packet_player_place_infra | ( | struct connection * | pc, |
| int | tile, | ||
| int | extra | ||
| ) |
Definition at line 38035 of file packets_gen.c.
Referenced by infra_selected_callback().
| int dsend_packet_player_rates | ( | struct connection * | pc, |
| int | tax, | ||
| int | luxury, | ||
| int | science | ||
| ) |
Definition at line 37666 of file packets_gen.c.
Referenced by apply_taxrates_callback(), common_taxrates_callback(), rates_command_callback(), tax_rates_dialog::slot_apply_button_pressed(), and tax_rates_dialog::slot_ok_button_pressed().
| int dsend_packet_player_ready | ( | struct connection * | pc, |
| int | player_no, | ||
| bool | is_ready | ||
| ) |
Definition at line 2969 of file packets_gen.c.
Referenced by conn_menu_ready_chosen(), conn_menu_ready_chosen(), ready_button_callback(), and fc_client::slot_pregame_start().
| 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().
| int dsend_packet_player_research | ( | struct connection * | pc, |
| int | tech | ||
| ) |
Definition at line 39753 of file packets_gen.c.
Referenced by change_research_callback(), science_report::current_tech_changed(), research_diagram::mousePressEvent(), science_diagram_button_release_callback(), science_diagram_left_button_up(), science_report_current_callback(), and fc_sidewidget::some_slot().
| int dsend_packet_player_tech_goal | ( | struct connection * | pc, |
| int | tech | ||
| ) |
Definition at line 39916 of file packets_gen.c.
Referenced by change_research_goal_callback(), science_report::goal_tech_changed(), research_diagram::mousePressEvent(), science_diagram_button_release_callback(), science_diagram_left_button_up(), and science_report_goal_callback().
| int dsend_packet_report_req | ( | struct connection * | pc, |
| enum report_type | type | ||
| ) |
Definition at line 53446 of file packets_gen.c.
Referenced by send_report_request().
| 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 77990 of file packets_gen.c.
| int dsend_packet_save_scenario | ( | struct connection * | pc, |
| const char * | name | ||
| ) |
Definition at line 86329 of file packets_gen.c.
Referenced by save_dialog_save_scenario().
| 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.
| 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.
| int dsend_packet_single_want_hack_reply | ( | struct connection * | pc, |
| bool | you_have_hack | ||
| ) |
Definition at line 81262 of file packets_gen.c.
Referenced by handle_single_want_hack_req().
| int dsend_packet_spaceship_place | ( | struct connection * | pc, |
| enum spaceship_place_type | type, | ||
| int | num | ||
| ) |
Definition at line 55431 of file packets_gen.c.
Referenced by spaceship_autoplace().
| int dsend_packet_start_phase | ( | struct connection * | pc, |
| int | phase | ||
| ) |
Definition at line 54817 of file packets_gen.c.
Referenced by connection_attach_real().
| 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 48452 of file packets_gen.c.
Referenced by handle_unit_action_query(), and unit_query_impossible().
| 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 47124 of file packets_gen.c.
Referenced by request_action_details().
| 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 49903 of file packets_gen.c.
Referenced by handle_unit_get_actions().
| int dsend_packet_unit_change_activity | ( | struct connection * | pc, |
| int | unit_id16, | ||
| int | unit_id32, | ||
| enum unit_activity | activity, | ||
| int | target | ||
| ) |
Definition at line 50367 of file packets_gen.c.
Referenced by request_new_unit_activity_targeted().
| 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 47874 of file packets_gen.c.
Referenced by request_do_action().
| 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 | ||
| ) |
Definition at line 49010 of file packets_gen.c.
Referenced by action_decision_handle(), ask_server_for_actions(), handle_city_info(), handle_player_diplstate(), handle_unit_packet_common(), choice_dialog::switch_target(), tgt_extra_change_callback(), and tgt_unit_change_callback().
| int dsend_packet_unit_remove | ( | struct connection * | pc, |
| int | unit_id16, | ||
| int | unit_id32 | ||
| ) |
Definition at line 40268 of file packets_gen.c.
Referenced by handle_edit_player_vision().
| 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 46611 of file packets_gen.c.
Referenced by request_unit_ssa_set().
| int dsend_packet_unit_sscs_set | ( | struct connection * | pc, |
| int | unit_id16, | ||
| int | unit_id32, | ||
| enum unit_ss_data_type | type, | ||
| int | value | ||
| ) |
Definition at line 45391 of file packets_gen.c.
Referenced by action_decision_clear_want(), do_unit_act_sel_vs(), do_unit_paradrop_to(), key_unit_action_select(), key_unit_assign_battlegroup(), request_unit_load(), request_unit_unload(), and request_unit_unload_all().
| int dsend_packet_unit_type_upgrade | ( | struct connection * | pc, |
| Unit_type_id | type | ||
| ) |
Definition at line 47301 of file packets_gen.c.
Referenced by ok_upgrade_unit_window_callback(), units_report_command_callback(), and unittype_item::upgrade_units().
| 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().
| void lsend_packet_begin_turn | ( | struct conn_list * | dest | ) |
Definition at line 55088 of file packets_gen.c.
Referenced by begin_phase(), and srv_running().
| void lsend_packet_chat_msg | ( | struct conn_list * | dest, |
| const struct packet_chat_msg * | packet | ||
| ) |
Definition at line 10787 of file packets_gen.c.
Referenced by chat_msg_to_all(), city_turn_notify(), dai_diplo_notify(), notify_research(), and notify_research_embassies().
| void lsend_packet_city_info | ( | struct conn_list * | dest, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 23520 of file packets_gen.c.
Referenced by broadcast_city_info(), diplomat_investigate(), and send_city_info_at_tile().
| 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().
| void lsend_packet_city_nationalities | ( | struct conn_list * | dest, |
| const struct packet_city_nationalities * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 24479 of file packets_gen.c.
Referenced by broadcast_city_info(), diplomat_investigate(), and send_city_info_at_tile().
| void lsend_packet_city_rally_point | ( | struct conn_list * | dest, |
| const struct packet_city_rally_point * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 31994 of file packets_gen.c.
Referenced by broadcast_city_info(), diplomat_investigate(), and send_city_info_at_tile().
| 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().
| 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.
| 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().
| void lsend_packet_conn_info | ( | struct conn_list * | dest, |
| const struct packet_conn_info * | packet | ||
| ) |
Definition at line 53851 of file packets_gen.c.
Referenced by send_conn_info_arg().
| void lsend_packet_conn_ping_info | ( | struct conn_list * | dest, |
| const struct packet_conn_ping_info * | packet | ||
| ) |
Definition at line 54296 of file packets_gen.c.
Referenced by send_ping_times_to_all().
| void lsend_packet_diplomacy_accept_treaty | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_accept_treaty * | packet | ||
| ) |
Definition at line 52592 of file packets_gen.c.
Referenced by dlsend_packet_diplomacy_accept_treaty().
| void lsend_packet_diplomacy_cancel_meeting | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_cancel_meeting * | packet | ||
| ) |
Definition at line 51102 of file packets_gen.c.
Referenced by dlsend_packet_diplomacy_cancel_meeting().
| void lsend_packet_diplomacy_create_clause | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_create_clause * | packet | ||
| ) |
Definition at line 51655 of file packets_gen.c.
Referenced by dlsend_packet_diplomacy_create_clause().
| void lsend_packet_diplomacy_init_meeting | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_init_meeting * | packet | ||
| ) |
Definition at line 50727 of file packets_gen.c.
Referenced by dlsend_packet_diplomacy_init_meeting().
| void lsend_packet_diplomacy_remove_clause | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_remove_clause * | packet | ||
| ) |
Definition at line 52212 of file packets_gen.c.
Referenced by dlsend_packet_diplomacy_remove_clause().
| 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.
| void lsend_packet_edit_player | ( | struct conn_list * | dest, |
| const struct packet_edit_player * | packet | ||
| ) |
Definition at line 95986 of file packets_gen.c.
| void lsend_packet_end_phase | ( | struct conn_list * | dest | ) |
Definition at line 54649 of file packets_gen.c.
Referenced by end_phase().
| void lsend_packet_end_turn | ( | struct conn_list * | dest | ) |
Definition at line 55125 of file packets_gen.c.
Referenced by end_turn().
| 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().
| 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().
| void lsend_packet_freeze_client | ( | struct conn_list * | dest | ) |
Definition at line 55162 of file packets_gen.c.
Referenced by srv_running().
| void lsend_packet_game_load | ( | struct conn_list * | dest, |
| const struct packet_game_load * | packet | ||
| ) |
Definition at line 81737 of file packets_gen.c.
Referenced by dlsend_packet_game_load().
| 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().
| void lsend_packet_nation_availability | ( | struct conn_list * | dest, |
| const struct packet_nation_availability * | packet | ||
| ) |
Definition at line 66674 of file packets_gen.c.
Referenced by send_nation_availability_real().
| void lsend_packet_new_year | ( | struct conn_list * | dest, |
| const struct packet_new_year * | packet | ||
| ) |
Definition at line 55051 of file packets_gen.c.
Referenced by send_year_to_clients().
| 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().
| void lsend_packet_page_msg | ( | struct conn_list * | dest, |
| const struct packet_page_msg * | packet | ||
| ) |
Definition at line 53114 of file packets_gen.c.
Referenced by page_conn_etype().
| void lsend_packet_page_msg_part | ( | struct conn_list * | dest, |
| const struct packet_page_msg_part * | packet | ||
| ) |
Definition at line 53275 of file packets_gen.c.
Referenced by page_conn_etype().
| void lsend_packet_play_music | ( | struct conn_list * | dest, |
| const struct packet_play_music * | packet | ||
| ) |
Definition at line 97037 of file packets_gen.c.
Referenced by api_play_music().
| void lsend_packet_research_info | ( | struct conn_list * | dest, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 39420 of file packets_gen.c.
| void lsend_packet_ruleset_achievement | ( | struct conn_list * | dest, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 75062 of file packets_gen.c.
Referenced by send_ruleset_achievements().
| void lsend_packet_ruleset_action | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action * | packet | ||
| ) |
Definition at line 75858 of file packets_gen.c.
Referenced by send_ruleset_actions().
| void lsend_packet_ruleset_action_auto | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action_auto * | packet | ||
| ) |
Definition at line 76933 of file packets_gen.c.
Referenced by send_ruleset_action_auto_performers().
| void lsend_packet_ruleset_action_enabler | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action_enabler * | packet | ||
| ) |
Definition at line 76375 of file packets_gen.c.
Referenced by send_ruleset_action_enablers().
| void lsend_packet_ruleset_base | ( | struct conn_list * | dest, |
| const struct packet_ruleset_base * | packet | ||
| ) |
Definition at line 72784 of file packets_gen.c.
Referenced by send_ruleset_bases().
| void lsend_packet_ruleset_building | ( | struct conn_list * | dest, |
| const struct packet_ruleset_building * | packet | ||
| ) |
Definition at line 68285 of file packets_gen.c.
Referenced by send_ruleset_buildings().
| void lsend_packet_ruleset_city | ( | struct conn_list * | dest, |
| const struct packet_ruleset_city * | packet | ||
| ) |
Definition at line 67386 of file packets_gen.c.
Referenced by send_ruleset_cities().
| void lsend_packet_ruleset_clause | ( | struct conn_list * | dest, |
| const struct packet_ruleset_clause * | packet | ||
| ) |
Definition at line 78570 of file packets_gen.c.
Referenced by send_ruleset_clauses().
| void lsend_packet_ruleset_control | ( | struct conn_list * | dest, |
| const struct packet_ruleset_control * | packet | ||
| ) |
Definition at line 80641 of file packets_gen.c.
Referenced by send_ruleset_control().
| void lsend_packet_ruleset_description_part | ( | struct conn_list * | dest, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 80963 of file packets_gen.c.
Referenced by send_ruleset_control().
| void lsend_packet_ruleset_disaster | ( | struct conn_list * | dest, |
| const struct packet_ruleset_disaster * | packet | ||
| ) |
Definition at line 74751 of file packets_gen.c.
Referenced by send_ruleset_disasters().
| void lsend_packet_ruleset_effect | ( | struct conn_list * | dest, |
| const struct packet_ruleset_effect * | packet | ||
| ) |
Definition at line 85310 of file packets_gen.c.
Referenced by send_ruleset_cache().
| void lsend_packet_ruleset_extra | ( | struct conn_list * | dest, |
| const struct packet_ruleset_extra * | packet | ||
| ) |
Definition at line 72235 of file packets_gen.c.
Referenced by send_ruleset_extras().
| void lsend_packet_ruleset_extra_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_extra_flag * | packet | ||
| ) |
Definition at line 72458 of file packets_gen.c.
Referenced by send_ruleset_extras().
| void lsend_packet_ruleset_game | ( | struct conn_list * | dest, |
| const struct packet_ruleset_game * | packet | ||
| ) |
Definition at line 60652 of file packets_gen.c.
Referenced by send_ruleset_game().
| void lsend_packet_ruleset_goods | ( | struct conn_list * | dest, |
| const struct packet_ruleset_goods * | packet | ||
| ) |
Definition at line 74293 of file packets_gen.c.
Referenced by send_ruleset_goods().
| void lsend_packet_ruleset_government | ( | struct conn_list * | dest, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 63092 of file packets_gen.c.
Referenced by send_ruleset_governments().
| void lsend_packet_ruleset_government_ruler_title | ( | struct conn_list * | dest, |
| const struct packet_ruleset_government_ruler_title * | packet | ||
| ) |
Definition at line 61456 of file packets_gen.c.
Referenced by send_ruleset_governments().
| void lsend_packet_ruleset_multiplier | ( | struct conn_list * | dest, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 77983 of file packets_gen.c.
Referenced by dlsend_packet_ruleset_multiplier(), and send_ruleset_multipliers().
| void lsend_packet_ruleset_music | ( | struct conn_list * | dest, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 77329 of file packets_gen.c.
Referenced by send_ruleset_musics().
| void lsend_packet_ruleset_nation | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation * | packet | ||
| ) |
Definition at line 66355 of file packets_gen.c.
Referenced by send_ruleset_nations().
| void lsend_packet_ruleset_nation_groups | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation_groups * | packet | ||
| ) |
Definition at line 64633 of file packets_gen.c.
Referenced by send_ruleset_nations().
| void lsend_packet_ruleset_nation_sets | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation_sets * | packet | ||
| ) |
Definition at line 64188 of file packets_gen.c.
Referenced by send_ruleset_nations().
| void lsend_packet_ruleset_resource | ( | struct conn_list * | dest, |
| const struct packet_ruleset_resource * | packet | ||
| ) |
Definition at line 85607 of file packets_gen.c.
Referenced by send_ruleset_resources().
| void lsend_packet_ruleset_road | ( | struct conn_list * | dest, |
| const struct packet_ruleset_road * | packet | ||
| ) |
Definition at line 73742 of file packets_gen.c.
Referenced by send_ruleset_roads().
| void lsend_packet_ruleset_specialist | ( | struct conn_list * | dest, |
| const struct packet_ruleset_specialist * | packet | ||
| ) |
Definition at line 61182 of file packets_gen.c.
Referenced by send_ruleset_specialists().
| void lsend_packet_ruleset_style | ( | struct conn_list * | dest, |
| const struct packet_ruleset_style * | packet | ||
| ) |
Definition at line 66897 of file packets_gen.c.
Referenced by send_ruleset_styles().
| void lsend_packet_ruleset_summary | ( | struct conn_list * | dest, |
| const struct packet_ruleset_summary * | packet | ||
| ) |
Definition at line 80802 of file packets_gen.c.
Referenced by send_ruleset_control().
| void lsend_packet_ruleset_tech | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech * | packet | ||
| ) |
Definition at line 62116 of file packets_gen.c.
Referenced by send_ruleset_techs().
| void lsend_packet_ruleset_tech_class | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech_class * | packet | ||
| ) |
Definition at line 62370 of file packets_gen.c.
Referenced by send_ruleset_tech_classes().
| void lsend_packet_ruleset_tech_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech_flag * | packet | ||
| ) |
Definition at line 62593 of file packets_gen.c.
Referenced by send_ruleset_techs().
| void lsend_packet_ruleset_terrain | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain * | packet | ||
| ) |
Definition at line 69871 of file packets_gen.c.
Referenced by send_ruleset_terrain().
| void lsend_packet_ruleset_terrain_control | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain_control * | packet | ||
| ) |
Definition at line 63564 of file packets_gen.c.
Referenced by send_ruleset_terrain().
| void lsend_packet_ruleset_terrain_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain_flag * | packet | ||
| ) |
Definition at line 70094 of file packets_gen.c.
Referenced by send_ruleset_terrain().
| void lsend_packet_ruleset_trade | ( | struct conn_list * | dest, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 75336 of file packets_gen.c.
Referenced by send_ruleset_trade_routes().
| void lsend_packet_ruleset_unit | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit * | packet | ||
| ) |
Definition at line 58555 of file packets_gen.c.
Referenced by send_ruleset_units().
| void lsend_packet_ruleset_unit_bonus | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_bonus * | packet | ||
| ) |
Definition at line 58855 of file packets_gen.c.
Referenced by send_ruleset_units().
| void lsend_packet_ruleset_unit_class | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_class * | packet | ||
| ) |
Definition at line 70472 of file packets_gen.c.
Referenced by send_ruleset_unit_classes().
| void lsend_packet_ruleset_unit_class_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_class_flag * | packet | ||
| ) |
Definition at line 59301 of file packets_gen.c.
Referenced by send_ruleset_unit_classes().
| void lsend_packet_ruleset_unit_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_flag * | packet | ||
| ) |
Definition at line 59078 of file packets_gen.c.
Referenced by send_ruleset_units().
| void lsend_packet_rulesets_ready | ( | struct conn_list * | dest | ) |
Definition at line 63601 of file packets_gen.c.
Referenced by send_rulesets().
| void lsend_packet_server_shutdown | ( | struct conn_list * | dest | ) |
Definition at line 2506 of file packets_gen.c.
Referenced by close_connections_and_socket().
| void lsend_packet_spaceship_info | ( | struct conn_list * | dest, |
| const struct packet_spaceship_info * | packet | ||
| ) |
Definition at line 56151 of file packets_gen.c.
Referenced by send_spaceship_info().
| void lsend_packet_start_phase | ( | struct conn_list * | dest, |
| const struct packet_start_phase * | packet | ||
| ) |
Definition at line 54810 of file packets_gen.c.
Referenced by dlsend_packet_start_phase().
| 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().
| void lsend_packet_thaw_client | ( | struct conn_list * | dest | ) |
Definition at line 55199 of file packets_gen.c.
Referenced by srv_running().
| void lsend_packet_tile_info | ( | struct conn_list * | dest, |
| const struct packet_tile_info * | packet | ||
| ) |
Definition at line 4439 of file packets_gen.c.
| void lsend_packet_trade_route_info | ( | struct conn_list * | dest, |
| const struct packet_trade_route_info * | packet | ||
| ) |
Definition at line 26251 of file packets_gen.c.
Referenced by broadcast_city_info(), diplomat_investigate(), and send_city_info_at_tile().
| void lsend_packet_unit_combat_info | ( | struct conn_list * | dest, |
| const struct packet_unit_combat_info * | packet | ||
| ) |
Definition at line 44944 of file packets_gen.c.
Referenced by send_combat().
| void lsend_packet_unit_info | ( | struct conn_list * | dest, |
| const struct packet_unit_info * | packet | ||
| ) |
Definition at line 43224 of file packets_gen.c.
| void lsend_packet_unit_remove | ( | struct conn_list * | dest, |
| const struct packet_unit_remove * | packet | ||
| ) |
Definition at line 40261 of file packets_gen.c.
Referenced by dlsend_packet_unit_remove(), and server_remove_unit_full().
| void lsend_packet_unit_short_info | ( | struct conn_list * | dest, |
| const struct packet_unit_short_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 44391 of file packets_gen.c.
Referenced by diplomat_investigate().
| 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 97508 of file packets_gen.c.
| void lsend_packet_web_ruleset_unit_addition | ( | struct conn_list * | dest, |
| const struct packet_web_ruleset_unit_addition * | packet | ||
| ) |
Definition at line 97913 of file packets_gen.c.
| void lsend_packet_worker_task | ( | struct conn_list * | dest, |
| const struct packet_worker_task * | packet | ||
| ) |
Definition at line 32565 of file packets_gen.c.
Referenced by clear_worker_task(), handle_worker_task(), and package_and_send_worker_tasks().
| void packet_handlers_fill_capability | ( | struct packet_handlers * | phandlers, |
| const char * | capability | ||
| ) |
Definition at line 98235 of file packets_gen.c.
Referenced by packet_handlers_get().
| void packet_handlers_fill_initial | ( | struct packet_handlers * | phandlers | ) |
Definition at line 97920 of file packets_gen.c.
Referenced by packet_handlers_initial().
| 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().
| const char * packet_name | ( | enum packet_type | type | ) |
Definition at line 49 of file packets_gen.c.
Referenced by client_packet_input(), get_packet_from_connection_raw(), send_packet_data(), and server_packet_input().
|
static |
Definition at line 10283 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2330 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2125 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55058 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 9116 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 10476 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 11128 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 26635 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26777 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26941 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27145 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28480 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28704 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 12168 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 15019 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 17848 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 20703 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27742 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27915 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28111 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28284 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30302 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30475 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29996 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30138 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 23535 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 24013 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29321 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29494 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 31260 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 31625 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29690 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29832 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 11745 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 11937 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28952 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29125 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30689 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30965 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26266 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26439 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 24494 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 25052 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27373 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27546 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 54363 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 54401 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 53473 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 54303 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 53866 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 54333 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 11291 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 52414 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 52251 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 50925 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 50762 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 52629 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 51406 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 51137 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 50550 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 50387 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 51963 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 51694 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 10802 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87481 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 91395 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 93016 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 90830 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 91089 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 91231 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 96245 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87312 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 96696 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 94970 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 94634 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 94797 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 96001 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87451 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 96542 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 88197 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 88288 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 88386 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87934 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87692 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87519 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 89627 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 90230 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 88751 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 89052 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 89321 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 89463 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 54619 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55095 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 3115 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2979 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55132 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 4454 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 81575 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 1529 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 1702 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 1159 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 1332 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 9684 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 66370 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2521 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 54843 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 9907 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 52834 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 53129 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 96891 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 38045 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 38093 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 37685 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 38365 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 32763 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 35028 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 38710 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 37295 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 37858 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 37458 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2807 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 32580 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 39607 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 39770 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 1121 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 1091 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 53290 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 39016 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 74766 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 75351 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 76390 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 75873 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 72473 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 67401 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 81279 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 66912 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 78052 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 78585 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 79611 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 80817 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 74308 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 84893 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 70487 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 72250 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 59316 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 73757 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 62608 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 61197 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 77344 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 76948 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 64658 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 64203 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 63616 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 85325 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 72799 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 60667 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 66689 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 80656 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 61471 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 62131 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 62385 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 68300 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 63107 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 69886 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 75077 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 56166 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 58570 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 70109 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 59093 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 58870 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 63571 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 86183 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 86029 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 85622 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 11454 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2015 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 1891 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 84099 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 82413 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 82119 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 81772 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 83449 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 82721 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 83117 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 2476 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 84739 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 81132 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 80978 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55459 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55206 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55244 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 54664 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 10096 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 55169 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 3289 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 3867 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 9499 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 25613 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 25930 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 47896 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 48172 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46630 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46875 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 49033 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 49466 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 49935 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 50149 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 44406 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 44673 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 47318 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 47594 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 48474 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 48740 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 40296 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 41766 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 45411 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 45820 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 39933 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 40095 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46241 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46424 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 43239 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 43821 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 44959 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 45173 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 47145 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 39435 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 86346 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 86918 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87072 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 87234 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 86634 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 97052 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 97286 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 97533 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 97731 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
|
static |
Definition at line 32009 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 32285 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 10366 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_authentication_reply | ( | struct connection * | pc, |
| const struct packet_authentication_reply * | packet | ||
| ) |
Definition at line 2464 of file packets_gen.c.
Referenced by connect_callback(), fc_client::handle_authentication_req(), handle_authentication_req(), send_passwd_callback(), and fc_client::slot_connect().
|
static |
Definition at line 2399 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 2219 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_begin_turn | ( | struct connection * | pc | ) |
Definition at line 55076 of file packets_gen.c.
Referenced by lsend_packet_begin_turn().
|
static |
Definition at line 55068 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 9279 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_chat_msg | ( | struct connection * | pc, |
| const struct packet_chat_msg * | packet | ||
| ) |
Definition at line 10775 of file packets_gen.c.
Referenced by chat_msg_to_allies(), chat_msg_to_global_observers(), chat_msg_to_player(), cmd_reply_line(), establish_new_connection(), lsend_packet_chat_msg(), notify_conn_packet(), send_chat_msg(), and set_command().
|
static |
Definition at line 10630 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 11197 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 26704 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26846 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 27040 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27244 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 28599 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28823 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_city_info | ( | struct connection * | pc, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 23508 of file packets_gen.c.
Referenced by broadcast_city_info(), lsend_packet_city_info(), and send_city_info_at_tile().
|
static |
Definition at line 13423 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 16259 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 19105 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 21945 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 27826 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27999 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 28195 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 28368 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_city_name_suggestion_info | ( | struct connection * | pc, |
| const struct packet_city_name_suggestion_info * | packet | ||
| ) |
Definition at line 30640 of file packets_gen.c.
Referenced by dsend_packet_city_name_suggestion_info(), and lsend_packet_city_name_suggestion_info().
|
static |
Definition at line 30386 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30559 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 30065 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 30207 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 23745 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 24225 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 29405 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29578 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_city_rally_point | ( | struct connection * | pc, |
| const struct packet_city_rally_point * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 31982 of file packets_gen.c.
Referenced by broadcast_city_info(), lsend_packet_city_rally_point(), and send_rally_path_orders().
|
static |
Definition at line 31421 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 31786 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 29759 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29901 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 11839 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 12031 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 29036 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 29209 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 30828 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 31104 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 26350 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26523 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 24749 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 25309 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 27457 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 27630 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_client_heartbeat | ( | struct connection * | pc | ) |
Definition at line 54381 of file packets_gen.c.
Referenced by real_timer_callback().
|
static |
Definition at line 54373 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_client_info | ( | struct connection * | pc, |
| const struct packet_client_info * | packet | ||
| ) |
Definition at line 54607 of file packets_gen.c.
Referenced by handle_server_join_reply().
|
static |
Definition at line 54510 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_conn_info | ( | struct connection * | pc, |
| const struct packet_conn_info * | packet | ||
| ) |
Definition at line 53839 of file packets_gen.c.
Referenced by lsend_packet_conn_info().
|
static |
Definition at line 53650 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_conn_ping | ( | struct connection * | pc | ) |
Definition at line 54321 of file packets_gen.c.
Referenced by connection_ping().
|
static |
Definition at line 54313 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_conn_ping_info | ( | struct connection * | pc, |
| const struct packet_conn_ping_info * | packet | ||
| ) |
Definition at line 54284 of file packets_gen.c.
Referenced by lsend_packet_conn_ping_info().
|
static |
Definition at line 54061 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_conn_pong | ( | struct connection * | pc | ) |
Definition at line 54351 of file packets_gen.c.
Referenced by handle_conn_ping().
|
static |
Definition at line 54343 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 11360 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty * | packet | ||
| ) |
Definition at line 52580 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_accept_treaty(), and lsend_packet_diplomacy_accept_treaty().
|
static |
Definition at line 52497 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty_req * | packet | ||
| ) |
Definition at line 52385 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_accept_treaty_req().
|
static |
Definition at line 52320 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting * | packet | ||
| ) |
Definition at line 51090 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_meeting(), and lsend_packet_diplomacy_cancel_meeting().
|
static |
Definition at line 51009 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting_req * | packet | ||
| ) |
Definition at line 50896 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_meeting_req().
|
static |
Definition at line 50831 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_pact * | packet | ||
| ) |
Definition at line 52804 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_pact().
|
static |
Definition at line 52723 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_create_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause * | packet | ||
| ) |
Definition at line 51643 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_create_clause(), and lsend_packet_diplomacy_create_clause().
|
static |
Definition at line 51530 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_create_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause_req * | packet | ||
| ) |
Definition at line 51374 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_create_clause_req().
|
static |
Definition at line 51261 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting * | packet | ||
| ) |
Definition at line 50715 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_init_meeting(), and lsend_packet_diplomacy_init_meeting().
|
static |
Definition at line 50634 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting_req * | packet | ||
| ) |
Definition at line 50521 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_init_meeting_req().
|
static |
Definition at line 50456 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause * | packet | ||
| ) |
Definition at line 52200 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_remove_clause(), and lsend_packet_diplomacy_remove_clause().
|
static |
Definition at line 52087 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_diplomacy_remove_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause_req * | packet | ||
| ) |
Definition at line 51931 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_remove_clause_req().
|
static |
Definition at line 51818 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 10956 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_check_tiles | ( | struct connection * | pc | ) |
Definition at line 87499 of file packets_gen.c.
Referenced by editor_notify_edit_finished().
|
static |
Definition at line 87491 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_city | ( | struct connection * | pc, |
| const struct packet_edit_city * | packet | ||
| ) |
Definition at line 94614 of file packets_gen.c.
Referenced by property_page_send_packet().
|
static |
Definition at line 92113 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 93736 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_edit_city_create | ( | struct connection * | pc, |
| const struct packet_edit_city_create * | packet | ||
| ) |
Definition at line 91057 of file packets_gen.c.
Referenced by dsend_packet_edit_city_create().
|
static |
Definition at line 90944 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_city_remove | ( | struct connection * | pc, |
| const struct packet_edit_city_remove * | packet | ||
| ) |
Definition at line 91365 of file packets_gen.c.
Referenced by dsend_packet_edit_city_remove().
|
static |
Definition at line 91158 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 91300 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_edit_game | ( | struct connection * | pc, |
| const struct packet_edit_game * | packet | ||
| ) |
Definition at line 96522 of file packets_gen.c.
Referenced by property_page_send_packet().
|
static |
Definition at line 96378 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_mode | ( | struct connection * | pc, |
| const struct packet_edit_mode * | packet | ||
| ) |
Definition at line 87430 of file packets_gen.c.
Referenced by dsend_packet_edit_mode().
|
static |
Definition at line 87373 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_object_created | ( | struct connection * | pc, |
| const struct packet_edit_object_created * | packet | ||
| ) |
Definition at line 96861 of file packets_gen.c.
Referenced by dsend_packet_edit_object_created().
|
static |
Definition at line 96780 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_player | ( | struct connection * | pc, |
| const struct packet_edit_player * | packet | ||
| ) |
Definition at line 95974 of file packets_gen.c.
Referenced by lsend_packet_edit_player(), and property_page_send_packet().
|
static |
Definition at line 95459 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_player_create | ( | struct connection * | pc, |
| const struct packet_edit_player_create * | packet | ||
| ) |
Definition at line 94768 of file packets_gen.c.
Referenced by dsend_packet_edit_player_create().
|
static |
Definition at line 94703 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_player_remove | ( | struct connection * | pc, |
| const struct packet_edit_player_remove * | packet | ||
| ) |
Definition at line 94931 of file packets_gen.c.
Referenced by dsend_packet_edit_player_remove().
|
static |
Definition at line 94866 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_player_vision | ( | struct connection * | pc, |
| const struct packet_edit_player_vision * | packet | ||
| ) |
Definition at line 96213 of file packets_gen.c.
Referenced by dsend_packet_edit_player_vision().
|
static |
Definition at line 96107 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_recalculate_borders | ( | struct connection * | pc | ) |
Definition at line 87469 of file packets_gen.c.
Referenced by key_editor_recalculate_borders().
|
static |
Definition at line 87461 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_scenario_desc | ( | struct connection * | pc, |
| const struct packet_edit_scenario_desc * | packet | ||
| ) |
Definition at line 96676 of file packets_gen.c.
Referenced by property_page_send_packet().
|
static |
Definition at line 96611 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_startpos | ( | struct connection * | pc, |
| const struct packet_edit_startpos * | packet | ||
| ) |
Definition at line 88265 of file packets_gen.c.
Referenced by dsend_packet_edit_startpos(), edithand_send_initial_packets(), and handle_edit_startpos().
|
static |
Definition at line 88233 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_startpos_full | ( | struct connection * | pc, |
| const struct packet_edit_startpos_full * | packet | ||
| ) |
Definition at line 88356 of file packets_gen.c.
Referenced by edithand_send_initial_packets(), handle_edit_startpos_full(), and property_page_send_packet().
|
static |
Definition at line 88324 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_tile | ( | struct connection * | pc, |
| const struct packet_edit_tile * | packet | ||
| ) |
Definition at line 88731 of file packets_gen.c.
Referenced by paste_tile(), and property_page_send_packet().
|
static |
Definition at line 88577 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_tile_extra | ( | struct connection * | pc, |
| const struct packet_edit_tile_extra * | packet | ||
| ) |
Definition at line 88172 of file packets_gen.c.
Referenced by dsend_packet_edit_tile_extra().
|
static |
Definition at line 88057 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_tile_terrain | ( | struct connection * | pc, |
| const struct packet_edit_tile_terrain * | packet | ||
| ) |
Definition at line 87893 of file packets_gen.c.
Referenced by dsend_packet_edit_tile_terrain().
|
static |
Definition at line 87803 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
| const struct packet_edit_toggle_fogofwar * | packet | ||
| ) |
Definition at line 87653 of file packets_gen.c.
Referenced by dsend_packet_edit_toggle_fogofwar().
|
static |
Definition at line 87588 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_unit | ( | struct connection * | pc, |
| const struct packet_edit_unit * | packet | ||
| ) |
Definition at line 90810 of file packets_gen.c.
Referenced by property_page_send_packet().
|
static |
Definition at line 89926 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 90531 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_edit_unit_create | ( | struct connection * | pc, |
| const struct packet_edit_unit_create * | packet | ||
| ) |
Definition at line 89019 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_create().
|
static |
Definition at line 88890 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_unit_remove | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove * | packet | ||
| ) |
Definition at line 89289 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_remove().
|
static |
Definition at line 89176 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove_by_id * | packet | ||
| ) |
Definition at line 89597 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_remove_by_id().
|
static |
Definition at line 89390 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 89532 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_end_phase | ( | struct connection * | pc | ) |
Definition at line 54637 of file packets_gen.c.
Referenced by end_turn(), and lsend_packet_end_phase().
|
static |
Definition at line 54629 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_end_turn | ( | struct connection * | pc | ) |
Definition at line 55113 of file packets_gen.c.
Referenced by lsend_packet_end_turn().
|
static |
Definition at line 55105 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 3187 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 3039 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_freeze_client | ( | struct connection * | pc | ) |
Definition at line 55150 of file packets_gen.c.
Referenced by lsend_packet_freeze_client().
|
static |
Definition at line 55142 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 6615 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_game_load | ( | struct connection * | pc, |
| const struct packet_game_load * | packet | ||
| ) |
Definition at line 81725 of file packets_gen.c.
Referenced by dsend_packet_game_load(), and lsend_packet_game_load().
|
static |
Definition at line 81651 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 1613 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 1786 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 1243 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 1416 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 9783 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_nation_availability | ( | struct connection * | pc, |
| const struct packet_nation_availability * | packet | ||
| ) |
Definition at line 66662 of file packets_gen.c.
Referenced by lsend_packet_nation_availability().
|
static |
Definition at line 66509 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 2652 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_new_year | ( | struct connection * | pc, |
| const struct packet_new_year * | packet | ||
| ) |
Definition at line 55039 of file packets_gen.c.
Referenced by lsend_packet_new_year().
|
static |
Definition at line 54942 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 9976 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_page_msg | ( | struct connection * | pc, |
| const struct packet_page_msg * | packet | ||
| ) |
Definition at line 53102 of file packets_gen.c.
Referenced by lsend_packet_page_msg().
|
static |
Definition at line 52973 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_page_msg_part | ( | struct connection * | pc, |
| const struct packet_page_msg_part * | packet | ||
| ) |
Definition at line 53263 of file packets_gen.c.
Referenced by lsend_packet_page_msg_part().
|
static |
Definition at line 53198 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_play_music | ( | struct connection * | pc, |
| const struct packet_play_music * | packet | ||
| ) |
Definition at line 97025 of file packets_gen.c.
Referenced by lsend_packet_play_music().
|
static |
Definition at line 96960 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_attribute_block | ( | struct connection * | pc | ) |
Definition at line 38063 of file packets_gen.c.
Referenced by send_attribute_block_request().
|
static |
Definition at line 38055 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_attribute_chunk | ( | struct connection * | pc, |
| const struct packet_player_attribute_chunk * | packet | ||
| ) |
Definition at line 38335 of file packets_gen.c.
Referenced by send_attribute_block().
|
static |
Definition at line 38217 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_change_government | ( | struct connection * | pc, |
| const struct packet_player_change_government * | packet | ||
| ) |
Definition at line 37829 of file packets_gen.c.
Referenced by dsend_packet_player_change_government().
|
static |
Definition at line 37764 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_diplstate | ( | struct connection * | pc, |
| const struct packet_player_diplstate * | packet | ||
| ) |
Definition at line 38690 of file packets_gen.c.
Referenced by send_player_diplstate_c_real().
|
static |
Definition at line 38536 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_info | ( | struct connection * | pc, |
| const struct packet_player_info * | packet | ||
| ) |
Definition at line 37275 of file packets_gen.c.
Referenced by send_player_info_c_real().
|
static |
Definition at line 33793 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 36058 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_player_multiplier | ( | struct connection * | pc, |
| const struct packet_player_multiplier * | packet | ||
| ) |
Definition at line 38986 of file packets_gen.c.
Referenced by multipliers_command_callback(), and multiplier_rates_dialog::slot_ok_button_pressed().
|
static |
Definition at line 38842 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_phase_done | ( | struct connection * | pc, |
| const struct packet_player_phase_done * | packet | ||
| ) |
Definition at line 37429 of file packets_gen.c.
Referenced by dsend_packet_player_phase_done().
|
static |
Definition at line 37364 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_place_infra | ( | struct connection * | pc, |
| const struct packet_player_place_infra * | packet | ||
| ) |
Definition at line 38023 of file packets_gen.c.
Referenced by dsend_packet_player_place_infra().
|
static |
Definition at line 37942 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_rates | ( | struct connection * | pc, |
| const struct packet_player_rates * | packet | ||
| ) |
Definition at line 37654 of file packets_gen.c.
Referenced by dsend_packet_player_rates().
|
static |
Definition at line 37557 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 2883 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 32654 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_research | ( | struct connection * | pc, |
| const struct packet_player_research * | packet | ||
| ) |
Definition at line 39741 of file packets_gen.c.
Referenced by dsend_packet_player_research().
|
static |
Definition at line 39676 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_player_tech_goal | ( | struct connection * | pc, |
| const struct packet_player_tech_goal * | packet | ||
| ) |
Definition at line 39904 of file packets_gen.c.
Referenced by dsend_packet_player_tech_goal().
|
static |
Definition at line 39839 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_processing_finished | ( | struct connection * | pc | ) |
Definition at line 1139 of file packets_gen.c.
Referenced by finish_processing_request().
|
static |
Definition at line 1131 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_processing_started | ( | struct connection * | pc | ) |
Definition at line 1109 of file packets_gen.c.
Referenced by start_processing_request().
|
static |
Definition at line 1101 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_report_req | ( | struct connection * | pc, |
| const struct packet_report_req * | packet | ||
| ) |
Definition at line 53434 of file packets_gen.c.
Referenced by dsend_packet_report_req().
|
static |
Definition at line 53369 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_research_info | ( | struct connection * | pc, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 39408 of file packets_gen.c.
Referenced by lsend_packet_research_info(), and send_research_info().
|
static |
Definition at line 39207 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_achievement | ( | struct connection * | pc, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 75050 of file packets_gen.c.
Referenced by lsend_packet_ruleset_achievement().
|
static |
Definition at line 74912 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_action | ( | struct connection * | pc, |
| const struct packet_ruleset_action * | packet | ||
| ) |
Definition at line 75846 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action().
|
static |
Definition at line 75619 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_action_auto | ( | struct connection * | pc, |
| const struct packet_ruleset_action_auto * | packet | ||
| ) |
Definition at line 76921 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action_auto().
|
static |
Definition at line 76650 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_action_enabler | ( | struct connection * | pc, |
| const struct packet_ruleset_action_enabler * | packet | ||
| ) |
Definition at line 76363 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action_enabler().
|
static |
Definition at line 76108 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_base | ( | struct connection * | pc, |
| const struct packet_ruleset_base * | packet | ||
| ) |
Definition at line 72772 of file packets_gen.c.
Referenced by lsend_packet_ruleset_base().
|
static |
Definition at line 72627 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_building | ( | struct connection * | pc, |
| const struct packet_ruleset_building * | packet | ||
| ) |
Definition at line 68273 of file packets_gen.c.
Referenced by lsend_packet_ruleset_building().
|
static |
Definition at line 67826 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_choices | ( | struct connection * | pc, |
| const struct packet_ruleset_choices * | packet | ||
| ) |
Definition at line 81555 of file packets_gen.c.
Referenced by send_ruleset_choices().
|
static |
Definition at line 81411 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_city | ( | struct connection * | pc, |
| const struct packet_ruleset_city * | packet | ||
| ) |
Definition at line 67374 of file packets_gen.c.
Referenced by lsend_packet_ruleset_city().
|
static |
Definition at line 67134 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_clause | ( | struct connection * | pc, |
| const struct packet_ruleset_clause * | packet | ||
| ) |
Definition at line 78558 of file packets_gen.c.
Referenced by lsend_packet_ruleset_clause().
|
static |
Definition at line 78294 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_control | ( | struct connection * | pc, |
| const struct packet_ruleset_control * | packet | ||
| ) |
Definition at line 80629 of file packets_gen.c.
Referenced by lsend_packet_ruleset_control().
|
static |
Definition at line 79081 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 80107 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_ruleset_description_part | ( | struct connection * | pc, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 80951 of file packets_gen.c.
Referenced by lsend_packet_ruleset_description_part().
|
static |
Definition at line 80886 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_disaster | ( | struct connection * | pc, |
| const struct packet_ruleset_disaster * | packet | ||
| ) |
Definition at line 74739 of file packets_gen.c.
Referenced by lsend_packet_ruleset_disaster().
|
static |
Definition at line 74515 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_effect | ( | struct connection * | pc, |
| const struct packet_ruleset_effect * | packet | ||
| ) |
Definition at line 85298 of file packets_gen.c.
Referenced by lsend_packet_ruleset_effect().
|
static |
Definition at line 85097 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_extra | ( | struct connection * | pc, |
| const struct packet_ruleset_extra * | packet | ||
| ) |
Definition at line 72223 of file packets_gen.c.
Referenced by lsend_packet_ruleset_extra().
|
static |
Definition at line 71312 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_extra_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_extra_flag * | packet | ||
| ) |
Definition at line 72446 of file packets_gen.c.
Referenced by lsend_packet_ruleset_extra_flag().
|
static |
Definition at line 72349 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_game | ( | struct connection * | pc, |
| const struct packet_ruleset_game * | packet | ||
| ) |
Definition at line 60640 of file packets_gen.c.
Referenced by lsend_packet_ruleset_game().
|
static |
Definition at line 59926 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_goods | ( | struct connection * | pc, |
| const struct packet_ruleset_goods * | packet | ||
| ) |
Definition at line 74281 of file packets_gen.c.
Referenced by lsend_packet_ruleset_goods().
|
static |
Definition at line 74009 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_government | ( | struct connection * | pc, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 63080 of file packets_gen.c.
Referenced by lsend_packet_ruleset_government().
|
static |
Definition at line 62840 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_government_ruler_title | ( | struct connection * | pc, |
| const struct packet_ruleset_government_ruler_title * | packet | ||
| ) |
Definition at line 61444 of file packets_gen.c.
Referenced by lsend_packet_ruleset_government_ruler_title().
|
static |
Definition at line 61331 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_multiplier | ( | struct connection * | pc, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 77971 of file packets_gen.c.
Referenced by dsend_packet_ruleset_multiplier(), and lsend_packet_ruleset_multiplier().
|
static |
Definition at line 77651 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_music | ( | struct connection * | pc, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 77317 of file packets_gen.c.
Referenced by lsend_packet_ruleset_music().
|
static |
Definition at line 77125 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_nation | ( | struct connection * | pc, |
| const struct packet_ruleset_nation * | packet | ||
| ) |
Definition at line 66343 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation().
|
static |
Definition at line 65467 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_nation_groups | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_groups * | packet | ||
| ) |
Definition at line 64621 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation_groups().
|
static |
Definition at line 64398 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_nation_sets | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_sets * | packet | ||
| ) |
Definition at line 64176 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation_sets().
|
static |
Definition at line 63874 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_resource | ( | struct connection * | pc, |
| const struct packet_ruleset_resource * | packet | ||
| ) |
Definition at line 85595 of file packets_gen.c.
Referenced by lsend_packet_ruleset_resource().
|
static |
Definition at line 85451 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_road | ( | struct connection * | pc, |
| const struct packet_ruleset_road * | packet | ||
| ) |
Definition at line 73730 of file packets_gen.c.
Referenced by lsend_packet_ruleset_road().
|
static |
Definition at line 73237 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_specialist | ( | struct connection * | pc, |
| const struct packet_ruleset_specialist * | packet | ||
| ) |
Definition at line 61170 of file packets_gen.c.
Referenced by lsend_packet_ruleset_specialist().
|
static |
Definition at line 60914 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_style | ( | struct connection * | pc, |
| const struct packet_ruleset_style * | packet | ||
| ) |
Definition at line 66885 of file packets_gen.c.
Referenced by lsend_packet_ruleset_style().
|
static |
Definition at line 66788 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_summary | ( | struct connection * | pc, |
| const struct packet_ruleset_summary * | packet | ||
| ) |
Definition at line 80790 of file packets_gen.c.
Referenced by lsend_packet_ruleset_summary().
|
static |
Definition at line 80725 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_tech | ( | struct connection * | pc, |
| const struct packet_ruleset_tech * | packet | ||
| ) |
Definition at line 62104 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech().
|
static |
Definition at line 61775 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_tech_class | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_class * | packet | ||
| ) |
Definition at line 62358 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech_class().
|
static |
Definition at line 62245 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_tech_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_flag * | packet | ||
| ) |
Definition at line 62581 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech_flag().
|
static |
Definition at line 62484 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_terrain | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain * | packet | ||
| ) |
Definition at line 69859 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain().
|
static |
Definition at line 69061 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_terrain_control | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_control * | packet | ||
| ) |
Definition at line 63552 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain_control().
|
static |
Definition at line 63325 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_terrain_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_flag * | packet | ||
| ) |
Definition at line 70082 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain_flag().
|
static |
Definition at line 69985 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_trade | ( | struct connection * | pc, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 75324 of file packets_gen.c.
Referenced by lsend_packet_ruleset_trade().
|
static |
Definition at line 75211 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_unit | ( | struct connection * | pc, |
| const struct packet_ruleset_unit * | packet | ||
| ) |
Definition at line 58543 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit().
|
static |
Definition at line 57292 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_unit_bonus | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_bonus * | packet | ||
| ) |
Definition at line 58843 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_bonus().
|
static |
Definition at line 58721 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_unit_class | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class * | packet | ||
| ) |
Definition at line 70460 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_class().
|
static |
Definition at line 70283 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_unit_class_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class_flag * | packet | ||
| ) |
Definition at line 59289 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_class_flag().
|
static |
Definition at line 59192 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_ruleset_unit_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_flag * | packet | ||
| ) |
Definition at line 59066 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_flag().
|
static |
Definition at line 58969 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_rulesets_ready | ( | struct connection * | pc | ) |
Definition at line 63589 of file packets_gen.c.
Referenced by lsend_packet_rulesets_ready().
|
static |
Definition at line 63581 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_save_scenario | ( | struct connection * | pc, |
| const struct packet_save_scenario * | packet | ||
| ) |
Definition at line 86317 of file packets_gen.c.
Referenced by dsend_packet_save_scenario().
|
static |
Definition at line 86252 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_scenario_description | ( | struct connection * | pc, |
| const struct packet_scenario_description * | packet | ||
| ) |
Definition at line 86163 of file packets_gen.c.
Referenced by send_scenario_description().
|
static |
Definition at line 86098 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_scenario_info | ( | struct connection * | pc, |
| const struct packet_scenario_info * | packet | ||
| ) |
Definition at line 86009 of file packets_gen.c.
Referenced by send_scenario_info().
|
static |
Definition at line 85806 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 11583 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 2064 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 1945 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_bitwise | ( | struct connection * | pc, |
| const struct packet_server_setting_bitwise * | packet | ||
| ) |
Definition at line 84719 of file packets_gen.c.
Referenced by send_server_setting().
|
static |
Definition at line 84387 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_bool | ( | struct connection * | pc, |
| const struct packet_server_setting_bool * | packet | ||
| ) |
Definition at line 82691 of file packets_gen.c.
Referenced by send_server_setting().
|
static |
Definition at line 82544 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_const | ( | struct connection * | pc, |
| const struct packet_server_setting_const * | packet | ||
| ) |
Definition at line 82383 of file packets_gen.c.
Referenced by send_server_setting_control().
|
static |
Definition at line 82250 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_control | ( | struct connection * | pc, |
| const struct packet_server_setting_control * | packet | ||
| ) |
Definition at line 82089 of file packets_gen.c.
Referenced by send_server_setting_control().
|
static |
Definition at line 81919 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_enum | ( | struct connection * | pc, |
| const struct packet_server_setting_enum * | packet | ||
| ) |
Definition at line 84069 of file packets_gen.c.
Referenced by send_server_setting().
|
static |
Definition at line 83737 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_int | ( | struct connection * | pc, |
| const struct packet_server_setting_int * | packet | ||
| ) |
Definition at line 83087 of file packets_gen.c.
Referenced by send_server_setting().
|
static |
Definition at line 82898 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_setting_str | ( | struct connection * | pc, |
| const struct packet_server_setting_str * | packet | ||
| ) |
Definition at line 83419 of file packets_gen.c.
Referenced by send_server_setting().
|
static |
Definition at line 83264 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_server_shutdown | ( | struct connection * | pc | ) |
Definition at line 2494 of file packets_gen.c.
Referenced by lsend_packet_server_shutdown().
|
static |
Definition at line 2486 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_set_topology | ( | struct connection * | pc, |
| const struct packet_set_topology * | packet | ||
| ) |
Definition at line 84873 of file packets_gen.c.
Referenced by establish_new_connection(), and topology_action().
|
static |
Definition at line 84808 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_single_want_hack_reply | ( | struct connection * | pc, |
| const struct packet_single_want_hack_reply * | packet | ||
| ) |
Definition at line 81250 of file packets_gen.c.
Referenced by dsend_packet_single_want_hack_reply().
|
static |
Definition at line 81193 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_single_want_hack_req | ( | struct connection * | pc, |
| const struct packet_single_want_hack_req * | packet | ||
| ) |
Definition at line 81112 of file packets_gen.c.
Referenced by send_client_wants_hack().
|
static |
Definition at line 81047 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_spaceship_info | ( | struct connection * | pc, |
| const struct packet_spaceship_info * | packet | ||
| ) |
Definition at line 56139 of file packets_gen.c.
Referenced by lsend_packet_spaceship_info().
|
static |
Definition at line 55785 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_spaceship_launch | ( | struct connection * | pc | ) |
Definition at line 55224 of file packets_gen.c.
Referenced by ss_report::launch(), launch_spaceship_callback(), and spaceship_response().
|
static |
Definition at line 55216 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_spaceship_place | ( | struct connection * | pc, |
| const struct packet_spaceship_place * | packet | ||
| ) |
Definition at line 55419 of file packets_gen.c.
Referenced by dsend_packet_spaceship_place().
|
static |
Definition at line 55338 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_start_phase | ( | struct connection * | pc, |
| const struct packet_start_phase * | packet | ||
| ) |
Definition at line 54798 of file packets_gen.c.
Referenced by dsend_packet_start_phase(), and lsend_packet_start_phase().
|
static |
Definition at line 54733 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 10182 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_thaw_client | ( | struct connection * | pc | ) |
Definition at line 55187 of file packets_gen.c.
Referenced by lsend_packet_thaw_client().
|
static |
Definition at line 55179 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 3580 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 4158 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| 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().
|
static |
Definition at line 9583 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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().
|
static |
Definition at line 25777 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 26094 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_action_answer | ( | struct connection * | pc, |
| const struct packet_unit_action_answer * | packet | ||
| ) |
Definition at line 48440 of file packets_gen.c.
Referenced by dsend_packet_unit_action_answer().
|
static |
Definition at line 48035 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 48311 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_action_query | ( | struct connection * | pc, |
| const struct packet_unit_action_query * | packet | ||
| ) |
Definition at line 47112 of file packets_gen.c.
Referenced by dsend_packet_unit_action_query().
|
static |
Definition at line 46754 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46999 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_actions | ( | struct connection * | pc, |
| const struct packet_unit_actions * | packet | ||
| ) |
Definition at line 49891 of file packets_gen.c.
Referenced by dsend_packet_unit_actions().
|
static |
Definition at line 49234 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 49667 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_change_activity | ( | struct connection * | pc, |
| const struct packet_unit_change_activity * | packet | ||
| ) |
Definition at line 50355 of file packets_gen.c.
Referenced by dsend_packet_unit_change_activity().
|
static |
Definition at line 50044 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 50258 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_combat_info | ( | struct connection * | pc, |
| const struct packet_unit_combat_info * | packet | ||
| ) |
Definition at line 44932 of file packets_gen.c.
Referenced by lsend_packet_unit_combat_info(), and send_combat().
|
static |
Definition at line 44534 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 44801 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_do_action | ( | struct connection * | pc, |
| const struct packet_unit_do_action * | packet | ||
| ) |
Definition at line 47862 of file packets_gen.c.
Referenced by dsend_packet_unit_do_action().
|
static |
Definition at line 47457 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 47733 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_get_actions | ( | struct connection * | pc, |
| const struct packet_unit_get_actions * | packet | ||
| ) |
Definition at line 48998 of file packets_gen.c.
Referenced by dsend_packet_unit_get_actions().
|
static |
Definition at line 48603 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 48869 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_info | ( | struct connection * | pc, |
| const struct packet_unit_info * | packet | ||
| ) |
Definition at line 43212 of file packets_gen.c.
Referenced by lsend_packet_unit_info(), see_combat(), send_unit_info(), and unit_move().
|
static |
Definition at line 40981 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 42453 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_orders | ( | struct connection * | pc, |
| const struct packet_unit_orders * | packet | ||
| ) |
Definition at line 46221 of file packets_gen.c.
Referenced by request_move_unit_direction(), request_orders_cleared(), request_unit_non_action_move(), send_connect_route(), and send_path_orders().
|
static |
Definition at line 45602 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46011 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_remove | ( | struct connection * | pc, |
| const struct packet_unit_remove * | packet | ||
| ) |
Definition at line 40249 of file packets_gen.c.
Referenced by dsend_packet_unit_remove(), lsend_packet_unit_remove(), and server_remove_unit_full().
|
static |
Definition at line 40012 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 40174 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_server_side_agent_set | ( | struct connection * | pc, |
| const struct packet_unit_server_side_agent_set * | packet | ||
| ) |
Definition at line 46599 of file packets_gen.c.
Referenced by dsend_packet_unit_server_side_agent_set().
|
static |
Definition at line 46335 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 46518 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_short_info | ( | struct connection * | pc, |
| const struct packet_unit_short_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 44379 of file packets_gen.c.
Referenced by lsend_packet_unit_short_info(), see_combat(), send_unit_info(), and unit_move().
|
static |
Definition at line 43512 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 44096 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_sscs_set | ( | struct connection * | pc, |
| const struct packet_unit_sscs_set * | packet | ||
| ) |
Definition at line 45379 of file packets_gen.c.
Referenced by dsend_packet_unit_sscs_set().
|
static |
Definition at line 45068 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 45282 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_unit_type_upgrade | ( | struct connection * | pc, |
| const struct packet_unit_type_upgrade * | packet | ||
| ) |
Definition at line 47289 of file packets_gen.c.
Referenced by dsend_packet_unit_type_upgrade().
|
static |
Definition at line 47224 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_unknown_research | ( | struct connection * | pc, |
| const struct packet_unknown_research * | packet | ||
| ) |
Definition at line 39587 of file packets_gen.c.
Referenced by send_research_info().
|
static |
Definition at line 39509 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_vote_new | ( | struct connection * | pc, |
| const struct packet_vote_new * | packet | ||
| ) |
Definition at line 86604 of file packets_gen.c.
Referenced by lsend_vote_new().
|
static |
Definition at line 86475 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_vote_remove | ( | struct connection * | pc, |
| const struct packet_vote_remove * | packet | ||
| ) |
Definition at line 87052 of file packets_gen.c.
Referenced by lsend_vote_remove().
|
static |
Definition at line 86987 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_vote_resolve | ( | struct connection * | pc, |
| const struct packet_vote_resolve * | packet | ||
| ) |
Definition at line 87222 of file packets_gen.c.
Referenced by lsend_vote_resolve().
|
static |
Definition at line 87148 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_vote_submit | ( | struct connection * | pc, |
| const struct packet_vote_submit * | packet | ||
| ) |
Definition at line 87292 of file packets_gen.c.
Referenced by voteinfo_do_vote().
|
static |
Definition at line 87264 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_vote_update | ( | struct connection * | pc, |
| const struct packet_vote_update * | packet | ||
| ) |
Definition at line 86898 of file packets_gen.c.
Referenced by lsend_vote_update().
|
static |
Definition at line 86765 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| 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 97496 of file packets_gen.c.
Referenced by lsend_packet_web_city_info_addition().
|
static |
Definition at line 97156 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 97392 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| int send_packet_web_player_info_addition | ( | struct connection * | pc, |
| const struct packet_web_player_info_addition * | packet | ||
| ) |
Definition at line 97701 of file packets_gen.c.
|
static |
Definition at line 97619 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_web_ruleset_unit_addition | ( | struct connection * | pc, |
| const struct packet_web_ruleset_unit_addition * | packet | ||
| ) |
Definition at line 97901 of file packets_gen.c.
Referenced by lsend_packet_web_ruleset_unit_addition().
|
static |
Definition at line 97827 of file packets_gen.c.
Referenced by packet_handlers_fill_initial().
| int send_packet_worker_task | ( | struct connection * | pc, |
| const struct packet_worker_task * | packet | ||
| ) |
Definition at line 32553 of file packets_gen.c.
Referenced by city_map::context_menu(), lsend_packet_worker_task(), and set_city_workertask().
|
static |
Definition at line 32148 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
|
static |
Definition at line 32424 of file packets_gen.c.
Referenced by packet_handlers_fill_capability().
| const char* const packet_functional_capability = "ids32 city-original tu32 rsdesc32" |
Definition at line 32 of file packets_gen.c.
Referenced by packet_handlers_get().