|
Freeciv-3.4
|
#include "actions.h"#include "city.h"#include "conn_types.h"#include "disaster.h"#include "events.h"#include "government.h"#include "player.h"#include "tech.h"#include "unit.h"#include "cm.h"Go to the source code of this file.
Definition at line 1932 of file packets_gen.h.
Definition at line 44 of file packets_gen.c.
Referenced by send_packet_data().
Definition at line 45 of file packets_gen.c.
Referenced by send_packet_data().
| void dlsend_packet_city_name_suggestion_info | ( | struct conn_list * | dest, |
| int | unit_id, | ||
| const char * | name | ||
| ) |
Definition at line 24123 of file packets_gen.c.
Referenced by handle_city_name_suggestion_req().
Definition at line 14780 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 42484 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 40543 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 41280 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 40086 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 42019 of file packets_gen.c.
Referenced by clear_old_treaty(), and handle_diplomacy_remove_clause_req().
Definition at line 92992 of file packets_gen.c.
Referenced by disable_fog_of_war_player(), and enable_fog_of_war_player().
| void dlsend_packet_game_load | ( | struct conn_list * | dest, |
| bool | load_successful, | ||
| const char * | load_filename | ||
| ) |
Definition at line 85159 of file packets_gen.c.
Referenced by load_command().
Definition at line 1094 of file packets_gen.c.
Referenced by diplomat_investigate().
Definition at line 884 of file packets_gen.c.
Referenced by diplomat_investigate().
Definition at line 12336 of file packets_gen.c.
Referenced by spy_nuke_city(), and unit_nuke().
Definition at line 45290 of file packets_gen.c.
Referenced by begin_phase().
Definition at line 32314 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 1694 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 13924 of file packets_gen.c.
Referenced by send_chat().
| int dsend_packet_city_buy | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 21565 of file packets_gen.c.
Referenced by city_buy_production().
| int dsend_packet_city_change | ( | struct connection * | pc, |
| int | city_id, | ||
| int | production_kind, | ||
| int | production_value | ||
| ) |
Definition at line 21861 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_id, | ||
| Specialist_type_id | from, | ||
| Specialist_type_id | to | ||
| ) |
Definition at line 22917 of file packets_gen.c.
Referenced by city_change_specialist().
| int dsend_packet_city_make_specialist | ( | struct connection * | pc, |
| int | city_id, | ||
| int | tile_id | ||
| ) |
Definition at line 22354 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_id, | ||
| int | tile_id | ||
| ) |
Definition at line 22600 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_id, | ||
| const char * | name | ||
| ) |
Definition at line 24113 of file packets_gen.c.
| int dsend_packet_city_name_suggestion_req | ( | struct connection * | pc, |
| int | unit_id | ||
| ) |
Definition at line 23861 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_id, | ||
| bv_city_options | options, | ||
| enum city_wl_cancel_behavior | wl_cb | ||
| ) |
Definition at line 23471 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_id | ||
| ) |
Definition at line 23667 of file packets_gen.c.
Referenced by apply_result_on_server().
| int dsend_packet_city_remove | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 14771 of file packets_gen.c.
Referenced by remove_city().
Definition at line 23164 of file packets_gen.c.
Referenced by city_rename().
| int dsend_packet_city_sell | ( | struct connection * | pc, |
| int | city_id, | ||
| int | build_id | ||
| ) |
Definition at line 21370 of file packets_gen.c.
Referenced by city_sell_improvement().
| int dsend_packet_city_worklist | ( | struct connection * | pc, |
| int | city_id, | ||
| const struct worklist * | worklist | ||
| ) |
Definition at line 22108 of file packets_gen.c.
Referenced by city_set_worklist().
| int dsend_packet_connect_msg | ( | struct connection * | pc, |
| const char * | message | ||
| ) |
Definition at line 14118 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 42473 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 42216 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 40533 of file packets_gen.c.
| int dsend_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 40281 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 42741 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 41268 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 40901 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_shared_tiles_callback(), diplomacy_dialog_shared_tiles_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(), shared_tiles_callback(), 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 40076 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 39824 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 42007 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 41640 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 96630 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 | id | ||
| ) |
Definition at line 96827 of file packets_gen.c.
Referenced by editor_apply_tool(), and objbind_request_destroy_object().
| int dsend_packet_edit_fogofwar_state | ( | struct connection * | pc, |
| bool | enabled | ||
| ) |
Definition at line 92983 of file packets_gen.c.
Referenced by edithand_send_initial_packets().
| int dsend_packet_edit_mode | ( | struct connection * | pc, |
| bool | state | ||
| ) |
Definition at line 92528 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 102127 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 99136 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 99330 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 101262 of file packets_gen.c.
Referenced by editor_apply_tool().
Definition at line 93783 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 93653 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 93287 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 92806 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 94820 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 95181 of file packets_gen.c.
Referenced by editor_apply_tool().
| int dsend_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| int | id | ||
| ) |
Definition at line 95378 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 85149 of file packets_gen.c.
| int dsend_packet_investigate_finished | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 1085 of file packets_gen.c.
| int dsend_packet_investigate_started | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 875 of file packets_gen.c.
| 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 2314 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 12327 of file packets_gen.c.
| int dsend_packet_player_change_government | ( | struct connection * | pc, |
| Government_type_id | government | ||
| ) |
Definition at line 29429 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 28927 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 29674 of file packets_gen.c.
Referenced by infra_selected_callback().
Definition at line 29223 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 2540 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 25616 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 31890 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 32084 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 43544 of file packets_gen.c.
Referenced by send_report_request().
| int dsend_packet_save_scenario | ( | struct connection * | pc, |
| const char * | name | ||
| ) |
Definition at line 91084 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 14516 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 1277 of file packets_gen.c.
| int dsend_packet_single_want_hack_reply | ( | struct connection * | pc, |
| bool | you_have_hack | ||
| ) |
Definition at line 84391 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 46077 of file packets_gen.c.
Referenced by spaceship_autoplace().
| int dsend_packet_start_phase | ( | struct connection * | pc, |
| int | phase | ||
| ) |
Definition at line 45281 of file packets_gen.c.
Referenced by connection_attach_real().
| int dsend_packet_sync_serial | ( | struct connection * | pc, |
| int | serial | ||
| ) |
Definition at line 102706 of file packets_gen.c.
Referenced by resend_desired_settable_options(), server_option_bitwise_set(), server_option_bool_set(), server_option_enum_set(), server_option_int_set(), and server_option_str_set().
| int dsend_packet_sync_serial_reply | ( | struct connection * | pc, |
| int | serial | ||
| ) |
Definition at line 102900 of file packets_gen.c.
Referenced by handle_sync_serial().
| int dsend_packet_unit_action_answer | ( | struct connection * | pc, |
| int | actor_id, | ||
| int | target_id, | ||
| int | cost, | ||
| action_id | action_type, | ||
| int | request_kind | ||
| ) |
Definition at line 38302 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_id, | ||
| int | target_id, | ||
| action_id | action_type, | ||
| int | request_kind | ||
| ) |
Definition at line 37275 of file packets_gen.c.
Referenced by request_action_details().
| int dsend_packet_unit_actions | ( | struct connection * | pc, |
| int | actor_unit_id, | ||
| int | target_unit_id, | ||
| int | target_city_id, | ||
| int | target_tile_id, | ||
| int | target_extra_id, | ||
| int | request_kind, | ||
| const struct act_prob * | action_probabilities | ||
| ) |
Definition at line 39310 of file packets_gen.c.
Referenced by handle_unit_get_actions().
| int dsend_packet_unit_change_activity | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum unit_activity | activity, | ||
| int | target | ||
| ) |
Definition at line 39628 of file packets_gen.c.
Referenced by request_new_unit_activity_targeted().
| int dsend_packet_unit_do_action | ( | struct connection * | pc, |
| int | actor_id, | ||
| int | target_id, | ||
| int | sub_tgt_id, | ||
| const char * | name, | ||
| action_id | action_type | ||
| ) |
Definition at line 37890 of file packets_gen.c.
Referenced by action_confirmation(), and request_do_action().
| int dsend_packet_unit_get_actions | ( | struct connection * | pc, |
| int | actor_unit_id, | ||
| int | target_unit_id, | ||
| int | target_tile_id, | ||
| int | target_extra_id, | ||
| int | request_kind | ||
| ) |
Definition at line 38704 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_id | ||
| ) |
Definition at line 32305 of file packets_gen.c.
Referenced by handle_edit_player_vision().
| int dsend_packet_unit_server_side_agent_set | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum server_side_agent | agent | ||
| ) |
Definition at line 36917 of file packets_gen.c.
Referenced by request_unit_ssa_set().
| int dsend_packet_unit_sscs_set | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum unit_ss_data_type | type, | ||
| int | value | ||
| ) |
Definition at line 36107 of file packets_gen.c.
Referenced by action_decision_clear_want(), do_unit_act_sel_vs(), do_unit_paradrop_to(), do_unit_teleport_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 37482 of file packets_gen.c.
Referenced by ok_upgrade_unit_window_callback(), units_report_command_callback(), and unittype_item::upgrade_units().
Definition at line 103224 of file packets_gen.c.
Referenced by access_areas_refresh().
| void lsend_packet_achievement_info | ( | struct conn_list * | dest, |
| const struct packet_achievement_info * | packet | ||
| ) |
Definition at line 12818 of file packets_gen.c.
Referenced by end_turn(), and load_command().
Definition at line 45635 of file packets_gen.c.
Referenced by begin_phase(), and srv_running().
Definition at line 13275 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_access_area | ( | struct conn_list * | dest, |
| const struct packet_city_access_area * | packet | ||
| ) |
Definition at line 103467 of file packets_gen.c.
Referenced by access_areas_refresh().
| void lsend_packet_city_info | ( | struct conn_list * | dest, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 18846 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 24106 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 19406 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 25008 of file packets_gen.c.
Referenced by broadcast_city_info(), diplomat_investigate(), and send_city_info_at_tile().
Definition at line 14764 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 24532 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 20660 of file packets_gen.c.
Referenced by broadcast_city_info(), refresh_dumb_city(), and send_city_info_at_tile().
| void lsend_packet_city_update_counters | ( | struct conn_list * | dest, |
| const struct packet_city_update_counters * | packet | ||
| ) |
Definition at line 19806 of file packets_gen.c.
Referenced by city_counters_refresh().
Definition at line 44100 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 44610 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 42466 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 40526 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 41261 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 40069 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 42000 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 13732 of file packets_gen.c.
| void lsend_packet_edit_fogofwar_state | ( | struct conn_list * | dest, |
| const struct packet_edit_fogofwar_state * | packet | ||
| ) |
Definition at line 92976 of file packets_gen.c.
Referenced by dlsend_packet_edit_fogofwar_state().
Definition at line 100940 of file packets_gen.c.
Definition at line 45082 of file packets_gen.c.
Referenced by end_phase().
Definition at line 45684 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 2927 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 2716 of file packets_gen.c.
Referenced by report_final_scores().
Definition at line 45733 of file packets_gen.c.
Referenced by srv_running().
Definition at line 85142 of file packets_gen.c.
Referenced by dlsend_packet_game_load().
| void lsend_packet_investigate_finished | ( | struct conn_list * | dest, |
| const struct packet_investigate_finished * | packet | ||
| ) |
Definition at line 1078 of file packets_gen.c.
Referenced by dlsend_packet_investigate_finished().
| void lsend_packet_investigate_started | ( | struct conn_list * | dest, |
| const struct packet_investigate_started * | packet | ||
| ) |
Definition at line 868 of file packets_gen.c.
Referenced by dlsend_packet_investigate_started().
Definition at line 12128 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 62424 of file packets_gen.c.
Referenced by send_nation_availability_real().
Definition at line 45586 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 12320 of file packets_gen.c.
Referenced by dlsend_packet_nuke_tile_info().
Definition at line 43150 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 43342 of file packets_gen.c.
Referenced by page_conn_etype().
Definition at line 102322 of file packets_gen.c.
Referenced by api_play_music().
Definition at line 102514 of file packets_gen.c.
Referenced by api_popup_image().
| void lsend_packet_research_info | ( | struct conn_list * | dest, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 31495 of file packets_gen.c.
| void lsend_packet_ruleset_achievement | ( | struct conn_list * | dest, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 76163 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 77285 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 78513 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 77829 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 72861 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 64833 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 63360 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 81508 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 83654 of file packets_gen.c.
Referenced by send_ruleset_control().
| void lsend_packet_ruleset_counter | ( | struct conn_list * | dest, |
| const struct packet_ruleset_counter * | packet | ||
| ) |
Definition at line 79212 of file packets_gen.c.
Referenced by send_ruleset_counters().
| void lsend_packet_ruleset_description_part | ( | struct conn_list * | dest, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 84038 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 75729 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 89744 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 72110 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 72404 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 53603 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 75142 of file packets_gen.c.
Referenced by send_ruleset_goods().
| void lsend_packet_ruleset_gov_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_gov_flag * | packet | ||
| ) |
Definition at line 57876 of file packets_gen.c.
Referenced by send_ruleset_governments().
| void lsend_packet_ruleset_government | ( | struct conn_list * | dest, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 57582 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 54824 of file packets_gen.c.
Referenced by send_ruleset_governments().
| void lsend_packet_ruleset_impr_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_impr_flag * | packet | ||
| ) |
Definition at line 65127 of file packets_gen.c.
Referenced by send_ruleset_buildings().
| void lsend_packet_ruleset_multiplier | ( | struct conn_list * | dest, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 80765 of file packets_gen.c.
Referenced by send_ruleset_multipliers().
| void lsend_packet_ruleset_music | ( | struct conn_list * | dest, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 79689 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 62045 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 59862 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 59352 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 90089 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 74131 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 54459 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 62718 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 83846 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 55922 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 56267 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 56561 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 68341 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 58634 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 68635 of file packets_gen.c.
Referenced by send_ruleset_terrain().
| void lsend_packet_ruleset_tiledef | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tiledef * | packet | ||
| ) |
Definition at line 81853 of file packets_gen.c.
Referenced by send_ruleset_tiledefs().
| void lsend_packet_ruleset_trade | ( | struct conn_list * | dest, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 76528 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 50991 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 51394 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 69369 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 51982 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 51688 of file packets_gen.c.
Referenced by send_ruleset_units().
Definition at line 58683 of file packets_gen.c.
Referenced by send_rulesets().
Definition at line 1931 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 47152 of file packets_gen.c.
Referenced by send_spaceship_info().
Definition at line 45274 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 12570 of file packets_gen.c.
Referenced by send_ruleset_team_names().
Definition at line 45782 of file packets_gen.c.
Referenced by srv_running().
Definition at line 3831 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 21127 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 35803 of file packets_gen.c.
Referenced by send_combat().
Definition at line 34548 of file packets_gen.c.
Definition at line 32298 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 35402 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 104419 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 105299 of file packets_gen.c.
Definition at line 25414 of file packets_gen.c.
Referenced by clear_worker_task(), handle_worker_task(), and package_and_send_worker_tasks().
| int send_packet_access_area | ( | struct connection * | pc, |
| const struct packet_access_area * | packet | ||
| ) |
Definition at line 103212 of file packets_gen.c.
Referenced by lsend_packet_access_area().
| int send_packet_achievement_info | ( | struct connection * | pc, |
| const struct packet_achievement_info * | packet | ||
| ) |
Definition at line 12806 of file packets_gen.c.
Referenced by lsend_packet_achievement_info().
| int send_packet_authentication_reply | ( | struct connection * | pc, |
| const struct packet_authentication_reply * | packet | ||
| ) |
Definition at line 1877 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().
| int send_packet_authentication_req | ( | struct connection * | pc, |
| const struct packet_authentication_req * | packet | ||
| ) |
Definition at line 1682 of file packets_gen.c.
Referenced by auth_process_status(), and dsend_packet_authentication_req().
| int send_packet_begin_turn | ( | struct connection * | pc | ) |
Definition at line 45623 of file packets_gen.c.
Referenced by lsend_packet_begin_turn().
| int send_packet_calendar_info | ( | struct connection * | pc, |
| const struct packet_calendar_info * | packet | ||
| ) |
Definition at line 11412 of file packets_gen.c.
Referenced by send_game_info().
| int send_packet_chat_msg | ( | struct connection * | pc, |
| const struct packet_chat_msg * | packet | ||
| ) |
Definition at line 13263 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().
| int send_packet_chat_msg_req | ( | struct connection * | pc, |
| const struct packet_chat_msg_req * | packet | ||
| ) |
Definition at line 13912 of file packets_gen.c.
Referenced by dsend_packet_chat_msg_req(), and send_chat_printf().
| int send_packet_city_access_area | ( | struct connection * | pc, |
| const struct packet_city_access_area * | packet | ||
| ) |
Definition at line 103455 of file packets_gen.c.
Referenced by lsend_packet_city_access_area().
| int send_packet_city_buy | ( | struct connection * | pc, |
| const struct packet_city_buy * | packet | ||
| ) |
Definition at line 21553 of file packets_gen.c.
Referenced by dsend_packet_city_buy().
| int send_packet_city_change | ( | struct connection * | pc, |
| const struct packet_city_change * | packet | ||
| ) |
Definition at line 21849 of file packets_gen.c.
Referenced by dsend_packet_city_change().
| int send_packet_city_change_specialist | ( | struct connection * | pc, |
| const struct packet_city_change_specialist * | packet | ||
| ) |
Definition at line 22905 of file packets_gen.c.
Referenced by dsend_packet_city_change_specialist().
| int send_packet_city_info | ( | struct connection * | pc, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 18834 of file packets_gen.c.
Referenced by broadcast_city_info(), lsend_packet_city_info(), and send_city_info_at_tile().
| int send_packet_city_make_specialist | ( | struct connection * | pc, |
| const struct packet_city_make_specialist * | packet | ||
| ) |
Definition at line 22342 of file packets_gen.c.
Referenced by dsend_packet_city_make_specialist().
| int send_packet_city_make_worker | ( | struct connection * | pc, |
| const struct packet_city_make_worker * | packet | ||
| ) |
Definition at line 22588 of file packets_gen.c.
Referenced by dsend_packet_city_make_worker().
| int send_packet_city_name_suggestion_info | ( | struct connection * | pc, |
| const struct packet_city_name_suggestion_info * | packet | ||
| ) |
Definition at line 24094 of file packets_gen.c.
Referenced by dsend_packet_city_name_suggestion_info(), and lsend_packet_city_name_suggestion_info().
| int send_packet_city_name_suggestion_req | ( | struct connection * | pc, |
| const struct packet_city_name_suggestion_req * | packet | ||
| ) |
Definition at line 23849 of file packets_gen.c.
Referenced by dsend_packet_city_name_suggestion_req().
| int send_packet_city_nationalities | ( | struct connection * | pc, |
| const struct packet_city_nationalities * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 19394 of file packets_gen.c.
Referenced by broadcast_city_info(), and lsend_packet_city_nationalities().
| int send_packet_city_options_req | ( | struct connection * | pc, |
| const struct packet_city_options_req * | packet | ||
| ) |
Definition at line 23459 of file packets_gen.c.
Referenced by dsend_packet_city_options_req().
| int send_packet_city_rally_point | ( | struct connection * | pc, |
| const struct packet_city_rally_point * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 24996 of file packets_gen.c.
Referenced by broadcast_city_info(), lsend_packet_city_rally_point(), and send_rally_path_orders().
| int send_packet_city_refresh | ( | struct connection * | pc, |
| const struct packet_city_refresh * | packet | ||
| ) |
Definition at line 23655 of file packets_gen.c.
Referenced by dsend_packet_city_refresh().
| int send_packet_city_remove | ( | struct connection * | pc, |
| const struct packet_city_remove * | packet | ||
| ) |
Definition at line 14752 of file packets_gen.c.
Referenced by dsend_packet_city_remove(), and lsend_packet_city_remove().
| int send_packet_city_rename | ( | struct connection * | pc, |
| const struct packet_city_rename * | packet | ||
| ) |
Definition at line 23152 of file packets_gen.c.
Referenced by dsend_packet_city_rename().
| int send_packet_city_sabotage_list | ( | struct connection * | pc, |
| const struct packet_city_sabotage_list * | packet | ||
| ) |
Definition at line 24520 of file packets_gen.c.
Referenced by lsend_packet_city_sabotage_list(), and spy_send_sabotage_list().
| int send_packet_city_sell | ( | struct connection * | pc, |
| const struct packet_city_sell * | packet | ||
| ) |
Definition at line 21358 of file packets_gen.c.
Referenced by dsend_packet_city_sell().
| int send_packet_city_short_info | ( | struct connection * | pc, |
| const struct packet_city_short_info * | packet | ||
| ) |
Definition at line 20648 of file packets_gen.c.
Referenced by lsend_packet_city_short_info().
| int send_packet_city_update_counters | ( | struct connection * | pc, |
| const struct packet_city_update_counters * | packet | ||
| ) |
Definition at line 19794 of file packets_gen.c.
Referenced by lsend_packet_city_update_counters().
| int send_packet_city_worklist | ( | struct connection * | pc, |
| const struct packet_city_worklist * | packet | ||
| ) |
Definition at line 22096 of file packets_gen.c.
Referenced by dsend_packet_city_worklist().
| int send_packet_client_heartbeat | ( | struct connection * | pc | ) |
Definition at line 44731 of file packets_gen.c.
Referenced by real_timer_callback().
| int send_packet_client_info | ( | struct connection * | pc, |
| const struct packet_client_info * | packet | ||
| ) |
Definition at line 45028 of file packets_gen.c.
Referenced by handle_server_join_reply().
| int send_packet_conn_info | ( | struct connection * | pc, |
| const struct packet_conn_info * | packet | ||
| ) |
Definition at line 44088 of file packets_gen.c.
Referenced by lsend_packet_conn_info().
| int send_packet_conn_ping | ( | struct connection * | pc | ) |
Definition at line 44647 of file packets_gen.c.
Referenced by connection_ping().
| int send_packet_conn_ping_info | ( | struct connection * | pc, |
| const struct packet_conn_ping_info * | packet | ||
| ) |
Definition at line 44598 of file packets_gen.c.
Referenced by lsend_packet_conn_ping_info().
| int send_packet_conn_pong | ( | struct connection * | pc | ) |
Definition at line 44689 of file packets_gen.c.
Referenced by handle_conn_ping().
| int send_packet_connect_msg | ( | struct connection * | pc, |
| const struct packet_connect_msg * | packet | ||
| ) |
Definition at line 14106 of file packets_gen.c.
Referenced by dsend_packet_connect_msg().
| int send_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty * | packet | ||
| ) |
Definition at line 42454 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_accept_treaty(), and lsend_packet_diplomacy_accept_treaty().
| int send_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty_req * | packet | ||
| ) |
Definition at line 42204 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_accept_treaty_req().
| int send_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting * | packet | ||
| ) |
Definition at line 40514 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_meeting(), and lsend_packet_diplomacy_cancel_meeting().
| int send_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting_req * | packet | ||
| ) |
Definition at line 40269 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_meeting_req().
| int send_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_pact * | packet | ||
| ) |
Definition at line 42729 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_cancel_pact().
| int send_packet_diplomacy_create_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause * | packet | ||
| ) |
Definition at line 41249 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_create_clause(), and lsend_packet_diplomacy_create_clause().
| int send_packet_diplomacy_create_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause_req * | packet | ||
| ) |
Definition at line 40889 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_create_clause_req().
| int send_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting * | packet | ||
| ) |
Definition at line 40057 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_init_meeting(), and lsend_packet_diplomacy_init_meeting().
| int send_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting_req * | packet | ||
| ) |
Definition at line 39812 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_init_meeting_req().
| int send_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause * | packet | ||
| ) |
Definition at line 41988 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_remove_clause(), and lsend_packet_diplomacy_remove_clause().
| int send_packet_diplomacy_remove_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause_req * | packet | ||
| ) |
Definition at line 41628 of file packets_gen.c.
Referenced by dsend_packet_diplomacy_remove_clause_req().
| int send_packet_early_chat_msg | ( | struct connection * | pc, |
| const struct packet_early_chat_msg * | packet | ||
| ) |
Definition at line 13720 of file packets_gen.c.
Referenced by lsend_packet_early_chat_msg(), and notify_conn_packet().
| int send_packet_edit_check_tiles | ( | struct connection * | pc | ) |
Definition at line 92609 of file packets_gen.c.
Referenced by editor_notify_edit_finished().
| int send_packet_edit_city | ( | struct connection * | pc, |
| const struct packet_edit_city * | packet | ||
| ) |
Definition at line 98939 of file packets_gen.c.
Referenced by property_page_send_packet().
| int send_packet_edit_city_create | ( | struct connection * | pc, |
| const struct packet_edit_city_create * | packet | ||
| ) |
Definition at line 96618 of file packets_gen.c.
Referenced by dsend_packet_edit_city_create().
| int send_packet_edit_city_remove | ( | struct connection * | pc, |
| const struct packet_edit_city_remove * | packet | ||
| ) |
Definition at line 96815 of file packets_gen.c.
Referenced by dsend_packet_edit_city_remove().
| int send_packet_edit_fogofwar_state | ( | struct connection * | pc, |
| const struct packet_edit_fogofwar_state * | packet | ||
| ) |
Definition at line 92964 of file packets_gen.c.
Referenced by dsend_packet_edit_fogofwar_state(), and lsend_packet_edit_fogofwar_state().
| int send_packet_edit_game | ( | struct connection * | pc, |
| const struct packet_edit_game * | packet | ||
| ) |
Definition at line 101694 of file packets_gen.c.
Referenced by property_page_send_packet().
| int send_packet_edit_mode | ( | struct connection * | pc, |
| const struct packet_edit_mode * | packet | ||
| ) |
Definition at line 92516 of file packets_gen.c.
Referenced by dsend_packet_edit_mode().
| int send_packet_edit_object_created | ( | struct connection * | pc, |
| const struct packet_edit_object_created * | packet | ||
| ) |
Definition at line 102115 of file packets_gen.c.
Referenced by dsend_packet_edit_object_created().
| int send_packet_edit_player | ( | struct connection * | pc, |
| const struct packet_edit_player * | packet | ||
| ) |
Definition at line 100928 of file packets_gen.c.
Referenced by lsend_packet_edit_player(), and property_page_send_packet().
| int send_packet_edit_player_create | ( | struct connection * | pc, |
| const struct packet_edit_player_create * | packet | ||
| ) |
Definition at line 99124 of file packets_gen.c.
Referenced by dsend_packet_edit_player_create().
| int send_packet_edit_player_remove | ( | struct connection * | pc, |
| const struct packet_edit_player_remove * | packet | ||
| ) |
Definition at line 99318 of file packets_gen.c.
Referenced by dsend_packet_edit_player_remove().
| int send_packet_edit_player_vision | ( | struct connection * | pc, |
| const struct packet_edit_player_vision * | packet | ||
| ) |
Definition at line 101250 of file packets_gen.c.
Referenced by dsend_packet_edit_player_vision().
| int send_packet_edit_recalculate_borders | ( | struct connection * | pc | ) |
Definition at line 92567 of file packets_gen.c.
Referenced by key_editor_recalculate_borders().
| int send_packet_edit_scenario_desc | ( | struct connection * | pc, |
| const struct packet_edit_scenario_desc * | packet | ||
| ) |
Definition at line 101879 of file packets_gen.c.
Referenced by property_page_send_packet().
| int send_packet_edit_startpos | ( | struct connection * | pc, |
| const struct packet_edit_startpos * | packet | ||
| ) |
Definition at line 93771 of file packets_gen.c.
Referenced by dsend_packet_edit_startpos(), edithand_send_initial_packets(), and handle_edit_startpos().
| int send_packet_edit_startpos_full | ( | struct connection * | pc, |
| const struct packet_edit_startpos_full * | packet | ||
| ) |
Definition at line 93899 of file packets_gen.c.
Referenced by edithand_send_initial_packets(), handle_edit_startpos_full(), and property_page_send_packet().
| int send_packet_edit_tile | ( | struct connection * | pc, |
| const struct packet_edit_tile * | packet | ||
| ) |
Definition at line 94409 of file packets_gen.c.
Referenced by paste_tile(), and property_page_send_packet().
| int send_packet_edit_tile_extra | ( | struct connection * | pc, |
| const struct packet_edit_tile_extra * | packet | ||
| ) |
Definition at line 93641 of file packets_gen.c.
Referenced by dsend_packet_edit_tile_extra().
| int send_packet_edit_tile_terrain | ( | struct connection * | pc, |
| const struct packet_edit_tile_terrain * | packet | ||
| ) |
Definition at line 93275 of file packets_gen.c.
Referenced by dsend_packet_edit_tile_terrain().
| int send_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
| const struct packet_edit_toggle_fogofwar * | packet | ||
| ) |
Definition at line 92794 of file packets_gen.c.
Referenced by dsend_packet_edit_toggle_fogofwar().
| int send_packet_edit_unit | ( | struct connection * | pc, |
| const struct packet_edit_unit * | packet | ||
| ) |
Definition at line 96280 of file packets_gen.c.
Referenced by property_page_send_packet().
| int send_packet_edit_unit_create | ( | struct connection * | pc, |
| const struct packet_edit_unit_create * | packet | ||
| ) |
Definition at line 94808 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_create().
| int send_packet_edit_unit_remove | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove * | packet | ||
| ) |
Definition at line 95169 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_remove().
| int send_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove_by_id * | packet | ||
| ) |
Definition at line 95366 of file packets_gen.c.
Referenced by dsend_packet_edit_unit_remove_by_id().
| int send_packet_end_phase | ( | struct connection * | pc | ) |
Definition at line 45070 of file packets_gen.c.
Referenced by end_turn(), and lsend_packet_end_phase().
| int send_packet_end_turn | ( | struct connection * | pc | ) |
Definition at line 45672 of file packets_gen.c.
Referenced by lsend_packet_end_turn().
| int send_packet_endgame_player | ( | struct connection * | pc, |
| const struct packet_endgame_player * | packet | ||
| ) |
Definition at line 2915 of file packets_gen.c.
Referenced by lsend_packet_endgame_player().
| int send_packet_endgame_report | ( | struct connection * | pc, |
| const struct packet_endgame_report * | packet | ||
| ) |
Definition at line 2704 of file packets_gen.c.
Referenced by lsend_packet_endgame_report().
| int send_packet_freeze_client | ( | struct connection * | pc | ) |
Definition at line 45721 of file packets_gen.c.
Referenced by lsend_packet_freeze_client().
| int send_packet_game_info | ( | struct connection * | pc, |
| const struct packet_game_info * | packet | ||
| ) |
Definition at line 10929 of file packets_gen.c.
Referenced by send_game_info().
| int send_packet_game_load | ( | struct connection * | pc, |
| const struct packet_game_load * | packet | ||
| ) |
Definition at line 85130 of file packets_gen.c.
Referenced by dsend_packet_game_load(), and lsend_packet_game_load().
| int send_packet_investigate_finished | ( | struct connection * | pc, |
| const struct packet_investigate_finished * | packet | ||
| ) |
Definition at line 1066 of file packets_gen.c.
Referenced by dsend_packet_investigate_finished(), and lsend_packet_investigate_finished().
| int send_packet_investigate_started | ( | struct connection * | pc, |
| const struct packet_investigate_started * | packet | ||
| ) |
Definition at line 856 of file packets_gen.c.
Referenced by dsend_packet_investigate_started(), and lsend_packet_investigate_started().
| int send_packet_map_info | ( | struct connection * | pc, |
| const struct packet_map_info * | packet | ||
| ) |
Definition at line 12116 of file packets_gen.c.
Referenced by lsend_packet_map_info().
| int send_packet_nation_availability | ( | struct connection * | pc, |
| const struct packet_nation_availability * | packet | ||
| ) |
Definition at line 62412 of file packets_gen.c.
Referenced by lsend_packet_nation_availability().
| int send_packet_nation_select_req | ( | struct connection * | pc, |
| const struct packet_nation_select_req * | packet | ||
| ) |
Definition at line 2302 of file packets_gen.c.
Referenced by dsend_packet_nation_select_req().
| int send_packet_new_year | ( | struct connection * | pc, |
| const struct packet_new_year * | packet | ||
| ) |
Definition at line 45574 of file packets_gen.c.
Referenced by lsend_packet_new_year().
| int send_packet_nuke_tile_info | ( | struct connection * | pc, |
| const struct packet_nuke_tile_info * | packet | ||
| ) |
Definition at line 12308 of file packets_gen.c.
Referenced by dsend_packet_nuke_tile_info(), and lsend_packet_nuke_tile_info().
| int send_packet_page_msg | ( | struct connection * | pc, |
| const struct packet_page_msg * | packet | ||
| ) |
Definition at line 43138 of file packets_gen.c.
Referenced by lsend_packet_page_msg().
| int send_packet_page_msg_part | ( | struct connection * | pc, |
| const struct packet_page_msg_part * | packet | ||
| ) |
Definition at line 43330 of file packets_gen.c.
Referenced by lsend_packet_page_msg_part().
| int send_packet_play_music | ( | struct connection * | pc, |
| const struct packet_play_music * | packet | ||
| ) |
Definition at line 102310 of file packets_gen.c.
Referenced by lsend_packet_play_music().
| int send_packet_player_attribute_block | ( | struct connection * | pc | ) |
Definition at line 29714 of file packets_gen.c.
Referenced by send_attribute_block_request().
| int send_packet_player_attribute_chunk | ( | struct connection * | pc, |
| const struct packet_player_attribute_chunk * | packet | ||
| ) |
Definition at line 30052 of file packets_gen.c.
Referenced by send_attribute_block().
| int send_packet_player_change_government | ( | struct connection * | pc, |
| const struct packet_player_change_government * | packet | ||
| ) |
Definition at line 29417 of file packets_gen.c.
Referenced by dsend_packet_player_change_government().
| int send_packet_player_diplstate | ( | struct connection * | pc, |
| const struct packet_player_diplstate * | packet | ||
| ) |
Definition at line 30542 of file packets_gen.c.
Referenced by send_player_diplstate_c_real().
| int send_packet_player_info | ( | struct connection * | pc, |
| const struct packet_player_info * | packet | ||
| ) |
Definition at line 28730 of file packets_gen.c.
Referenced by send_player_info_c_real().
| int send_packet_player_multiplier | ( | struct connection * | pc, |
| const struct packet_player_multiplier * | packet | ||
| ) |
Definition at line 30886 of file packets_gen.c.
Referenced by multipliers_command_callback(), and multiplier_rates_dialog::slot_ok_button_pressed().
| int send_packet_player_phase_done | ( | struct connection * | pc, |
| const struct packet_player_phase_done * | packet | ||
| ) |
Definition at line 28915 of file packets_gen.c.
Referenced by dsend_packet_player_phase_done().
| int send_packet_player_place_infra | ( | struct connection * | pc, |
| const struct packet_player_place_infra * | packet | ||
| ) |
Definition at line 29662 of file packets_gen.c.
Referenced by dsend_packet_player_place_infra().
| int send_packet_player_rates | ( | struct connection * | pc, |
| const struct packet_player_rates * | packet | ||
| ) |
Definition at line 29211 of file packets_gen.c.
Referenced by dsend_packet_player_rates().
| int send_packet_player_ready | ( | struct connection * | pc, |
| const struct packet_player_ready * | packet | ||
| ) |
Definition at line 2528 of file packets_gen.c.
Referenced by dsend_packet_player_ready().
| int send_packet_player_remove | ( | struct connection * | pc, |
| const struct packet_player_remove * | packet | ||
| ) |
Definition at line 25604 of file packets_gen.c.
Referenced by dsend_packet_player_remove().
| int send_packet_player_research | ( | struct connection * | pc, |
| const struct packet_player_research * | packet | ||
| ) |
Definition at line 31878 of file packets_gen.c.
Referenced by dsend_packet_player_research().
| int send_packet_player_tech_goal | ( | struct connection * | pc, |
| const struct packet_player_tech_goal * | packet | ||
| ) |
Definition at line 32072 of file packets_gen.c.
Referenced by dsend_packet_player_tech_goal().
| int send_packet_popup_image | ( | struct connection * | pc, |
| const struct packet_popup_image * | packet | ||
| ) |
Definition at line 102502 of file packets_gen.c.
Referenced by lsend_packet_popup_image().
| int send_packet_processing_finished | ( | struct connection * | pc | ) |
Definition at line 671 of file packets_gen.c.
Referenced by finish_processing_request().
| int send_packet_processing_started | ( | struct connection * | pc | ) |
Definition at line 629 of file packets_gen.c.
Referenced by start_processing_request().
| int send_packet_report_req | ( | struct connection * | pc, |
| const struct packet_report_req * | packet | ||
| ) |
Definition at line 43532 of file packets_gen.c.
Referenced by dsend_packet_report_req().
| int send_packet_research_info | ( | struct connection * | pc, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 31483 of file packets_gen.c.
Referenced by lsend_packet_research_info(), and send_research_info().
| int send_packet_ruleset_achievement | ( | struct connection * | pc, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 76151 of file packets_gen.c.
Referenced by lsend_packet_ruleset_achievement().
| int send_packet_ruleset_action | ( | struct connection * | pc, |
| const struct packet_ruleset_action * | packet | ||
| ) |
Definition at line 77273 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action().
| int send_packet_ruleset_action_auto | ( | struct connection * | pc, |
| const struct packet_ruleset_action_auto * | packet | ||
| ) |
Definition at line 78501 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action_auto().
| int send_packet_ruleset_action_enabler | ( | struct connection * | pc, |
| const struct packet_ruleset_action_enabler * | packet | ||
| ) |
Definition at line 77817 of file packets_gen.c.
Referenced by lsend_packet_ruleset_action_enabler().
| int send_packet_ruleset_base | ( | struct connection * | pc, |
| const struct packet_ruleset_base * | packet | ||
| ) |
Definition at line 72849 of file packets_gen.c.
Referenced by lsend_packet_ruleset_base().
| int send_packet_ruleset_building | ( | struct connection * | pc, |
| const struct packet_ruleset_building * | packet | ||
| ) |
Definition at line 64821 of file packets_gen.c.
Referenced by lsend_packet_ruleset_building().
| int send_packet_ruleset_choices | ( | struct connection * | pc, |
| const struct packet_ruleset_choices * | packet | ||
| ) |
Definition at line 84732 of file packets_gen.c.
Referenced by send_ruleset_choices().
| int send_packet_ruleset_city | ( | struct connection * | pc, |
| const struct packet_ruleset_city * | packet | ||
| ) |
Definition at line 63348 of file packets_gen.c.
Referenced by lsend_packet_ruleset_city().
| int send_packet_ruleset_clause | ( | struct connection * | pc, |
| const struct packet_ruleset_clause * | packet | ||
| ) |
Definition at line 81496 of file packets_gen.c.
Referenced by lsend_packet_ruleset_clause().
| int send_packet_ruleset_control | ( | struct connection * | pc, |
| const struct packet_ruleset_control * | packet | ||
| ) |
Definition at line 83642 of file packets_gen.c.
Referenced by lsend_packet_ruleset_control().
| int send_packet_ruleset_counter | ( | struct connection * | pc, |
| const struct packet_ruleset_counter * | packet | ||
| ) |
Definition at line 79200 of file packets_gen.c.
Referenced by lsend_packet_ruleset_counter().
| int send_packet_ruleset_description_part | ( | struct connection * | pc, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 84026 of file packets_gen.c.
Referenced by lsend_packet_ruleset_description_part().
| int send_packet_ruleset_disaster | ( | struct connection * | pc, |
| const struct packet_ruleset_disaster * | packet | ||
| ) |
Definition at line 75717 of file packets_gen.c.
Referenced by lsend_packet_ruleset_disaster().
| int send_packet_ruleset_effect | ( | struct connection * | pc, |
| const struct packet_ruleset_effect * | packet | ||
| ) |
Definition at line 89732 of file packets_gen.c.
Referenced by lsend_packet_ruleset_effect().
| int send_packet_ruleset_extra | ( | struct connection * | pc, |
| const struct packet_ruleset_extra * | packet | ||
| ) |
Definition at line 72098 of file packets_gen.c.
Referenced by lsend_packet_ruleset_extra().
| int send_packet_ruleset_extra_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_extra_flag * | packet | ||
| ) |
Definition at line 72392 of file packets_gen.c.
Referenced by lsend_packet_ruleset_extra_flag().
| int send_packet_ruleset_game | ( | struct connection * | pc, |
| const struct packet_ruleset_game * | packet | ||
| ) |
Definition at line 53591 of file packets_gen.c.
Referenced by lsend_packet_ruleset_game().
| int send_packet_ruleset_goods | ( | struct connection * | pc, |
| const struct packet_ruleset_goods * | packet | ||
| ) |
Definition at line 75130 of file packets_gen.c.
Referenced by lsend_packet_ruleset_goods().
| int send_packet_ruleset_gov_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_gov_flag * | packet | ||
| ) |
Definition at line 57864 of file packets_gen.c.
Referenced by lsend_packet_ruleset_gov_flag().
| int send_packet_ruleset_government | ( | struct connection * | pc, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 57570 of file packets_gen.c.
Referenced by lsend_packet_ruleset_government().
| int send_packet_ruleset_government_ruler_title | ( | struct connection * | pc, |
| const struct packet_ruleset_government_ruler_title * | packet | ||
| ) |
Definition at line 54812 of file packets_gen.c.
Referenced by lsend_packet_ruleset_government_ruler_title().
| int send_packet_ruleset_impr_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_impr_flag * | packet | ||
| ) |
Definition at line 65115 of file packets_gen.c.
Referenced by lsend_packet_ruleset_impr_flag().
| int send_packet_ruleset_multiplier | ( | struct connection * | pc, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 80753 of file packets_gen.c.
Referenced by lsend_packet_ruleset_multiplier().
| int send_packet_ruleset_music | ( | struct connection * | pc, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 79677 of file packets_gen.c.
Referenced by lsend_packet_ruleset_music().
| int send_packet_ruleset_nation | ( | struct connection * | pc, |
| const struct packet_ruleset_nation * | packet | ||
| ) |
Definition at line 62033 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation().
| int send_packet_ruleset_nation_groups | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_groups * | packet | ||
| ) |
Definition at line 59850 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation_groups().
| int send_packet_ruleset_nation_sets | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_sets * | packet | ||
| ) |
Definition at line 59340 of file packets_gen.c.
Referenced by lsend_packet_ruleset_nation_sets().
| int send_packet_ruleset_resource | ( | struct connection * | pc, |
| const struct packet_ruleset_resource * | packet | ||
| ) |
Definition at line 90077 of file packets_gen.c.
Referenced by lsend_packet_ruleset_resource().
| int send_packet_ruleset_road | ( | struct connection * | pc, |
| const struct packet_ruleset_road * | packet | ||
| ) |
Definition at line 74119 of file packets_gen.c.
Referenced by lsend_packet_ruleset_road().
| int send_packet_ruleset_select | ( | struct connection * | pc, |
| const struct packet_ruleset_select * | packet | ||
| ) |
Definition at line 84917 of file packets_gen.c.
Referenced by set_ruleset().
| int send_packet_ruleset_specialist | ( | struct connection * | pc, |
| const struct packet_ruleset_specialist * | packet | ||
| ) |
Definition at line 54447 of file packets_gen.c.
Referenced by lsend_packet_ruleset_specialist().
| int send_packet_ruleset_style | ( | struct connection * | pc, |
| const struct packet_ruleset_style * | packet | ||
| ) |
Definition at line 62706 of file packets_gen.c.
Referenced by lsend_packet_ruleset_style().
| int send_packet_ruleset_summary | ( | struct connection * | pc, |
| const struct packet_ruleset_summary * | packet | ||
| ) |
Definition at line 83834 of file packets_gen.c.
Referenced by lsend_packet_ruleset_summary().
| int send_packet_ruleset_tech | ( | struct connection * | pc, |
| const struct packet_ruleset_tech * | packet | ||
| ) |
Definition at line 55910 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech().
| int send_packet_ruleset_tech_class | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_class * | packet | ||
| ) |
Definition at line 56255 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech_class().
| int send_packet_ruleset_tech_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_flag * | packet | ||
| ) |
Definition at line 56549 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tech_flag().
| int send_packet_ruleset_terrain | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain * | packet | ||
| ) |
Definition at line 68329 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain().
| int send_packet_ruleset_terrain_control | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_control * | packet | ||
| ) |
Definition at line 58622 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain_control().
| int send_packet_ruleset_terrain_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_flag * | packet | ||
| ) |
Definition at line 68623 of file packets_gen.c.
Referenced by lsend_packet_ruleset_terrain_flag().
| int send_packet_ruleset_tiledef | ( | struct connection * | pc, |
| const struct packet_ruleset_tiledef * | packet | ||
| ) |
Definition at line 81841 of file packets_gen.c.
Referenced by lsend_packet_ruleset_tiledef().
| int send_packet_ruleset_trade | ( | struct connection * | pc, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 76516 of file packets_gen.c.
Referenced by lsend_packet_ruleset_trade().
| int send_packet_ruleset_unit | ( | struct connection * | pc, |
| const struct packet_ruleset_unit * | packet | ||
| ) |
Definition at line 50979 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit().
| int send_packet_ruleset_unit_bonus | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_bonus * | packet | ||
| ) |
Definition at line 51382 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_bonus().
| int send_packet_ruleset_unit_class | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class * | packet | ||
| ) |
Definition at line 69357 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_class().
| int send_packet_ruleset_unit_class_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class_flag * | packet | ||
| ) |
Definition at line 51970 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_class_flag().
| int send_packet_ruleset_unit_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_flag * | packet | ||
| ) |
Definition at line 51676 of file packets_gen.c.
Referenced by lsend_packet_ruleset_unit_flag().
| int send_packet_rulesets_ready | ( | struct connection * | pc | ) |
Definition at line 58671 of file packets_gen.c.
Referenced by lsend_packet_rulesets_ready().
| int send_packet_save_scenario | ( | struct connection * | pc, |
| const struct packet_save_scenario * | packet | ||
| ) |
Definition at line 91072 of file packets_gen.c.
Referenced by dsend_packet_save_scenario().
| int send_packet_scenario_description | ( | struct connection * | pc, |
| const struct packet_scenario_description * | packet | ||
| ) |
Definition at line 90887 of file packets_gen.c.
Referenced by send_scenario_description().
| int send_packet_scenario_info | ( | struct connection * | pc, |
| const struct packet_scenario_info * | packet | ||
| ) |
Definition at line 90702 of file packets_gen.c.
Referenced by send_scenario_info().
| int send_packet_server_info | ( | struct connection * | pc, |
| const struct packet_server_info * | packet | ||
| ) |
Definition at line 14504 of file packets_gen.c.
Referenced by dsend_packet_server_info(), and handle_login_request().
| int send_packet_server_join_reply | ( | struct connection * | pc, |
| const struct packet_server_join_reply * | packet | ||
| ) |
Definition at line 1436 of file packets_gen.c.
Referenced by establish_new_connection(), and reject_new_connection().
| int send_packet_server_join_req | ( | struct connection * | pc, |
| const struct packet_server_join_req * | packet | ||
| ) |
Definition at line 1265 of file packets_gen.c.
Referenced by dsend_packet_server_join_req(), and make_connection().
| int send_packet_server_setting_bitwise | ( | struct connection * | pc, |
| const struct packet_server_setting_bitwise * | packet | ||
| ) |
Definition at line 88974 of file packets_gen.c.
Referenced by send_server_setting().
| int send_packet_server_setting_bool | ( | struct connection * | pc, |
| const struct packet_server_setting_bool * | packet | ||
| ) |
Definition at line 86354 of file packets_gen.c.
Referenced by send_server_setting().
| int send_packet_server_setting_const | ( | struct connection * | pc, |
| const struct packet_server_setting_const * | packet | ||
| ) |
Definition at line 85951 of file packets_gen.c.
Referenced by send_server_setting_control().
| int send_packet_server_setting_control | ( | struct connection * | pc, |
| const struct packet_server_setting_control * | packet | ||
| ) |
Definition at line 85562 of file packets_gen.c.
Referenced by send_server_setting_control().
| int send_packet_server_setting_enum | ( | struct connection * | pc, |
| const struct packet_server_setting_enum * | packet | ||
| ) |
Definition at line 88159 of file packets_gen.c.
Referenced by send_server_setting().
| int send_packet_server_setting_int | ( | struct connection * | pc, |
| const struct packet_server_setting_int * | packet | ||
| ) |
Definition at line 86901 of file packets_gen.c.
Referenced by send_server_setting().
| int send_packet_server_setting_str | ( | struct connection * | pc, |
| const struct packet_server_setting_str * | packet | ||
| ) |
Definition at line 87344 of file packets_gen.c.
Referenced by send_server_setting().
| int send_packet_server_shutdown | ( | struct connection * | pc | ) |
Definition at line 1919 of file packets_gen.c.
Referenced by lsend_packet_server_shutdown().
| int send_packet_set_topology | ( | struct connection * | pc, |
| const struct packet_set_topology * | packet | ||
| ) |
Definition at line 89210 of file packets_gen.c.
Referenced by establish_new_connection(), topology_action(), and wrap_action().
| int send_packet_single_want_hack_reply | ( | struct connection * | pc, |
| const struct packet_single_want_hack_reply * | packet | ||
| ) |
Definition at line 84379 of file packets_gen.c.
Referenced by dsend_packet_single_want_hack_reply().
| int send_packet_single_want_hack_req | ( | struct connection * | pc, |
| const struct packet_single_want_hack_req * | packet | ||
| ) |
Definition at line 84218 of file packets_gen.c.
Referenced by send_client_wants_hack().
| int send_packet_spaceship_info | ( | struct connection * | pc, |
| const struct packet_spaceship_info * | packet | ||
| ) |
Definition at line 47140 of file packets_gen.c.
Referenced by lsend_packet_spaceship_info().
| int send_packet_spaceship_launch | ( | struct connection * | pc | ) |
Definition at line 45819 of file packets_gen.c.
Referenced by ss_report::launch(), launch_spaceship_callback(), and spaceship_response().
| int send_packet_spaceship_place | ( | struct connection * | pc, |
| const struct packet_spaceship_place * | packet | ||
| ) |
Definition at line 46065 of file packets_gen.c.
Referenced by dsend_packet_spaceship_place().
| int send_packet_start_phase | ( | struct connection * | pc, |
| const struct packet_start_phase * | packet | ||
| ) |
Definition at line 45262 of file packets_gen.c.
Referenced by dsend_packet_start_phase(), and lsend_packet_start_phase().
| int send_packet_sync_serial | ( | struct connection * | pc, |
| const struct packet_sync_serial * | packet | ||
| ) |
Definition at line 102694 of file packets_gen.c.
Referenced by dsend_packet_sync_serial().
| int send_packet_sync_serial_reply | ( | struct connection * | pc, |
| const struct packet_sync_serial_reply * | packet | ||
| ) |
Definition at line 102888 of file packets_gen.c.
Referenced by dsend_packet_sync_serial_reply().
| int send_packet_team_name_info | ( | struct connection * | pc, |
| const struct packet_team_name_info * | packet | ||
| ) |
Definition at line 12558 of file packets_gen.c.
Referenced by lsend_packet_team_name_info().
| int send_packet_thaw_client | ( | struct connection * | pc | ) |
Definition at line 45770 of file packets_gen.c.
Referenced by lsend_packet_thaw_client().
| int send_packet_tile_info | ( | struct connection * | pc, |
| const struct packet_tile_info * | packet | ||
| ) |
Definition at line 3819 of file packets_gen.c.
Referenced by lsend_packet_tile_info(), and send_tile_info().
| int send_packet_timeout_info | ( | struct connection * | pc, |
| const struct packet_timeout_info * | packet | ||
| ) |
Definition at line 11648 of file packets_gen.c.
Referenced by send_game_info().
| int send_packet_trade_route_info | ( | struct connection * | pc, |
| const struct packet_trade_route_info * | packet | ||
| ) |
Definition at line 21115 of file packets_gen.c.
Referenced by lsend_packet_trade_route_info(), and send_city_info_at_tile().
| int send_packet_unit_action_answer | ( | struct connection * | pc, |
| const struct packet_unit_action_answer * | packet | ||
| ) |
Definition at line 38290 of file packets_gen.c.
Referenced by dsend_packet_unit_action_answer().
| int send_packet_unit_action_query | ( | struct connection * | pc, |
| const struct packet_unit_action_query * | packet | ||
| ) |
Definition at line 37263 of file packets_gen.c.
Referenced by dsend_packet_unit_action_query().
| int send_packet_unit_actions | ( | struct connection * | pc, |
| const struct packet_unit_actions * | packet | ||
| ) |
Definition at line 39298 of file packets_gen.c.
Referenced by dsend_packet_unit_actions().
| int send_packet_unit_change_activity | ( | struct connection * | pc, |
| const struct packet_unit_change_activity * | packet | ||
| ) |
Definition at line 39616 of file packets_gen.c.
Referenced by dsend_packet_unit_change_activity().
| int send_packet_unit_combat_info | ( | struct connection * | pc, |
| const struct packet_unit_combat_info * | packet | ||
| ) |
Definition at line 35791 of file packets_gen.c.
Referenced by lsend_packet_unit_combat_info(), and send_combat().
| int send_packet_unit_do_action | ( | struct connection * | pc, |
| const struct packet_unit_do_action * | packet | ||
| ) |
Definition at line 37878 of file packets_gen.c.
Referenced by dsend_packet_unit_do_action().
| int send_packet_unit_get_actions | ( | struct connection * | pc, |
| const struct packet_unit_get_actions * | packet | ||
| ) |
Definition at line 38692 of file packets_gen.c.
Referenced by dsend_packet_unit_get_actions().
| int send_packet_unit_info | ( | struct connection * | pc, |
| const struct packet_unit_info * | packet | ||
| ) |
Definition at line 34536 of file packets_gen.c.
Referenced by lsend_packet_unit_info(), see_combat(), send_unit_info(), and unit_move().
| int send_packet_unit_orders | ( | struct connection * | pc, |
| const struct packet_unit_orders * | packet | ||
| ) |
Definition at line 36659 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().
| int send_packet_unit_remove | ( | struct connection * | pc, |
| const struct packet_unit_remove * | packet | ||
| ) |
Definition at line 32286 of file packets_gen.c.
Referenced by dsend_packet_unit_remove(), lsend_packet_unit_remove(), and server_remove_unit_full().
| int send_packet_unit_server_side_agent_set | ( | struct connection * | pc, |
| const struct packet_unit_server_side_agent_set * | packet | ||
| ) |
Definition at line 36905 of file packets_gen.c.
Referenced by dsend_packet_unit_server_side_agent_set().
| int send_packet_unit_short_info | ( | struct connection * | pc, |
| const struct packet_unit_short_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 35390 of file packets_gen.c.
Referenced by lsend_packet_unit_short_info(), see_combat(), send_unit_info(), and unit_move().
| int send_packet_unit_sscs_set | ( | struct connection * | pc, |
| const struct packet_unit_sscs_set * | packet | ||
| ) |
Definition at line 36095 of file packets_gen.c.
Referenced by dsend_packet_unit_sscs_set().
| int send_packet_unit_type_upgrade | ( | struct connection * | pc, |
| const struct packet_unit_type_upgrade * | packet | ||
| ) |
Definition at line 37470 of file packets_gen.c.
Referenced by dsend_packet_unit_type_upgrade().
| int send_packet_unknown_research | ( | struct connection * | pc, |
| const struct packet_unknown_research * | packet | ||
| ) |
Definition at line 31693 of file packets_gen.c.
Referenced by send_research_info().
| int send_packet_vote_new | ( | struct connection * | pc, |
| const struct packet_vote_new * | packet | ||
| ) |
Definition at line 91470 of file packets_gen.c.
Referenced by lsend_vote_new().
| int send_packet_vote_remove | ( | struct connection * | pc, |
| const struct packet_vote_remove * | packet | ||
| ) |
Definition at line 92044 of file packets_gen.c.
Referenced by lsend_vote_remove().
| int send_packet_vote_resolve | ( | struct connection * | pc, |
| const struct packet_vote_resolve * | packet | ||
| ) |
Definition at line 92257 of file packets_gen.c.
Referenced by lsend_vote_resolve().
| int send_packet_vote_submit | ( | struct connection * | pc, |
| const struct packet_vote_submit * | packet | ||
| ) |
Definition at line 92355 of file packets_gen.c.
Referenced by voteinfo_do_vote().
| int send_packet_vote_update | ( | struct connection * | pc, |
| const struct packet_vote_update * | packet | ||
| ) |
Definition at line 91859 of file packets_gen.c.
Referenced by lsend_vote_update().
| 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 104407 of file packets_gen.c.
Referenced by lsend_packet_web_city_info_addition().
| int send_packet_web_cma_clear | ( | struct connection * | pc, |
| const struct packet_web_cma_clear * | packet | ||
| ) |
Definition at line 104824 of file packets_gen.c.
| int send_packet_web_cma_set | ( | struct connection * | pc, |
| const struct packet_web_cma_set * | packet | ||
| ) |
Definition at line 104639 of file packets_gen.c.
| int send_packet_web_player_info_addition | ( | struct connection * | pc, |
| const struct packet_web_player_info_addition * | packet | ||
| ) |
Definition at line 105057 of file packets_gen.c.
| int send_packet_web_ruleset_unit_addition | ( | struct connection * | pc, |
| const struct packet_web_ruleset_unit_addition * | packet | ||
| ) |
Definition at line 105287 of file packets_gen.c.
Referenced by lsend_packet_web_ruleset_unit_addition().
| int send_packet_worker_task | ( | struct connection * | pc, |
| const struct packet_worker_task * | packet | ||
| ) |
Definition at line 25402 of file packets_gen.c.
Referenced by city_map::context_menu(), lsend_packet_worker_task(), and set_city_workertask().