|
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 1927 of file packets_gen.h.
Definition at line 44 of file packets_gen.c.
Definition at line 45 of file packets_gen.c.
| void dlsend_packet_city_name_suggestion_info | ( | struct conn_list * | dest, |
| int | unit_id, | ||
| const char * | name | ||
| ) |
Definition at line 24122 of file packets_gen.c.
Definition at line 14779 of file packets_gen.c.
| void dlsend_packet_diplomacy_accept_treaty | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| bool | I_accepted, | ||
| bool | other_accepted | ||
| ) |
Definition at line 42483 of file packets_gen.c.
| void dlsend_packet_diplomacy_cancel_meeting | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 40542 of file packets_gen.c.
| void dlsend_packet_diplomacy_create_clause | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 41279 of file packets_gen.c.
| void dlsend_packet_diplomacy_init_meeting | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 40085 of file packets_gen.c.
| void dlsend_packet_diplomacy_remove_clause | ( | struct conn_list * | dest, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 42018 of file packets_gen.c.
Definition at line 92991 of file packets_gen.c.
| void dlsend_packet_game_load | ( | struct conn_list * | dest, |
| bool | load_successful, | ||
| const char * | load_filename | ||
| ) |
Definition at line 85158 of file packets_gen.c.
Definition at line 1093 of file packets_gen.c.
Definition at line 883 of file packets_gen.c.
Definition at line 12335 of file packets_gen.c.
Definition at line 45289 of file packets_gen.c.
Definition at line 32313 of file packets_gen.c.
| int dsend_packet_authentication_req | ( | struct connection * | pc, |
| enum authentication_type | type, | ||
| const char * | message | ||
| ) |
Definition at line 1693 of file packets_gen.c.
| int dsend_packet_chat_msg_req | ( | struct connection * | pc, |
| const char * | message | ||
| ) |
Definition at line 13923 of file packets_gen.c.
| int dsend_packet_city_buy | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 21564 of file packets_gen.c.
| int dsend_packet_city_change | ( | struct connection * | pc, |
| int | city_id, | ||
| int | production_kind, | ||
| int | production_value | ||
| ) |
Definition at line 21860 of file packets_gen.c.
| int dsend_packet_city_change_specialist | ( | struct connection * | pc, |
| int | city_id, | ||
| Specialist_type_id | from, | ||
| Specialist_type_id | to | ||
| ) |
Definition at line 22916 of file packets_gen.c.
| int dsend_packet_city_make_specialist | ( | struct connection * | pc, |
| int | city_id, | ||
| int | tile_id | ||
| ) |
Definition at line 22353 of file packets_gen.c.
| int dsend_packet_city_make_worker | ( | struct connection * | pc, |
| int | city_id, | ||
| int | tile_id | ||
| ) |
Definition at line 22599 of file packets_gen.c.
| int dsend_packet_city_name_suggestion_info | ( | struct connection * | pc, |
| int | unit_id, | ||
| const char * | name | ||
| ) |
Definition at line 24112 of file packets_gen.c.
| int dsend_packet_city_name_suggestion_req | ( | struct connection * | pc, |
| int | unit_id | ||
| ) |
Definition at line 23860 of file packets_gen.c.
| 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 23470 of file packets_gen.c.
| int dsend_packet_city_refresh | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 23666 of file packets_gen.c.
| int dsend_packet_city_remove | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 14770 of file packets_gen.c.
Definition at line 23163 of file packets_gen.c.
| int dsend_packet_city_sell | ( | struct connection * | pc, |
| int | city_id, | ||
| int | build_id | ||
| ) |
Definition at line 21369 of file packets_gen.c.
| int dsend_packet_city_worklist | ( | struct connection * | pc, |
| int | city_id, | ||
| const struct worklist * | worklist | ||
| ) |
Definition at line 22107 of file packets_gen.c.
| int dsend_packet_connect_msg | ( | struct connection * | pc, |
| const char * | message | ||
| ) |
Definition at line 14117 of file packets_gen.c.
| int dsend_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
| int | counterpart, | ||
| bool | I_accepted, | ||
| bool | other_accepted | ||
| ) |
Definition at line 42472 of file packets_gen.c.
| int dsend_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 42215 of file packets_gen.c.
| int dsend_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 40532 of file packets_gen.c.
| int dsend_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 40280 of file packets_gen.c.
| int dsend_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
| int | other_player_id, | ||
| enum clause_type | clause | ||
| ) |
Definition at line 42740 of file packets_gen.c.
| int dsend_packet_diplomacy_create_clause | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 41267 of file packets_gen.c.
| int dsend_packet_diplomacy_create_clause_req | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 40900 of file packets_gen.c.
| int dsend_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | initiated_from | ||
| ) |
Definition at line 40075 of file packets_gen.c.
| int dsend_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
| int | counterpart | ||
| ) |
Definition at line 39823 of file packets_gen.c.
| int dsend_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
| int | counterpart, | ||
| int | giver, | ||
| enum clause_type | type, | ||
| int | value | ||
| ) |
Definition at line 42006 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 41639 of file packets_gen.c.
| int dsend_packet_edit_city_create | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| int | size, | ||
| int | tag | ||
| ) |
Definition at line 96629 of file packets_gen.c.
| int dsend_packet_edit_city_remove | ( | struct connection * | pc, |
| int | id | ||
| ) |
Definition at line 96826 of file packets_gen.c.
| int dsend_packet_edit_fogofwar_state | ( | struct connection * | pc, |
| bool | enabled | ||
| ) |
Definition at line 92982 of file packets_gen.c.
| int dsend_packet_edit_mode | ( | struct connection * | pc, |
| bool | state | ||
| ) |
Definition at line 92527 of file packets_gen.c.
| int dsend_packet_edit_object_created | ( | struct connection * | pc, |
| int | tag, | ||
| int | id | ||
| ) |
Definition at line 102126 of file packets_gen.c.
| int dsend_packet_edit_player_create | ( | struct connection * | pc, |
| int | tag | ||
| ) |
Definition at line 99135 of file packets_gen.c.
| int dsend_packet_edit_player_remove | ( | struct connection * | pc, |
| int | id | ||
| ) |
Definition at line 99329 of file packets_gen.c.
| int dsend_packet_edit_player_vision | ( | struct connection * | pc, |
| int | player, | ||
| int | tile, | ||
| bool | known, | ||
| int | size | ||
| ) |
Definition at line 101261 of file packets_gen.c.
Definition at line 93782 of file packets_gen.c.
| int dsend_packet_edit_tile_extra | ( | struct connection * | pc, |
| int | tile, | ||
| int | extra_type_id, | ||
| bool | removal, | ||
| int | eowner, | ||
| int | size | ||
| ) |
Definition at line 93652 of file packets_gen.c.
| int dsend_packet_edit_tile_terrain | ( | struct connection * | pc, |
| int | tile, | ||
| Terrain_type_id | terrain, | ||
| int | size | ||
| ) |
Definition at line 93286 of file packets_gen.c.
| int dsend_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
| int | player | ||
| ) |
Definition at line 92805 of file packets_gen.c.
| int dsend_packet_edit_unit_create | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| Unit_type_id | type, | ||
| int | count, | ||
| int | tag | ||
| ) |
Definition at line 94819 of file packets_gen.c.
| int dsend_packet_edit_unit_remove | ( | struct connection * | pc, |
| int | owner, | ||
| int | tile, | ||
| Unit_type_id | type, | ||
| int | count | ||
| ) |
Definition at line 95180 of file packets_gen.c.
| int dsend_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| int | id | ||
| ) |
Definition at line 95377 of file packets_gen.c.
| int dsend_packet_game_load | ( | struct connection * | pc, |
| bool | load_successful, | ||
| const char * | load_filename | ||
| ) |
Definition at line 85148 of file packets_gen.c.
| int dsend_packet_investigate_finished | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 1084 of file packets_gen.c.
| int dsend_packet_investigate_started | ( | struct connection * | pc, |
| int | city_id | ||
| ) |
Definition at line 874 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 2313 of file packets_gen.c.
| int dsend_packet_nuke_tile_info | ( | struct connection * | pc, |
| int | tile | ||
| ) |
Definition at line 12326 of file packets_gen.c.
| int dsend_packet_player_change_government | ( | struct connection * | pc, |
| Government_type_id | government | ||
| ) |
Definition at line 29428 of file packets_gen.c.
| int dsend_packet_player_phase_done | ( | struct connection * | pc, |
| int | turn | ||
| ) |
Definition at line 28926 of file packets_gen.c.
| int dsend_packet_player_place_infra | ( | struct connection * | pc, |
| int | tile, | ||
| int | extra | ||
| ) |
Definition at line 29673 of file packets_gen.c.
Definition at line 29222 of file packets_gen.c.
| int dsend_packet_player_ready | ( | struct connection * | pc, |
| int | player_no, | ||
| bool | is_ready | ||
| ) |
Definition at line 2539 of file packets_gen.c.
| int dsend_packet_player_remove | ( | struct connection * | pc, |
| int | playerno | ||
| ) |
Definition at line 25615 of file packets_gen.c.
| int dsend_packet_player_research | ( | struct connection * | pc, |
| int | tech | ||
| ) |
Definition at line 31889 of file packets_gen.c.
| int dsend_packet_player_tech_goal | ( | struct connection * | pc, |
| int | tech | ||
| ) |
Definition at line 32083 of file packets_gen.c.
| int dsend_packet_report_req | ( | struct connection * | pc, |
| enum report_type | type | ||
| ) |
Definition at line 43543 of file packets_gen.c.
| int dsend_packet_save_scenario | ( | struct connection * | pc, |
| const char * | name | ||
| ) |
Definition at line 91083 of file packets_gen.c.
| 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 14515 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 1276 of file packets_gen.c.
| int dsend_packet_single_want_hack_reply | ( | struct connection * | pc, |
| bool | you_have_hack | ||
| ) |
Definition at line 84390 of file packets_gen.c.
| int dsend_packet_spaceship_place | ( | struct connection * | pc, |
| enum spaceship_place_type | type, | ||
| int | num | ||
| ) |
Definition at line 46076 of file packets_gen.c.
| int dsend_packet_start_phase | ( | struct connection * | pc, |
| int | phase | ||
| ) |
Definition at line 45280 of file packets_gen.c.
| int dsend_packet_sync_serial | ( | struct connection * | pc, |
| int | serial | ||
| ) |
Definition at line 102705 of file packets_gen.c.
| int dsend_packet_sync_serial_reply | ( | struct connection * | pc, |
| int | serial | ||
| ) |
Definition at line 102899 of file packets_gen.c.
| 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 38301 of file packets_gen.c.
| 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 37274 of file packets_gen.c.
| 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 39309 of file packets_gen.c.
| int dsend_packet_unit_change_activity | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum unit_activity | activity, | ||
| int | target | ||
| ) |
Definition at line 39627 of file packets_gen.c.
| 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 37889 of file packets_gen.c.
| 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 38703 of file packets_gen.c.
| int dsend_packet_unit_remove | ( | struct connection * | pc, |
| int | unit_id | ||
| ) |
Definition at line 32304 of file packets_gen.c.
| int dsend_packet_unit_server_side_agent_set | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum server_side_agent | agent | ||
| ) |
Definition at line 36916 of file packets_gen.c.
| int dsend_packet_unit_sscs_set | ( | struct connection * | pc, |
| int | unit_id, | ||
| enum unit_ss_data_type | type, | ||
| int | value | ||
| ) |
Definition at line 36106 of file packets_gen.c.
| int dsend_packet_unit_type_upgrade | ( | struct connection * | pc, |
| Unit_type_id | type | ||
| ) |
Definition at line 37481 of file packets_gen.c.
Definition at line 103223 of file packets_gen.c.
| void lsend_packet_achievement_info | ( | struct conn_list * | dest, |
| const struct packet_achievement_info * | packet | ||
| ) |
Definition at line 12817 of file packets_gen.c.
Definition at line 45634 of file packets_gen.c.
Definition at line 13274 of file packets_gen.c.
| void lsend_packet_city_info | ( | struct conn_list * | dest, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 18845 of file packets_gen.c.
| void lsend_packet_city_name_suggestion_info | ( | struct conn_list * | dest, |
| const struct packet_city_name_suggestion_info * | packet | ||
| ) |
Definition at line 24105 of file packets_gen.c.
| void lsend_packet_city_nationalities | ( | struct conn_list * | dest, |
| const struct packet_city_nationalities * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 19405 of file packets_gen.c.
| void lsend_packet_city_rally_point | ( | struct conn_list * | dest, |
| const struct packet_city_rally_point * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 25007 of file packets_gen.c.
Definition at line 14763 of file packets_gen.c.
| void lsend_packet_city_sabotage_list | ( | struct conn_list * | dest, |
| const struct packet_city_sabotage_list * | packet | ||
| ) |
Definition at line 24531 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 20659 of file packets_gen.c.
| void lsend_packet_city_update_counters | ( | struct conn_list * | dest, |
| const struct packet_city_update_counters * | packet | ||
| ) |
Definition at line 19805 of file packets_gen.c.
Definition at line 44099 of file packets_gen.c.
| void lsend_packet_conn_ping_info | ( | struct conn_list * | dest, |
| const struct packet_conn_ping_info * | packet | ||
| ) |
Definition at line 44609 of file packets_gen.c.
| void lsend_packet_diplomacy_accept_treaty | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_accept_treaty * | packet | ||
| ) |
Definition at line 42465 of file packets_gen.c.
| void lsend_packet_diplomacy_cancel_meeting | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_cancel_meeting * | packet | ||
| ) |
Definition at line 40525 of file packets_gen.c.
| void lsend_packet_diplomacy_create_clause | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_create_clause * | packet | ||
| ) |
Definition at line 41260 of file packets_gen.c.
| void lsend_packet_diplomacy_init_meeting | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_init_meeting * | packet | ||
| ) |
Definition at line 40068 of file packets_gen.c.
| void lsend_packet_diplomacy_remove_clause | ( | struct conn_list * | dest, |
| const struct packet_diplomacy_remove_clause * | packet | ||
| ) |
Definition at line 41999 of file packets_gen.c.
| void lsend_packet_early_chat_msg | ( | struct conn_list * | dest, |
| const struct packet_early_chat_msg * | packet | ||
| ) |
Definition at line 13731 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 92975 of file packets_gen.c.
Definition at line 100939 of file packets_gen.c.
Definition at line 45081 of file packets_gen.c.
Definition at line 45683 of file packets_gen.c.
| void lsend_packet_endgame_player | ( | struct conn_list * | dest, |
| const struct packet_endgame_player * | packet | ||
| ) |
Definition at line 2926 of file packets_gen.c.
| void lsend_packet_endgame_report | ( | struct conn_list * | dest, |
| const struct packet_endgame_report * | packet | ||
| ) |
Definition at line 2715 of file packets_gen.c.
Definition at line 45732 of file packets_gen.c.
Definition at line 85141 of file packets_gen.c.
| void lsend_packet_investigate_finished | ( | struct conn_list * | dest, |
| const struct packet_investigate_finished * | packet | ||
| ) |
Definition at line 1077 of file packets_gen.c.
| void lsend_packet_investigate_started | ( | struct conn_list * | dest, |
| const struct packet_investigate_started * | packet | ||
| ) |
Definition at line 867 of file packets_gen.c.
Definition at line 12127 of file packets_gen.c.
| void lsend_packet_nation_availability | ( | struct conn_list * | dest, |
| const struct packet_nation_availability * | packet | ||
| ) |
Definition at line 62423 of file packets_gen.c.
Definition at line 45585 of file packets_gen.c.
| void lsend_packet_nuke_tile_info | ( | struct conn_list * | dest, |
| const struct packet_nuke_tile_info * | packet | ||
| ) |
Definition at line 12319 of file packets_gen.c.
Definition at line 43149 of file packets_gen.c.
| void lsend_packet_page_msg_part | ( | struct conn_list * | dest, |
| const struct packet_page_msg_part * | packet | ||
| ) |
Definition at line 43341 of file packets_gen.c.
Definition at line 102321 of file packets_gen.c.
Definition at line 102513 of file packets_gen.c.
| void lsend_packet_research_info | ( | struct conn_list * | dest, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 31494 of file packets_gen.c.
| void lsend_packet_ruleset_achievement | ( | struct conn_list * | dest, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 76162 of file packets_gen.c.
| void lsend_packet_ruleset_action | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action * | packet | ||
| ) |
Definition at line 77284 of file packets_gen.c.
| void lsend_packet_ruleset_action_auto | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action_auto * | packet | ||
| ) |
Definition at line 78512 of file packets_gen.c.
| void lsend_packet_ruleset_action_enabler | ( | struct conn_list * | dest, |
| const struct packet_ruleset_action_enabler * | packet | ||
| ) |
Definition at line 77828 of file packets_gen.c.
| void lsend_packet_ruleset_base | ( | struct conn_list * | dest, |
| const struct packet_ruleset_base * | packet | ||
| ) |
Definition at line 72860 of file packets_gen.c.
| void lsend_packet_ruleset_building | ( | struct conn_list * | dest, |
| const struct packet_ruleset_building * | packet | ||
| ) |
Definition at line 64832 of file packets_gen.c.
| void lsend_packet_ruleset_city | ( | struct conn_list * | dest, |
| const struct packet_ruleset_city * | packet | ||
| ) |
Definition at line 63359 of file packets_gen.c.
| void lsend_packet_ruleset_clause | ( | struct conn_list * | dest, |
| const struct packet_ruleset_clause * | packet | ||
| ) |
Definition at line 81507 of file packets_gen.c.
| void lsend_packet_ruleset_control | ( | struct conn_list * | dest, |
| const struct packet_ruleset_control * | packet | ||
| ) |
Definition at line 83653 of file packets_gen.c.
| void lsend_packet_ruleset_counter | ( | struct conn_list * | dest, |
| const struct packet_ruleset_counter * | packet | ||
| ) |
Definition at line 79211 of file packets_gen.c.
| void lsend_packet_ruleset_description_part | ( | struct conn_list * | dest, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 84037 of file packets_gen.c.
| void lsend_packet_ruleset_disaster | ( | struct conn_list * | dest, |
| const struct packet_ruleset_disaster * | packet | ||
| ) |
Definition at line 75728 of file packets_gen.c.
| void lsend_packet_ruleset_effect | ( | struct conn_list * | dest, |
| const struct packet_ruleset_effect * | packet | ||
| ) |
Definition at line 89743 of file packets_gen.c.
| void lsend_packet_ruleset_extra | ( | struct conn_list * | dest, |
| const struct packet_ruleset_extra * | packet | ||
| ) |
Definition at line 72109 of file packets_gen.c.
| void lsend_packet_ruleset_extra_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_extra_flag * | packet | ||
| ) |
Definition at line 72403 of file packets_gen.c.
| void lsend_packet_ruleset_game | ( | struct conn_list * | dest, |
| const struct packet_ruleset_game * | packet | ||
| ) |
Definition at line 53602 of file packets_gen.c.
| void lsend_packet_ruleset_goods | ( | struct conn_list * | dest, |
| const struct packet_ruleset_goods * | packet | ||
| ) |
Definition at line 75141 of file packets_gen.c.
| void lsend_packet_ruleset_gov_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_gov_flag * | packet | ||
| ) |
Definition at line 57875 of file packets_gen.c.
| void lsend_packet_ruleset_government | ( | struct conn_list * | dest, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 57581 of file packets_gen.c.
| void lsend_packet_ruleset_government_ruler_title | ( | struct conn_list * | dest, |
| const struct packet_ruleset_government_ruler_title * | packet | ||
| ) |
Definition at line 54823 of file packets_gen.c.
| void lsend_packet_ruleset_impr_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_impr_flag * | packet | ||
| ) |
Definition at line 65126 of file packets_gen.c.
| void lsend_packet_ruleset_multiplier | ( | struct conn_list * | dest, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 80764 of file packets_gen.c.
| void lsend_packet_ruleset_music | ( | struct conn_list * | dest, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 79688 of file packets_gen.c.
| void lsend_packet_ruleset_nation | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation * | packet | ||
| ) |
Definition at line 62044 of file packets_gen.c.
| void lsend_packet_ruleset_nation_groups | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation_groups * | packet | ||
| ) |
Definition at line 59861 of file packets_gen.c.
| void lsend_packet_ruleset_nation_sets | ( | struct conn_list * | dest, |
| const struct packet_ruleset_nation_sets * | packet | ||
| ) |
Definition at line 59351 of file packets_gen.c.
| void lsend_packet_ruleset_resource | ( | struct conn_list * | dest, |
| const struct packet_ruleset_resource * | packet | ||
| ) |
Definition at line 90088 of file packets_gen.c.
| void lsend_packet_ruleset_road | ( | struct conn_list * | dest, |
| const struct packet_ruleset_road * | packet | ||
| ) |
Definition at line 74130 of file packets_gen.c.
| void lsend_packet_ruleset_specialist | ( | struct conn_list * | dest, |
| const struct packet_ruleset_specialist * | packet | ||
| ) |
Definition at line 54458 of file packets_gen.c.
| void lsend_packet_ruleset_style | ( | struct conn_list * | dest, |
| const struct packet_ruleset_style * | packet | ||
| ) |
Definition at line 62717 of file packets_gen.c.
| void lsend_packet_ruleset_summary | ( | struct conn_list * | dest, |
| const struct packet_ruleset_summary * | packet | ||
| ) |
Definition at line 83845 of file packets_gen.c.
| void lsend_packet_ruleset_tech | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech * | packet | ||
| ) |
Definition at line 55921 of file packets_gen.c.
| void lsend_packet_ruleset_tech_class | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech_class * | packet | ||
| ) |
Definition at line 56266 of file packets_gen.c.
| void lsend_packet_ruleset_tech_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tech_flag * | packet | ||
| ) |
Definition at line 56560 of file packets_gen.c.
| void lsend_packet_ruleset_terrain | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain * | packet | ||
| ) |
Definition at line 68340 of file packets_gen.c.
| void lsend_packet_ruleset_terrain_control | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain_control * | packet | ||
| ) |
Definition at line 58633 of file packets_gen.c.
| void lsend_packet_ruleset_terrain_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_terrain_flag * | packet | ||
| ) |
Definition at line 68634 of file packets_gen.c.
| void lsend_packet_ruleset_tiledef | ( | struct conn_list * | dest, |
| const struct packet_ruleset_tiledef * | packet | ||
| ) |
Definition at line 81852 of file packets_gen.c.
| void lsend_packet_ruleset_trade | ( | struct conn_list * | dest, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 76527 of file packets_gen.c.
| void lsend_packet_ruleset_unit | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit * | packet | ||
| ) |
Definition at line 50990 of file packets_gen.c.
| void lsend_packet_ruleset_unit_bonus | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_bonus * | packet | ||
| ) |
Definition at line 51393 of file packets_gen.c.
| void lsend_packet_ruleset_unit_class | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_class * | packet | ||
| ) |
Definition at line 69368 of file packets_gen.c.
| void lsend_packet_ruleset_unit_class_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_class_flag * | packet | ||
| ) |
Definition at line 51981 of file packets_gen.c.
| void lsend_packet_ruleset_unit_flag | ( | struct conn_list * | dest, |
| const struct packet_ruleset_unit_flag * | packet | ||
| ) |
Definition at line 51687 of file packets_gen.c.
Definition at line 58682 of file packets_gen.c.
Definition at line 1930 of file packets_gen.c.
| void lsend_packet_spaceship_info | ( | struct conn_list * | dest, |
| const struct packet_spaceship_info * | packet | ||
| ) |
Definition at line 47151 of file packets_gen.c.
Definition at line 45273 of file packets_gen.c.
| void lsend_packet_team_name_info | ( | struct conn_list * | dest, |
| const struct packet_team_name_info * | packet | ||
| ) |
Definition at line 12569 of file packets_gen.c.
Definition at line 45781 of file packets_gen.c.
Definition at line 3830 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 21126 of file packets_gen.c.
| void lsend_packet_unit_combat_info | ( | struct conn_list * | dest, |
| const struct packet_unit_combat_info * | packet | ||
| ) |
Definition at line 35802 of file packets_gen.c.
Definition at line 34547 of file packets_gen.c.
Definition at line 32297 of file packets_gen.c.
| void lsend_packet_unit_short_info | ( | struct conn_list * | dest, |
| const struct packet_unit_short_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 35401 of file packets_gen.c.
| 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 104175 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 105055 of file packets_gen.c.
Definition at line 25413 of file packets_gen.c.
| int send_packet_access_area | ( | struct connection * | pc, |
| const struct packet_access_area * | packet | ||
| ) |
Definition at line 103211 of file packets_gen.c.
| int send_packet_achievement_info | ( | struct connection * | pc, |
| const struct packet_achievement_info * | packet | ||
| ) |
Definition at line 12805 of file packets_gen.c.
| int send_packet_authentication_reply | ( | struct connection * | pc, |
| const struct packet_authentication_reply * | packet | ||
| ) |
Definition at line 1876 of file packets_gen.c.
| int send_packet_authentication_req | ( | struct connection * | pc, |
| const struct packet_authentication_req * | packet | ||
| ) |
Definition at line 1681 of file packets_gen.c.
| int send_packet_begin_turn | ( | struct connection * | pc | ) |
Definition at line 45622 of file packets_gen.c.
| int send_packet_calendar_info | ( | struct connection * | pc, |
| const struct packet_calendar_info * | packet | ||
| ) |
Definition at line 11411 of file packets_gen.c.
| int send_packet_chat_msg | ( | struct connection * | pc, |
| const struct packet_chat_msg * | packet | ||
| ) |
Definition at line 13262 of file packets_gen.c.
| int send_packet_chat_msg_req | ( | struct connection * | pc, |
| const struct packet_chat_msg_req * | packet | ||
| ) |
Definition at line 13911 of file packets_gen.c.
| int send_packet_city_buy | ( | struct connection * | pc, |
| const struct packet_city_buy * | packet | ||
| ) |
Definition at line 21552 of file packets_gen.c.
| int send_packet_city_change | ( | struct connection * | pc, |
| const struct packet_city_change * | packet | ||
| ) |
Definition at line 21848 of file packets_gen.c.
| int send_packet_city_change_specialist | ( | struct connection * | pc, |
| const struct packet_city_change_specialist * | packet | ||
| ) |
Definition at line 22904 of file packets_gen.c.
| int send_packet_city_info | ( | struct connection * | pc, |
| const struct packet_city_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 18833 of file packets_gen.c.
| int send_packet_city_make_specialist | ( | struct connection * | pc, |
| const struct packet_city_make_specialist * | packet | ||
| ) |
Definition at line 22341 of file packets_gen.c.
| int send_packet_city_make_worker | ( | struct connection * | pc, |
| const struct packet_city_make_worker * | packet | ||
| ) |
Definition at line 22587 of file packets_gen.c.
| int send_packet_city_name_suggestion_info | ( | struct connection * | pc, |
| const struct packet_city_name_suggestion_info * | packet | ||
| ) |
Definition at line 24093 of file packets_gen.c.
| int send_packet_city_name_suggestion_req | ( | struct connection * | pc, |
| const struct packet_city_name_suggestion_req * | packet | ||
| ) |
Definition at line 23848 of file packets_gen.c.
| int send_packet_city_nationalities | ( | struct connection * | pc, |
| const struct packet_city_nationalities * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 19393 of file packets_gen.c.
| int send_packet_city_options_req | ( | struct connection * | pc, |
| const struct packet_city_options_req * | packet | ||
| ) |
Definition at line 23458 of file packets_gen.c.
| int send_packet_city_rally_point | ( | struct connection * | pc, |
| const struct packet_city_rally_point * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 24995 of file packets_gen.c.
| int send_packet_city_refresh | ( | struct connection * | pc, |
| const struct packet_city_refresh * | packet | ||
| ) |
Definition at line 23654 of file packets_gen.c.
| int send_packet_city_remove | ( | struct connection * | pc, |
| const struct packet_city_remove * | packet | ||
| ) |
Definition at line 14751 of file packets_gen.c.
| int send_packet_city_rename | ( | struct connection * | pc, |
| const struct packet_city_rename * | packet | ||
| ) |
Definition at line 23151 of file packets_gen.c.
| int send_packet_city_sabotage_list | ( | struct connection * | pc, |
| const struct packet_city_sabotage_list * | packet | ||
| ) |
Definition at line 24519 of file packets_gen.c.
| int send_packet_city_sell | ( | struct connection * | pc, |
| const struct packet_city_sell * | packet | ||
| ) |
Definition at line 21357 of file packets_gen.c.
| int send_packet_city_short_info | ( | struct connection * | pc, |
| const struct packet_city_short_info * | packet | ||
| ) |
Definition at line 20647 of file packets_gen.c.
| int send_packet_city_update_counters | ( | struct connection * | pc, |
| const struct packet_city_update_counters * | packet | ||
| ) |
Definition at line 19793 of file packets_gen.c.
| int send_packet_city_worklist | ( | struct connection * | pc, |
| const struct packet_city_worklist * | packet | ||
| ) |
Definition at line 22095 of file packets_gen.c.
| int send_packet_client_heartbeat | ( | struct connection * | pc | ) |
Definition at line 44730 of file packets_gen.c.
| int send_packet_client_info | ( | struct connection * | pc, |
| const struct packet_client_info * | packet | ||
| ) |
Definition at line 45027 of file packets_gen.c.
| int send_packet_conn_info | ( | struct connection * | pc, |
| const struct packet_conn_info * | packet | ||
| ) |
Definition at line 44087 of file packets_gen.c.
| int send_packet_conn_ping | ( | struct connection * | pc | ) |
Definition at line 44646 of file packets_gen.c.
| int send_packet_conn_ping_info | ( | struct connection * | pc, |
| const struct packet_conn_ping_info * | packet | ||
| ) |
Definition at line 44597 of file packets_gen.c.
| int send_packet_conn_pong | ( | struct connection * | pc | ) |
Definition at line 44688 of file packets_gen.c.
| int send_packet_connect_msg | ( | struct connection * | pc, |
| const struct packet_connect_msg * | packet | ||
| ) |
Definition at line 14105 of file packets_gen.c.
| int send_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty * | packet | ||
| ) |
Definition at line 42453 of file packets_gen.c.
| int send_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_accept_treaty_req * | packet | ||
| ) |
Definition at line 42203 of file packets_gen.c.
| int send_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting * | packet | ||
| ) |
Definition at line 40513 of file packets_gen.c.
| int send_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_meeting_req * | packet | ||
| ) |
Definition at line 40268 of file packets_gen.c.
| int send_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
| const struct packet_diplomacy_cancel_pact * | packet | ||
| ) |
Definition at line 42728 of file packets_gen.c.
| int send_packet_diplomacy_create_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause * | packet | ||
| ) |
Definition at line 41248 of file packets_gen.c.
| int send_packet_diplomacy_create_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_create_clause_req * | packet | ||
| ) |
Definition at line 40888 of file packets_gen.c.
| int send_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting * | packet | ||
| ) |
Definition at line 40056 of file packets_gen.c.
| int send_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_init_meeting_req * | packet | ||
| ) |
Definition at line 39811 of file packets_gen.c.
| int send_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause * | packet | ||
| ) |
Definition at line 41987 of file packets_gen.c.
| int send_packet_diplomacy_remove_clause_req | ( | struct connection * | pc, |
| const struct packet_diplomacy_remove_clause_req * | packet | ||
| ) |
Definition at line 41627 of file packets_gen.c.
| int send_packet_early_chat_msg | ( | struct connection * | pc, |
| const struct packet_early_chat_msg * | packet | ||
| ) |
Definition at line 13719 of file packets_gen.c.
| int send_packet_edit_check_tiles | ( | struct connection * | pc | ) |
Definition at line 92608 of file packets_gen.c.
| int send_packet_edit_city | ( | struct connection * | pc, |
| const struct packet_edit_city * | packet | ||
| ) |
Definition at line 98938 of file packets_gen.c.
| int send_packet_edit_city_create | ( | struct connection * | pc, |
| const struct packet_edit_city_create * | packet | ||
| ) |
Definition at line 96617 of file packets_gen.c.
| int send_packet_edit_city_remove | ( | struct connection * | pc, |
| const struct packet_edit_city_remove * | packet | ||
| ) |
Definition at line 96814 of file packets_gen.c.
| int send_packet_edit_fogofwar_state | ( | struct connection * | pc, |
| const struct packet_edit_fogofwar_state * | packet | ||
| ) |
Definition at line 92963 of file packets_gen.c.
| int send_packet_edit_game | ( | struct connection * | pc, |
| const struct packet_edit_game * | packet | ||
| ) |
Definition at line 101693 of file packets_gen.c.
| int send_packet_edit_mode | ( | struct connection * | pc, |
| const struct packet_edit_mode * | packet | ||
| ) |
Definition at line 92515 of file packets_gen.c.
| int send_packet_edit_object_created | ( | struct connection * | pc, |
| const struct packet_edit_object_created * | packet | ||
| ) |
Definition at line 102114 of file packets_gen.c.
| int send_packet_edit_player | ( | struct connection * | pc, |
| const struct packet_edit_player * | packet | ||
| ) |
Definition at line 100927 of file packets_gen.c.
| int send_packet_edit_player_create | ( | struct connection * | pc, |
| const struct packet_edit_player_create * | packet | ||
| ) |
Definition at line 99123 of file packets_gen.c.
| int send_packet_edit_player_remove | ( | struct connection * | pc, |
| const struct packet_edit_player_remove * | packet | ||
| ) |
Definition at line 99317 of file packets_gen.c.
| int send_packet_edit_player_vision | ( | struct connection * | pc, |
| const struct packet_edit_player_vision * | packet | ||
| ) |
Definition at line 101249 of file packets_gen.c.
| int send_packet_edit_recalculate_borders | ( | struct connection * | pc | ) |
Definition at line 92566 of file packets_gen.c.
| int send_packet_edit_scenario_desc | ( | struct connection * | pc, |
| const struct packet_edit_scenario_desc * | packet | ||
| ) |
Definition at line 101878 of file packets_gen.c.
| int send_packet_edit_startpos | ( | struct connection * | pc, |
| const struct packet_edit_startpos * | packet | ||
| ) |
Definition at line 93770 of file packets_gen.c.
| int send_packet_edit_startpos_full | ( | struct connection * | pc, |
| const struct packet_edit_startpos_full * | packet | ||
| ) |
Definition at line 93898 of file packets_gen.c.
| int send_packet_edit_tile | ( | struct connection * | pc, |
| const struct packet_edit_tile * | packet | ||
| ) |
Definition at line 94408 of file packets_gen.c.
| int send_packet_edit_tile_extra | ( | struct connection * | pc, |
| const struct packet_edit_tile_extra * | packet | ||
| ) |
Definition at line 93640 of file packets_gen.c.
| int send_packet_edit_tile_terrain | ( | struct connection * | pc, |
| const struct packet_edit_tile_terrain * | packet | ||
| ) |
Definition at line 93274 of file packets_gen.c.
| int send_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
| const struct packet_edit_toggle_fogofwar * | packet | ||
| ) |
Definition at line 92793 of file packets_gen.c.
| int send_packet_edit_unit | ( | struct connection * | pc, |
| const struct packet_edit_unit * | packet | ||
| ) |
Definition at line 96279 of file packets_gen.c.
| int send_packet_edit_unit_create | ( | struct connection * | pc, |
| const struct packet_edit_unit_create * | packet | ||
| ) |
Definition at line 94807 of file packets_gen.c.
| int send_packet_edit_unit_remove | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove * | packet | ||
| ) |
Definition at line 95168 of file packets_gen.c.
| int send_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
| const struct packet_edit_unit_remove_by_id * | packet | ||
| ) |
Definition at line 95365 of file packets_gen.c.
| int send_packet_end_phase | ( | struct connection * | pc | ) |
Definition at line 45069 of file packets_gen.c.
| int send_packet_end_turn | ( | struct connection * | pc | ) |
Definition at line 45671 of file packets_gen.c.
| int send_packet_endgame_player | ( | struct connection * | pc, |
| const struct packet_endgame_player * | packet | ||
| ) |
Definition at line 2914 of file packets_gen.c.
| int send_packet_endgame_report | ( | struct connection * | pc, |
| const struct packet_endgame_report * | packet | ||
| ) |
Definition at line 2703 of file packets_gen.c.
| int send_packet_freeze_client | ( | struct connection * | pc | ) |
Definition at line 45720 of file packets_gen.c.
| int send_packet_game_info | ( | struct connection * | pc, |
| const struct packet_game_info * | packet | ||
| ) |
Definition at line 10928 of file packets_gen.c.
| int send_packet_game_load | ( | struct connection * | pc, |
| const struct packet_game_load * | packet | ||
| ) |
Definition at line 85129 of file packets_gen.c.
| int send_packet_investigate_finished | ( | struct connection * | pc, |
| const struct packet_investigate_finished * | packet | ||
| ) |
Definition at line 1065 of file packets_gen.c.
| int send_packet_investigate_started | ( | struct connection * | pc, |
| const struct packet_investigate_started * | packet | ||
| ) |
Definition at line 855 of file packets_gen.c.
| int send_packet_map_info | ( | struct connection * | pc, |
| const struct packet_map_info * | packet | ||
| ) |
Definition at line 12115 of file packets_gen.c.
| int send_packet_nation_availability | ( | struct connection * | pc, |
| const struct packet_nation_availability * | packet | ||
| ) |
Definition at line 62411 of file packets_gen.c.
| int send_packet_nation_select_req | ( | struct connection * | pc, |
| const struct packet_nation_select_req * | packet | ||
| ) |
Definition at line 2301 of file packets_gen.c.
| int send_packet_new_year | ( | struct connection * | pc, |
| const struct packet_new_year * | packet | ||
| ) |
Definition at line 45573 of file packets_gen.c.
| int send_packet_nuke_tile_info | ( | struct connection * | pc, |
| const struct packet_nuke_tile_info * | packet | ||
| ) |
Definition at line 12307 of file packets_gen.c.
| int send_packet_page_msg | ( | struct connection * | pc, |
| const struct packet_page_msg * | packet | ||
| ) |
Definition at line 43137 of file packets_gen.c.
| int send_packet_page_msg_part | ( | struct connection * | pc, |
| const struct packet_page_msg_part * | packet | ||
| ) |
Definition at line 43329 of file packets_gen.c.
| int send_packet_play_music | ( | struct connection * | pc, |
| const struct packet_play_music * | packet | ||
| ) |
Definition at line 102309 of file packets_gen.c.
| int send_packet_player_attribute_block | ( | struct connection * | pc | ) |
Definition at line 29713 of file packets_gen.c.
| int send_packet_player_attribute_chunk | ( | struct connection * | pc, |
| const struct packet_player_attribute_chunk * | packet | ||
| ) |
Definition at line 30051 of file packets_gen.c.
| int send_packet_player_change_government | ( | struct connection * | pc, |
| const struct packet_player_change_government * | packet | ||
| ) |
Definition at line 29416 of file packets_gen.c.
| int send_packet_player_diplstate | ( | struct connection * | pc, |
| const struct packet_player_diplstate * | packet | ||
| ) |
Definition at line 30541 of file packets_gen.c.
| int send_packet_player_info | ( | struct connection * | pc, |
| const struct packet_player_info * | packet | ||
| ) |
Definition at line 28729 of file packets_gen.c.
| int send_packet_player_multiplier | ( | struct connection * | pc, |
| const struct packet_player_multiplier * | packet | ||
| ) |
Definition at line 30885 of file packets_gen.c.
| int send_packet_player_phase_done | ( | struct connection * | pc, |
| const struct packet_player_phase_done * | packet | ||
| ) |
Definition at line 28914 of file packets_gen.c.
| int send_packet_player_place_infra | ( | struct connection * | pc, |
| const struct packet_player_place_infra * | packet | ||
| ) |
Definition at line 29661 of file packets_gen.c.
| int send_packet_player_rates | ( | struct connection * | pc, |
| const struct packet_player_rates * | packet | ||
| ) |
Definition at line 29210 of file packets_gen.c.
| int send_packet_player_ready | ( | struct connection * | pc, |
| const struct packet_player_ready * | packet | ||
| ) |
Definition at line 2527 of file packets_gen.c.
| int send_packet_player_remove | ( | struct connection * | pc, |
| const struct packet_player_remove * | packet | ||
| ) |
Definition at line 25603 of file packets_gen.c.
| int send_packet_player_research | ( | struct connection * | pc, |
| const struct packet_player_research * | packet | ||
| ) |
Definition at line 31877 of file packets_gen.c.
| int send_packet_player_tech_goal | ( | struct connection * | pc, |
| const struct packet_player_tech_goal * | packet | ||
| ) |
Definition at line 32071 of file packets_gen.c.
| int send_packet_popup_image | ( | struct connection * | pc, |
| const struct packet_popup_image * | packet | ||
| ) |
Definition at line 102501 of file packets_gen.c.
| int send_packet_processing_finished | ( | struct connection * | pc | ) |
Definition at line 670 of file packets_gen.c.
| int send_packet_processing_started | ( | struct connection * | pc | ) |
Definition at line 628 of file packets_gen.c.
| int send_packet_report_req | ( | struct connection * | pc, |
| const struct packet_report_req * | packet | ||
| ) |
Definition at line 43531 of file packets_gen.c.
| int send_packet_research_info | ( | struct connection * | pc, |
| const struct packet_research_info * | packet | ||
| ) |
Definition at line 31482 of file packets_gen.c.
| int send_packet_ruleset_achievement | ( | struct connection * | pc, |
| const struct packet_ruleset_achievement * | packet | ||
| ) |
Definition at line 76150 of file packets_gen.c.
| int send_packet_ruleset_action | ( | struct connection * | pc, |
| const struct packet_ruleset_action * | packet | ||
| ) |
Definition at line 77272 of file packets_gen.c.
| int send_packet_ruleset_action_auto | ( | struct connection * | pc, |
| const struct packet_ruleset_action_auto * | packet | ||
| ) |
Definition at line 78500 of file packets_gen.c.
| int send_packet_ruleset_action_enabler | ( | struct connection * | pc, |
| const struct packet_ruleset_action_enabler * | packet | ||
| ) |
Definition at line 77816 of file packets_gen.c.
| int send_packet_ruleset_base | ( | struct connection * | pc, |
| const struct packet_ruleset_base * | packet | ||
| ) |
Definition at line 72848 of file packets_gen.c.
| int send_packet_ruleset_building | ( | struct connection * | pc, |
| const struct packet_ruleset_building * | packet | ||
| ) |
Definition at line 64820 of file packets_gen.c.
| int send_packet_ruleset_choices | ( | struct connection * | pc, |
| const struct packet_ruleset_choices * | packet | ||
| ) |
Definition at line 84731 of file packets_gen.c.
| int send_packet_ruleset_city | ( | struct connection * | pc, |
| const struct packet_ruleset_city * | packet | ||
| ) |
Definition at line 63347 of file packets_gen.c.
| int send_packet_ruleset_clause | ( | struct connection * | pc, |
| const struct packet_ruleset_clause * | packet | ||
| ) |
Definition at line 81495 of file packets_gen.c.
| int send_packet_ruleset_control | ( | struct connection * | pc, |
| const struct packet_ruleset_control * | packet | ||
| ) |
Definition at line 83641 of file packets_gen.c.
| int send_packet_ruleset_counter | ( | struct connection * | pc, |
| const struct packet_ruleset_counter * | packet | ||
| ) |
Definition at line 79199 of file packets_gen.c.
| int send_packet_ruleset_description_part | ( | struct connection * | pc, |
| const struct packet_ruleset_description_part * | packet | ||
| ) |
Definition at line 84025 of file packets_gen.c.
| int send_packet_ruleset_disaster | ( | struct connection * | pc, |
| const struct packet_ruleset_disaster * | packet | ||
| ) |
Definition at line 75716 of file packets_gen.c.
| int send_packet_ruleset_effect | ( | struct connection * | pc, |
| const struct packet_ruleset_effect * | packet | ||
| ) |
Definition at line 89731 of file packets_gen.c.
| int send_packet_ruleset_extra | ( | struct connection * | pc, |
| const struct packet_ruleset_extra * | packet | ||
| ) |
Definition at line 72097 of file packets_gen.c.
| int send_packet_ruleset_extra_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_extra_flag * | packet | ||
| ) |
Definition at line 72391 of file packets_gen.c.
| int send_packet_ruleset_game | ( | struct connection * | pc, |
| const struct packet_ruleset_game * | packet | ||
| ) |
Definition at line 53590 of file packets_gen.c.
| int send_packet_ruleset_goods | ( | struct connection * | pc, |
| const struct packet_ruleset_goods * | packet | ||
| ) |
Definition at line 75129 of file packets_gen.c.
| int send_packet_ruleset_gov_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_gov_flag * | packet | ||
| ) |
Definition at line 57863 of file packets_gen.c.
| int send_packet_ruleset_government | ( | struct connection * | pc, |
| const struct packet_ruleset_government * | packet | ||
| ) |
Definition at line 57569 of file packets_gen.c.
| int send_packet_ruleset_government_ruler_title | ( | struct connection * | pc, |
| const struct packet_ruleset_government_ruler_title * | packet | ||
| ) |
Definition at line 54811 of file packets_gen.c.
| int send_packet_ruleset_impr_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_impr_flag * | packet | ||
| ) |
Definition at line 65114 of file packets_gen.c.
| int send_packet_ruleset_multiplier | ( | struct connection * | pc, |
| const struct packet_ruleset_multiplier * | packet | ||
| ) |
Definition at line 80752 of file packets_gen.c.
| int send_packet_ruleset_music | ( | struct connection * | pc, |
| const struct packet_ruleset_music * | packet | ||
| ) |
Definition at line 79676 of file packets_gen.c.
| int send_packet_ruleset_nation | ( | struct connection * | pc, |
| const struct packet_ruleset_nation * | packet | ||
| ) |
Definition at line 62032 of file packets_gen.c.
| int send_packet_ruleset_nation_groups | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_groups * | packet | ||
| ) |
Definition at line 59849 of file packets_gen.c.
| int send_packet_ruleset_nation_sets | ( | struct connection * | pc, |
| const struct packet_ruleset_nation_sets * | packet | ||
| ) |
Definition at line 59339 of file packets_gen.c.
| int send_packet_ruleset_resource | ( | struct connection * | pc, |
| const struct packet_ruleset_resource * | packet | ||
| ) |
Definition at line 90076 of file packets_gen.c.
| int send_packet_ruleset_road | ( | struct connection * | pc, |
| const struct packet_ruleset_road * | packet | ||
| ) |
Definition at line 74118 of file packets_gen.c.
| int send_packet_ruleset_select | ( | struct connection * | pc, |
| const struct packet_ruleset_select * | packet | ||
| ) |
Definition at line 84916 of file packets_gen.c.
| int send_packet_ruleset_specialist | ( | struct connection * | pc, |
| const struct packet_ruleset_specialist * | packet | ||
| ) |
Definition at line 54446 of file packets_gen.c.
| int send_packet_ruleset_style | ( | struct connection * | pc, |
| const struct packet_ruleset_style * | packet | ||
| ) |
Definition at line 62705 of file packets_gen.c.
| int send_packet_ruleset_summary | ( | struct connection * | pc, |
| const struct packet_ruleset_summary * | packet | ||
| ) |
Definition at line 83833 of file packets_gen.c.
| int send_packet_ruleset_tech | ( | struct connection * | pc, |
| const struct packet_ruleset_tech * | packet | ||
| ) |
Definition at line 55909 of file packets_gen.c.
| int send_packet_ruleset_tech_class | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_class * | packet | ||
| ) |
Definition at line 56254 of file packets_gen.c.
| int send_packet_ruleset_tech_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_tech_flag * | packet | ||
| ) |
Definition at line 56548 of file packets_gen.c.
| int send_packet_ruleset_terrain | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain * | packet | ||
| ) |
Definition at line 68328 of file packets_gen.c.
| int send_packet_ruleset_terrain_control | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_control * | packet | ||
| ) |
Definition at line 58621 of file packets_gen.c.
| int send_packet_ruleset_terrain_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_terrain_flag * | packet | ||
| ) |
Definition at line 68622 of file packets_gen.c.
| int send_packet_ruleset_tiledef | ( | struct connection * | pc, |
| const struct packet_ruleset_tiledef * | packet | ||
| ) |
Definition at line 81840 of file packets_gen.c.
| int send_packet_ruleset_trade | ( | struct connection * | pc, |
| const struct packet_ruleset_trade * | packet | ||
| ) |
Definition at line 76515 of file packets_gen.c.
| int send_packet_ruleset_unit | ( | struct connection * | pc, |
| const struct packet_ruleset_unit * | packet | ||
| ) |
Definition at line 50978 of file packets_gen.c.
| int send_packet_ruleset_unit_bonus | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_bonus * | packet | ||
| ) |
Definition at line 51381 of file packets_gen.c.
| int send_packet_ruleset_unit_class | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class * | packet | ||
| ) |
Definition at line 69356 of file packets_gen.c.
| int send_packet_ruleset_unit_class_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_class_flag * | packet | ||
| ) |
Definition at line 51969 of file packets_gen.c.
| int send_packet_ruleset_unit_flag | ( | struct connection * | pc, |
| const struct packet_ruleset_unit_flag * | packet | ||
| ) |
Definition at line 51675 of file packets_gen.c.
| int send_packet_rulesets_ready | ( | struct connection * | pc | ) |
Definition at line 58670 of file packets_gen.c.
| int send_packet_save_scenario | ( | struct connection * | pc, |
| const struct packet_save_scenario * | packet | ||
| ) |
Definition at line 91071 of file packets_gen.c.
| int send_packet_scenario_description | ( | struct connection * | pc, |
| const struct packet_scenario_description * | packet | ||
| ) |
Definition at line 90886 of file packets_gen.c.
| int send_packet_scenario_info | ( | struct connection * | pc, |
| const struct packet_scenario_info * | packet | ||
| ) |
Definition at line 90701 of file packets_gen.c.
| int send_packet_server_info | ( | struct connection * | pc, |
| const struct packet_server_info * | packet | ||
| ) |
Definition at line 14503 of file packets_gen.c.
| int send_packet_server_join_reply | ( | struct connection * | pc, |
| const struct packet_server_join_reply * | packet | ||
| ) |
Definition at line 1435 of file packets_gen.c.
| int send_packet_server_join_req | ( | struct connection * | pc, |
| const struct packet_server_join_req * | packet | ||
| ) |
Definition at line 1264 of file packets_gen.c.
| int send_packet_server_setting_bitwise | ( | struct connection * | pc, |
| const struct packet_server_setting_bitwise * | packet | ||
| ) |
Definition at line 88973 of file packets_gen.c.
| int send_packet_server_setting_bool | ( | struct connection * | pc, |
| const struct packet_server_setting_bool * | packet | ||
| ) |
Definition at line 86353 of file packets_gen.c.
| int send_packet_server_setting_const | ( | struct connection * | pc, |
| const struct packet_server_setting_const * | packet | ||
| ) |
Definition at line 85950 of file packets_gen.c.
| int send_packet_server_setting_control | ( | struct connection * | pc, |
| const struct packet_server_setting_control * | packet | ||
| ) |
Definition at line 85561 of file packets_gen.c.
| int send_packet_server_setting_enum | ( | struct connection * | pc, |
| const struct packet_server_setting_enum * | packet | ||
| ) |
Definition at line 88158 of file packets_gen.c.
| int send_packet_server_setting_int | ( | struct connection * | pc, |
| const struct packet_server_setting_int * | packet | ||
| ) |
Definition at line 86900 of file packets_gen.c.
| int send_packet_server_setting_str | ( | struct connection * | pc, |
| const struct packet_server_setting_str * | packet | ||
| ) |
Definition at line 87343 of file packets_gen.c.
| int send_packet_server_shutdown | ( | struct connection * | pc | ) |
Definition at line 1918 of file packets_gen.c.
| int send_packet_set_topology | ( | struct connection * | pc, |
| const struct packet_set_topology * | packet | ||
| ) |
Definition at line 89209 of file packets_gen.c.
| int send_packet_single_want_hack_reply | ( | struct connection * | pc, |
| const struct packet_single_want_hack_reply * | packet | ||
| ) |
Definition at line 84378 of file packets_gen.c.
| int send_packet_single_want_hack_req | ( | struct connection * | pc, |
| const struct packet_single_want_hack_req * | packet | ||
| ) |
Definition at line 84217 of file packets_gen.c.
| int send_packet_spaceship_info | ( | struct connection * | pc, |
| const struct packet_spaceship_info * | packet | ||
| ) |
Definition at line 47139 of file packets_gen.c.
| int send_packet_spaceship_launch | ( | struct connection * | pc | ) |
Definition at line 45818 of file packets_gen.c.
| int send_packet_spaceship_place | ( | struct connection * | pc, |
| const struct packet_spaceship_place * | packet | ||
| ) |
Definition at line 46064 of file packets_gen.c.
| int send_packet_start_phase | ( | struct connection * | pc, |
| const struct packet_start_phase * | packet | ||
| ) |
Definition at line 45261 of file packets_gen.c.
| int send_packet_sync_serial | ( | struct connection * | pc, |
| const struct packet_sync_serial * | packet | ||
| ) |
Definition at line 102693 of file packets_gen.c.
| int send_packet_sync_serial_reply | ( | struct connection * | pc, |
| const struct packet_sync_serial_reply * | packet | ||
| ) |
Definition at line 102887 of file packets_gen.c.
| int send_packet_team_name_info | ( | struct connection * | pc, |
| const struct packet_team_name_info * | packet | ||
| ) |
Definition at line 12557 of file packets_gen.c.
| int send_packet_thaw_client | ( | struct connection * | pc | ) |
Definition at line 45769 of file packets_gen.c.
| int send_packet_tile_info | ( | struct connection * | pc, |
| const struct packet_tile_info * | packet | ||
| ) |
Definition at line 3818 of file packets_gen.c.
| int send_packet_timeout_info | ( | struct connection * | pc, |
| const struct packet_timeout_info * | packet | ||
| ) |
Definition at line 11647 of file packets_gen.c.
| int send_packet_trade_route_info | ( | struct connection * | pc, |
| const struct packet_trade_route_info * | packet | ||
| ) |
Definition at line 21114 of file packets_gen.c.
| int send_packet_unit_action_answer | ( | struct connection * | pc, |
| const struct packet_unit_action_answer * | packet | ||
| ) |
Definition at line 38289 of file packets_gen.c.
| int send_packet_unit_action_query | ( | struct connection * | pc, |
| const struct packet_unit_action_query * | packet | ||
| ) |
Definition at line 37262 of file packets_gen.c.
| int send_packet_unit_actions | ( | struct connection * | pc, |
| const struct packet_unit_actions * | packet | ||
| ) |
Definition at line 39297 of file packets_gen.c.
| int send_packet_unit_change_activity | ( | struct connection * | pc, |
| const struct packet_unit_change_activity * | packet | ||
| ) |
Definition at line 39615 of file packets_gen.c.
| int send_packet_unit_combat_info | ( | struct connection * | pc, |
| const struct packet_unit_combat_info * | packet | ||
| ) |
Definition at line 35790 of file packets_gen.c.
| int send_packet_unit_do_action | ( | struct connection * | pc, |
| const struct packet_unit_do_action * | packet | ||
| ) |
Definition at line 37877 of file packets_gen.c.
| int send_packet_unit_get_actions | ( | struct connection * | pc, |
| const struct packet_unit_get_actions * | packet | ||
| ) |
Definition at line 38691 of file packets_gen.c.
| int send_packet_unit_info | ( | struct connection * | pc, |
| const struct packet_unit_info * | packet | ||
| ) |
Definition at line 34535 of file packets_gen.c.
| int send_packet_unit_orders | ( | struct connection * | pc, |
| const struct packet_unit_orders * | packet | ||
| ) |
Definition at line 36658 of file packets_gen.c.
| int send_packet_unit_remove | ( | struct connection * | pc, |
| const struct packet_unit_remove * | packet | ||
| ) |
Definition at line 32285 of file packets_gen.c.
| int send_packet_unit_server_side_agent_set | ( | struct connection * | pc, |
| const struct packet_unit_server_side_agent_set * | packet | ||
| ) |
Definition at line 36904 of file packets_gen.c.
| int send_packet_unit_short_info | ( | struct connection * | pc, |
| const struct packet_unit_short_info * | packet, | ||
| bool | force_to_send | ||
| ) |
Definition at line 35389 of file packets_gen.c.
| int send_packet_unit_sscs_set | ( | struct connection * | pc, |
| const struct packet_unit_sscs_set * | packet | ||
| ) |
Definition at line 36094 of file packets_gen.c.
| int send_packet_unit_type_upgrade | ( | struct connection * | pc, |
| const struct packet_unit_type_upgrade * | packet | ||
| ) |
Definition at line 37469 of file packets_gen.c.
| int send_packet_unknown_research | ( | struct connection * | pc, |
| const struct packet_unknown_research * | packet | ||
| ) |
Definition at line 31692 of file packets_gen.c.
| int send_packet_vote_new | ( | struct connection * | pc, |
| const struct packet_vote_new * | packet | ||
| ) |
Definition at line 91469 of file packets_gen.c.
| int send_packet_vote_remove | ( | struct connection * | pc, |
| const struct packet_vote_remove * | packet | ||
| ) |
Definition at line 92043 of file packets_gen.c.
| int send_packet_vote_resolve | ( | struct connection * | pc, |
| const struct packet_vote_resolve * | packet | ||
| ) |
Definition at line 92256 of file packets_gen.c.
| int send_packet_vote_submit | ( | struct connection * | pc, |
| const struct packet_vote_submit * | packet | ||
| ) |
Definition at line 92354 of file packets_gen.c.
| int send_packet_vote_update | ( | struct connection * | pc, |
| const struct packet_vote_update * | packet | ||
| ) |
Definition at line 91858 of file packets_gen.c.
| 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 104163 of file packets_gen.c.
| int send_packet_web_cma_clear | ( | struct connection * | pc, |
| const struct packet_web_cma_clear * | packet | ||
| ) |
Definition at line 104580 of file packets_gen.c.
| int send_packet_web_cma_set | ( | struct connection * | pc, |
| const struct packet_web_cma_set * | packet | ||
| ) |
Definition at line 104395 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 104813 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 105043 of file packets_gen.c.
| int send_packet_worker_task | ( | struct connection * | pc, |
| const struct packet_worker_task * | packet | ||
| ) |
Definition at line 25401 of file packets_gen.c.