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 1918 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 24121 of file packets_gen.c.
Definition at line 14778 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 42482 of file packets_gen.c.
void dlsend_packet_diplomacy_cancel_meeting | ( | struct conn_list * | dest, |
int | counterpart, | ||
int | initiated_from | ||
) |
Definition at line 40541 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 41278 of file packets_gen.c.
void dlsend_packet_diplomacy_init_meeting | ( | struct conn_list * | dest, |
int | counterpart, | ||
int | initiated_from | ||
) |
Definition at line 40084 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 42017 of file packets_gen.c.
Definition at line 92752 of file packets_gen.c.
void dlsend_packet_game_load | ( | struct conn_list * | dest, |
bool | load_successful, | ||
const char * | load_filename | ||
) |
Definition at line 84919 of file packets_gen.c.
Definition at line 1092 of file packets_gen.c.
Definition at line 882 of file packets_gen.c.
Definition at line 12334 of file packets_gen.c.
Definition at line 45288 of file packets_gen.c.
Definition at line 32312 of file packets_gen.c.
int dsend_packet_authentication_req | ( | struct connection * | pc, |
enum authentication_type | type, | ||
const char * | message | ||
) |
Definition at line 1692 of file packets_gen.c.
int dsend_packet_chat_msg_req | ( | struct connection * | pc, |
const char * | message | ||
) |
Definition at line 13922 of file packets_gen.c.
int dsend_packet_city_buy | ( | struct connection * | pc, |
int | city_id | ||
) |
Definition at line 21563 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 21859 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 22915 of file packets_gen.c.
int dsend_packet_city_make_specialist | ( | struct connection * | pc, |
int | city_id, | ||
int | tile_id | ||
) |
Definition at line 22352 of file packets_gen.c.
int dsend_packet_city_make_worker | ( | struct connection * | pc, |
int | city_id, | ||
int | tile_id | ||
) |
Definition at line 22598 of file packets_gen.c.
int dsend_packet_city_name_suggestion_info | ( | struct connection * | pc, |
int | unit_id, | ||
const char * | name | ||
) |
Definition at line 24111 of file packets_gen.c.
int dsend_packet_city_name_suggestion_req | ( | struct connection * | pc, |
int | unit_id | ||
) |
Definition at line 23859 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 23469 of file packets_gen.c.
int dsend_packet_city_refresh | ( | struct connection * | pc, |
int | city_id | ||
) |
Definition at line 23665 of file packets_gen.c.
int dsend_packet_city_remove | ( | struct connection * | pc, |
int | city_id | ||
) |
Definition at line 14769 of file packets_gen.c.
Definition at line 23162 of file packets_gen.c.
int dsend_packet_city_sell | ( | struct connection * | pc, |
int | city_id, | ||
int | build_id | ||
) |
Definition at line 21368 of file packets_gen.c.
int dsend_packet_city_worklist | ( | struct connection * | pc, |
int | city_id, | ||
const struct worklist * | worklist | ||
) |
Definition at line 22106 of file packets_gen.c.
int dsend_packet_connect_msg | ( | struct connection * | pc, |
const char * | message | ||
) |
Definition at line 14116 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 42471 of file packets_gen.c.
int dsend_packet_diplomacy_accept_treaty_req | ( | struct connection * | pc, |
int | counterpart | ||
) |
Definition at line 42214 of file packets_gen.c.
int dsend_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
int | counterpart, | ||
int | initiated_from | ||
) |
Definition at line 40531 of file packets_gen.c.
int dsend_packet_diplomacy_cancel_meeting_req | ( | struct connection * | pc, |
int | counterpart | ||
) |
Definition at line 40279 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 42739 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 41266 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 40899 of file packets_gen.c.
int dsend_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
int | counterpart, | ||
int | initiated_from | ||
) |
Definition at line 40074 of file packets_gen.c.
int dsend_packet_diplomacy_init_meeting_req | ( | struct connection * | pc, |
int | counterpart | ||
) |
Definition at line 39822 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 42005 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 41638 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 96390 of file packets_gen.c.
int dsend_packet_edit_city_remove | ( | struct connection * | pc, |
int | id | ||
) |
Definition at line 96587 of file packets_gen.c.
int dsend_packet_edit_fogofwar_state | ( | struct connection * | pc, |
bool | enabled | ||
) |
Definition at line 92743 of file packets_gen.c.
int dsend_packet_edit_mode | ( | struct connection * | pc, |
bool | state | ||
) |
Definition at line 92288 of file packets_gen.c.
int dsend_packet_edit_object_created | ( | struct connection * | pc, |
int | tag, | ||
int | id | ||
) |
Definition at line 101887 of file packets_gen.c.
int dsend_packet_edit_player_create | ( | struct connection * | pc, |
int | tag | ||
) |
Definition at line 98896 of file packets_gen.c.
int dsend_packet_edit_player_remove | ( | struct connection * | pc, |
int | id | ||
) |
Definition at line 99090 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 101022 of file packets_gen.c.
Definition at line 93543 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 93413 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 93047 of file packets_gen.c.
int dsend_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
int | player | ||
) |
Definition at line 92566 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 94580 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 94941 of file packets_gen.c.
int dsend_packet_edit_unit_remove_by_id | ( | struct connection * | pc, |
int | id | ||
) |
Definition at line 95138 of file packets_gen.c.
int dsend_packet_game_load | ( | struct connection * | pc, |
bool | load_successful, | ||
const char * | load_filename | ||
) |
Definition at line 84909 of file packets_gen.c.
int dsend_packet_investigate_finished | ( | struct connection * | pc, |
int | city_id | ||
) |
Definition at line 1083 of file packets_gen.c.
int dsend_packet_investigate_started | ( | struct connection * | pc, |
int | city_id | ||
) |
Definition at line 873 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 2312 of file packets_gen.c.
int dsend_packet_nuke_tile_info | ( | struct connection * | pc, |
int | tile | ||
) |
Definition at line 12325 of file packets_gen.c.
int dsend_packet_player_change_government | ( | struct connection * | pc, |
Government_type_id | government | ||
) |
Definition at line 29427 of file packets_gen.c.
int dsend_packet_player_phase_done | ( | struct connection * | pc, |
int | turn | ||
) |
Definition at line 28925 of file packets_gen.c.
int dsend_packet_player_place_infra | ( | struct connection * | pc, |
int | tile, | ||
int | extra | ||
) |
Definition at line 29672 of file packets_gen.c.
Definition at line 29221 of file packets_gen.c.
int dsend_packet_player_ready | ( | struct connection * | pc, |
int | player_no, | ||
bool | is_ready | ||
) |
Definition at line 2538 of file packets_gen.c.
int dsend_packet_player_remove | ( | struct connection * | pc, |
int | playerno | ||
) |
Definition at line 25614 of file packets_gen.c.
int dsend_packet_player_research | ( | struct connection * | pc, |
int | tech | ||
) |
Definition at line 31888 of file packets_gen.c.
int dsend_packet_player_tech_goal | ( | struct connection * | pc, |
int | tech | ||
) |
Definition at line 32082 of file packets_gen.c.
int dsend_packet_report_req | ( | struct connection * | pc, |
enum report_type | type | ||
) |
Definition at line 43542 of file packets_gen.c.
int dsend_packet_save_scenario | ( | struct connection * | pc, |
const char * | name | ||
) |
Definition at line 90844 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 14514 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 1275 of file packets_gen.c.
int dsend_packet_single_want_hack_reply | ( | struct connection * | pc, |
bool | you_have_hack | ||
) |
Definition at line 84151 of file packets_gen.c.
int dsend_packet_spaceship_place | ( | struct connection * | pc, |
enum spaceship_place_type | type, | ||
int | num | ||
) |
Definition at line 46075 of file packets_gen.c.
int dsend_packet_start_phase | ( | struct connection * | pc, |
int | phase | ||
) |
Definition at line 45279 of file packets_gen.c.
int dsend_packet_sync_serial | ( | struct connection * | pc, |
int | serial | ||
) |
Definition at line 102466 of file packets_gen.c.
int dsend_packet_sync_serial_reply | ( | struct connection * | pc, |
int | serial | ||
) |
Definition at line 102660 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 38300 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 37273 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 39308 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 39626 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 37888 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 38702 of file packets_gen.c.
int dsend_packet_unit_remove | ( | struct connection * | pc, |
int | unit_id | ||
) |
Definition at line 32303 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 36915 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 36105 of file packets_gen.c.
int dsend_packet_unit_type_upgrade | ( | struct connection * | pc, |
Unit_type_id | type | ||
) |
Definition at line 37480 of file packets_gen.c.
void lsend_packet_achievement_info | ( | struct conn_list * | dest, |
const struct packet_achievement_info * | packet | ||
) |
Definition at line 12816 of file packets_gen.c.
Definition at line 45633 of file packets_gen.c.
Definition at line 13273 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 18844 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 24104 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 19404 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 25006 of file packets_gen.c.
Definition at line 14762 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 24530 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 20658 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 19804 of file packets_gen.c.
Definition at line 44098 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 44608 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 42464 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 40524 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 41259 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 40067 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 41998 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 13730 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 92736 of file packets_gen.c.
Definition at line 100700 of file packets_gen.c.
Definition at line 45080 of file packets_gen.c.
Definition at line 45682 of file packets_gen.c.
void lsend_packet_endgame_player | ( | struct conn_list * | dest, |
const struct packet_endgame_player * | packet | ||
) |
Definition at line 2925 of file packets_gen.c.
void lsend_packet_endgame_report | ( | struct conn_list * | dest, |
const struct packet_endgame_report * | packet | ||
) |
Definition at line 2714 of file packets_gen.c.
Definition at line 45731 of file packets_gen.c.
Definition at line 84902 of file packets_gen.c.
void lsend_packet_investigate_finished | ( | struct conn_list * | dest, |
const struct packet_investigate_finished * | packet | ||
) |
Definition at line 1076 of file packets_gen.c.
void lsend_packet_investigate_started | ( | struct conn_list * | dest, |
const struct packet_investigate_started * | packet | ||
) |
Definition at line 866 of file packets_gen.c.
Definition at line 12126 of file packets_gen.c.
void lsend_packet_nation_availability | ( | struct conn_list * | dest, |
const struct packet_nation_availability * | packet | ||
) |
Definition at line 62371 of file packets_gen.c.
Definition at line 45584 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 12318 of file packets_gen.c.
Definition at line 43148 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 43340 of file packets_gen.c.
Definition at line 102082 of file packets_gen.c.
Definition at line 102274 of file packets_gen.c.
void lsend_packet_research_info | ( | struct conn_list * | dest, |
const struct packet_research_info * | packet | ||
) |
Definition at line 31493 of file packets_gen.c.
void lsend_packet_ruleset_achievement | ( | struct conn_list * | dest, |
const struct packet_ruleset_achievement * | packet | ||
) |
Definition at line 75923 of file packets_gen.c.
void lsend_packet_ruleset_action | ( | struct conn_list * | dest, |
const struct packet_ruleset_action * | packet | ||
) |
Definition at line 77045 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 78273 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 77589 of file packets_gen.c.
void lsend_packet_ruleset_base | ( | struct conn_list * | dest, |
const struct packet_ruleset_base * | packet | ||
) |
Definition at line 72621 of file packets_gen.c.
void lsend_packet_ruleset_building | ( | struct conn_list * | dest, |
const struct packet_ruleset_building * | packet | ||
) |
Definition at line 64780 of file packets_gen.c.
void lsend_packet_ruleset_city | ( | struct conn_list * | dest, |
const struct packet_ruleset_city * | packet | ||
) |
Definition at line 63307 of file packets_gen.c.
void lsend_packet_ruleset_clause | ( | struct conn_list * | dest, |
const struct packet_ruleset_clause * | packet | ||
) |
Definition at line 81268 of file packets_gen.c.
void lsend_packet_ruleset_control | ( | struct conn_list * | dest, |
const struct packet_ruleset_control * | packet | ||
) |
Definition at line 83414 of file packets_gen.c.
void lsend_packet_ruleset_counter | ( | struct conn_list * | dest, |
const struct packet_ruleset_counter * | packet | ||
) |
Definition at line 78972 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 83798 of file packets_gen.c.
void lsend_packet_ruleset_disaster | ( | struct conn_list * | dest, |
const struct packet_ruleset_disaster * | packet | ||
) |
Definition at line 75489 of file packets_gen.c.
void lsend_packet_ruleset_effect | ( | struct conn_list * | dest, |
const struct packet_ruleset_effect * | packet | ||
) |
Definition at line 89504 of file packets_gen.c.
void lsend_packet_ruleset_extra | ( | struct conn_list * | dest, |
const struct packet_ruleset_extra * | packet | ||
) |
Definition at line 71870 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 72164 of file packets_gen.c.
void lsend_packet_ruleset_game | ( | struct conn_list * | dest, |
const struct packet_ruleset_game * | packet | ||
) |
Definition at line 53601 of file packets_gen.c.
void lsend_packet_ruleset_goods | ( | struct conn_list * | dest, |
const struct packet_ruleset_goods * | packet | ||
) |
Definition at line 74902 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 57874 of file packets_gen.c.
void lsend_packet_ruleset_government | ( | struct conn_list * | dest, |
const struct packet_ruleset_government * | packet | ||
) |
Definition at line 57580 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 54822 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 65074 of file packets_gen.c.
void lsend_packet_ruleset_multiplier | ( | struct conn_list * | dest, |
const struct packet_ruleset_multiplier * | packet | ||
) |
Definition at line 80525 of file packets_gen.c.
void lsend_packet_ruleset_music | ( | struct conn_list * | dest, |
const struct packet_ruleset_music * | packet | ||
) |
Definition at line 79449 of file packets_gen.c.
void lsend_packet_ruleset_nation | ( | struct conn_list * | dest, |
const struct packet_ruleset_nation * | packet | ||
) |
Definition at line 61992 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 59809 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 59299 of file packets_gen.c.
void lsend_packet_ruleset_resource | ( | struct conn_list * | dest, |
const struct packet_ruleset_resource * | packet | ||
) |
Definition at line 89849 of file packets_gen.c.
void lsend_packet_ruleset_road | ( | struct conn_list * | dest, |
const struct packet_ruleset_road * | packet | ||
) |
Definition at line 73891 of file packets_gen.c.
void lsend_packet_ruleset_specialist | ( | struct conn_list * | dest, |
const struct packet_ruleset_specialist * | packet | ||
) |
Definition at line 54457 of file packets_gen.c.
void lsend_packet_ruleset_style | ( | struct conn_list * | dest, |
const struct packet_ruleset_style * | packet | ||
) |
Definition at line 62665 of file packets_gen.c.
void lsend_packet_ruleset_summary | ( | struct conn_list * | dest, |
const struct packet_ruleset_summary * | packet | ||
) |
Definition at line 83606 of file packets_gen.c.
void lsend_packet_ruleset_tech | ( | struct conn_list * | dest, |
const struct packet_ruleset_tech * | packet | ||
) |
Definition at line 55920 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 56265 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 56559 of file packets_gen.c.
void lsend_packet_ruleset_terrain | ( | struct conn_list * | dest, |
const struct packet_ruleset_terrain * | packet | ||
) |
Definition at line 68101 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 58581 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 68395 of file packets_gen.c.
void lsend_packet_ruleset_tiledef | ( | struct conn_list * | dest, |
const struct packet_ruleset_tiledef * | packet | ||
) |
Definition at line 81613 of file packets_gen.c.
void lsend_packet_ruleset_trade | ( | struct conn_list * | dest, |
const struct packet_ruleset_trade * | packet | ||
) |
Definition at line 76288 of file packets_gen.c.
void lsend_packet_ruleset_unit | ( | struct conn_list * | dest, |
const struct packet_ruleset_unit * | packet | ||
) |
Definition at line 50989 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 51392 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 69129 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 51980 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 51686 of file packets_gen.c.
Definition at line 58630 of file packets_gen.c.
Definition at line 1929 of file packets_gen.c.
void lsend_packet_spaceship_info | ( | struct conn_list * | dest, |
const struct packet_spaceship_info * | packet | ||
) |
Definition at line 47150 of file packets_gen.c.
Definition at line 45272 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 12568 of file packets_gen.c.
Definition at line 45780 of file packets_gen.c.
Definition at line 3829 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 21125 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 35801 of file packets_gen.c.
Definition at line 34546 of file packets_gen.c.
Definition at line 32296 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 35400 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 103614 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 104494 of file packets_gen.c.
Definition at line 25412 of file packets_gen.c.
int send_packet_achievement_info | ( | struct connection * | pc, |
const struct packet_achievement_info * | packet | ||
) |
Definition at line 12804 of file packets_gen.c.
int send_packet_authentication_reply | ( | struct connection * | pc, |
const struct packet_authentication_reply * | packet | ||
) |
Definition at line 1875 of file packets_gen.c.
int send_packet_authentication_req | ( | struct connection * | pc, |
const struct packet_authentication_req * | packet | ||
) |
Definition at line 1680 of file packets_gen.c.
int send_packet_begin_turn | ( | struct connection * | pc | ) |
Definition at line 45621 of file packets_gen.c.
int send_packet_calendar_info | ( | struct connection * | pc, |
const struct packet_calendar_info * | packet | ||
) |
Definition at line 11410 of file packets_gen.c.
int send_packet_chat_msg | ( | struct connection * | pc, |
const struct packet_chat_msg * | packet | ||
) |
Definition at line 13261 of file packets_gen.c.
int send_packet_chat_msg_req | ( | struct connection * | pc, |
const struct packet_chat_msg_req * | packet | ||
) |
Definition at line 13910 of file packets_gen.c.
int send_packet_city_buy | ( | struct connection * | pc, |
const struct packet_city_buy * | packet | ||
) |
Definition at line 21551 of file packets_gen.c.
int send_packet_city_change | ( | struct connection * | pc, |
const struct packet_city_change * | packet | ||
) |
Definition at line 21847 of file packets_gen.c.
int send_packet_city_change_specialist | ( | struct connection * | pc, |
const struct packet_city_change_specialist * | packet | ||
) |
Definition at line 22903 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 18832 of file packets_gen.c.
int send_packet_city_make_specialist | ( | struct connection * | pc, |
const struct packet_city_make_specialist * | packet | ||
) |
Definition at line 22340 of file packets_gen.c.
int send_packet_city_make_worker | ( | struct connection * | pc, |
const struct packet_city_make_worker * | packet | ||
) |
Definition at line 22586 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 24092 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 23847 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 19392 of file packets_gen.c.
int send_packet_city_options_req | ( | struct connection * | pc, |
const struct packet_city_options_req * | packet | ||
) |
Definition at line 23457 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 24994 of file packets_gen.c.
int send_packet_city_refresh | ( | struct connection * | pc, |
const struct packet_city_refresh * | packet | ||
) |
Definition at line 23653 of file packets_gen.c.
int send_packet_city_remove | ( | struct connection * | pc, |
const struct packet_city_remove * | packet | ||
) |
Definition at line 14750 of file packets_gen.c.
int send_packet_city_rename | ( | struct connection * | pc, |
const struct packet_city_rename * | packet | ||
) |
Definition at line 23150 of file packets_gen.c.
int send_packet_city_sabotage_list | ( | struct connection * | pc, |
const struct packet_city_sabotage_list * | packet | ||
) |
Definition at line 24518 of file packets_gen.c.
int send_packet_city_sell | ( | struct connection * | pc, |
const struct packet_city_sell * | packet | ||
) |
Definition at line 21356 of file packets_gen.c.
int send_packet_city_short_info | ( | struct connection * | pc, |
const struct packet_city_short_info * | packet | ||
) |
Definition at line 20646 of file packets_gen.c.
int send_packet_city_update_counters | ( | struct connection * | pc, |
const struct packet_city_update_counters * | packet | ||
) |
Definition at line 19792 of file packets_gen.c.
int send_packet_city_worklist | ( | struct connection * | pc, |
const struct packet_city_worklist * | packet | ||
) |
Definition at line 22094 of file packets_gen.c.
int send_packet_client_heartbeat | ( | struct connection * | pc | ) |
Definition at line 44729 of file packets_gen.c.
int send_packet_client_info | ( | struct connection * | pc, |
const struct packet_client_info * | packet | ||
) |
Definition at line 45026 of file packets_gen.c.
int send_packet_conn_info | ( | struct connection * | pc, |
const struct packet_conn_info * | packet | ||
) |
Definition at line 44086 of file packets_gen.c.
int send_packet_conn_ping | ( | struct connection * | pc | ) |
Definition at line 44645 of file packets_gen.c.
int send_packet_conn_ping_info | ( | struct connection * | pc, |
const struct packet_conn_ping_info * | packet | ||
) |
Definition at line 44596 of file packets_gen.c.
int send_packet_conn_pong | ( | struct connection * | pc | ) |
Definition at line 44687 of file packets_gen.c.
int send_packet_connect_msg | ( | struct connection * | pc, |
const struct packet_connect_msg * | packet | ||
) |
Definition at line 14104 of file packets_gen.c.
int send_packet_diplomacy_accept_treaty | ( | struct connection * | pc, |
const struct packet_diplomacy_accept_treaty * | packet | ||
) |
Definition at line 42452 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 42202 of file packets_gen.c.
int send_packet_diplomacy_cancel_meeting | ( | struct connection * | pc, |
const struct packet_diplomacy_cancel_meeting * | packet | ||
) |
Definition at line 40512 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 40267 of file packets_gen.c.
int send_packet_diplomacy_cancel_pact | ( | struct connection * | pc, |
const struct packet_diplomacy_cancel_pact * | packet | ||
) |
Definition at line 42727 of file packets_gen.c.
int send_packet_diplomacy_create_clause | ( | struct connection * | pc, |
const struct packet_diplomacy_create_clause * | packet | ||
) |
Definition at line 41247 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 40887 of file packets_gen.c.
int send_packet_diplomacy_init_meeting | ( | struct connection * | pc, |
const struct packet_diplomacy_init_meeting * | packet | ||
) |
Definition at line 40055 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 39810 of file packets_gen.c.
int send_packet_diplomacy_remove_clause | ( | struct connection * | pc, |
const struct packet_diplomacy_remove_clause * | packet | ||
) |
Definition at line 41986 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 41626 of file packets_gen.c.
int send_packet_early_chat_msg | ( | struct connection * | pc, |
const struct packet_early_chat_msg * | packet | ||
) |
Definition at line 13718 of file packets_gen.c.
int send_packet_edit_check_tiles | ( | struct connection * | pc | ) |
Definition at line 92369 of file packets_gen.c.
int send_packet_edit_city | ( | struct connection * | pc, |
const struct packet_edit_city * | packet | ||
) |
Definition at line 98699 of file packets_gen.c.
int send_packet_edit_city_create | ( | struct connection * | pc, |
const struct packet_edit_city_create * | packet | ||
) |
Definition at line 96378 of file packets_gen.c.
int send_packet_edit_city_remove | ( | struct connection * | pc, |
const struct packet_edit_city_remove * | packet | ||
) |
Definition at line 96575 of file packets_gen.c.
int send_packet_edit_fogofwar_state | ( | struct connection * | pc, |
const struct packet_edit_fogofwar_state * | packet | ||
) |
Definition at line 92724 of file packets_gen.c.
int send_packet_edit_game | ( | struct connection * | pc, |
const struct packet_edit_game * | packet | ||
) |
Definition at line 101454 of file packets_gen.c.
int send_packet_edit_mode | ( | struct connection * | pc, |
const struct packet_edit_mode * | packet | ||
) |
Definition at line 92276 of file packets_gen.c.
int send_packet_edit_object_created | ( | struct connection * | pc, |
const struct packet_edit_object_created * | packet | ||
) |
Definition at line 101875 of file packets_gen.c.
int send_packet_edit_player | ( | struct connection * | pc, |
const struct packet_edit_player * | packet | ||
) |
Definition at line 100688 of file packets_gen.c.
int send_packet_edit_player_create | ( | struct connection * | pc, |
const struct packet_edit_player_create * | packet | ||
) |
Definition at line 98884 of file packets_gen.c.
int send_packet_edit_player_remove | ( | struct connection * | pc, |
const struct packet_edit_player_remove * | packet | ||
) |
Definition at line 99078 of file packets_gen.c.
int send_packet_edit_player_vision | ( | struct connection * | pc, |
const struct packet_edit_player_vision * | packet | ||
) |
Definition at line 101010 of file packets_gen.c.
int send_packet_edit_recalculate_borders | ( | struct connection * | pc | ) |
Definition at line 92327 of file packets_gen.c.
int send_packet_edit_scenario_desc | ( | struct connection * | pc, |
const struct packet_edit_scenario_desc * | packet | ||
) |
Definition at line 101639 of file packets_gen.c.
int send_packet_edit_startpos | ( | struct connection * | pc, |
const struct packet_edit_startpos * | packet | ||
) |
Definition at line 93531 of file packets_gen.c.
int send_packet_edit_startpos_full | ( | struct connection * | pc, |
const struct packet_edit_startpos_full * | packet | ||
) |
Definition at line 93659 of file packets_gen.c.
int send_packet_edit_tile | ( | struct connection * | pc, |
const struct packet_edit_tile * | packet | ||
) |
Definition at line 94169 of file packets_gen.c.
int send_packet_edit_tile_extra | ( | struct connection * | pc, |
const struct packet_edit_tile_extra * | packet | ||
) |
Definition at line 93401 of file packets_gen.c.
int send_packet_edit_tile_terrain | ( | struct connection * | pc, |
const struct packet_edit_tile_terrain * | packet | ||
) |
Definition at line 93035 of file packets_gen.c.
int send_packet_edit_toggle_fogofwar | ( | struct connection * | pc, |
const struct packet_edit_toggle_fogofwar * | packet | ||
) |
Definition at line 92554 of file packets_gen.c.
int send_packet_edit_unit | ( | struct connection * | pc, |
const struct packet_edit_unit * | packet | ||
) |
Definition at line 96040 of file packets_gen.c.
int send_packet_edit_unit_create | ( | struct connection * | pc, |
const struct packet_edit_unit_create * | packet | ||
) |
Definition at line 94568 of file packets_gen.c.
int send_packet_edit_unit_remove | ( | struct connection * | pc, |
const struct packet_edit_unit_remove * | packet | ||
) |
Definition at line 94929 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 95126 of file packets_gen.c.
int send_packet_end_phase | ( | struct connection * | pc | ) |
Definition at line 45068 of file packets_gen.c.
int send_packet_end_turn | ( | struct connection * | pc | ) |
Definition at line 45670 of file packets_gen.c.
int send_packet_endgame_player | ( | struct connection * | pc, |
const struct packet_endgame_player * | packet | ||
) |
Definition at line 2913 of file packets_gen.c.
int send_packet_endgame_report | ( | struct connection * | pc, |
const struct packet_endgame_report * | packet | ||
) |
Definition at line 2702 of file packets_gen.c.
int send_packet_freeze_client | ( | struct connection * | pc | ) |
Definition at line 45719 of file packets_gen.c.
int send_packet_game_info | ( | struct connection * | pc, |
const struct packet_game_info * | packet | ||
) |
Definition at line 10927 of file packets_gen.c.
int send_packet_game_load | ( | struct connection * | pc, |
const struct packet_game_load * | packet | ||
) |
Definition at line 84890 of file packets_gen.c.
int send_packet_investigate_finished | ( | struct connection * | pc, |
const struct packet_investigate_finished * | packet | ||
) |
Definition at line 1064 of file packets_gen.c.
int send_packet_investigate_started | ( | struct connection * | pc, |
const struct packet_investigate_started * | packet | ||
) |
Definition at line 854 of file packets_gen.c.
int send_packet_map_info | ( | struct connection * | pc, |
const struct packet_map_info * | packet | ||
) |
Definition at line 12114 of file packets_gen.c.
int send_packet_nation_availability | ( | struct connection * | pc, |
const struct packet_nation_availability * | packet | ||
) |
Definition at line 62359 of file packets_gen.c.
int send_packet_nation_select_req | ( | struct connection * | pc, |
const struct packet_nation_select_req * | packet | ||
) |
Definition at line 2300 of file packets_gen.c.
int send_packet_new_year | ( | struct connection * | pc, |
const struct packet_new_year * | packet | ||
) |
Definition at line 45572 of file packets_gen.c.
int send_packet_nuke_tile_info | ( | struct connection * | pc, |
const struct packet_nuke_tile_info * | packet | ||
) |
Definition at line 12306 of file packets_gen.c.
int send_packet_page_msg | ( | struct connection * | pc, |
const struct packet_page_msg * | packet | ||
) |
Definition at line 43136 of file packets_gen.c.
int send_packet_page_msg_part | ( | struct connection * | pc, |
const struct packet_page_msg_part * | packet | ||
) |
Definition at line 43328 of file packets_gen.c.
int send_packet_play_music | ( | struct connection * | pc, |
const struct packet_play_music * | packet | ||
) |
Definition at line 102070 of file packets_gen.c.
int send_packet_player_attribute_block | ( | struct connection * | pc | ) |
Definition at line 29712 of file packets_gen.c.
int send_packet_player_attribute_chunk | ( | struct connection * | pc, |
const struct packet_player_attribute_chunk * | packet | ||
) |
Definition at line 30050 of file packets_gen.c.
int send_packet_player_change_government | ( | struct connection * | pc, |
const struct packet_player_change_government * | packet | ||
) |
Definition at line 29415 of file packets_gen.c.
int send_packet_player_diplstate | ( | struct connection * | pc, |
const struct packet_player_diplstate * | packet | ||
) |
Definition at line 30540 of file packets_gen.c.
int send_packet_player_info | ( | struct connection * | pc, |
const struct packet_player_info * | packet | ||
) |
Definition at line 28728 of file packets_gen.c.
int send_packet_player_multiplier | ( | struct connection * | pc, |
const struct packet_player_multiplier * | packet | ||
) |
Definition at line 30884 of file packets_gen.c.
int send_packet_player_phase_done | ( | struct connection * | pc, |
const struct packet_player_phase_done * | packet | ||
) |
Definition at line 28913 of file packets_gen.c.
int send_packet_player_place_infra | ( | struct connection * | pc, |
const struct packet_player_place_infra * | packet | ||
) |
Definition at line 29660 of file packets_gen.c.
int send_packet_player_rates | ( | struct connection * | pc, |
const struct packet_player_rates * | packet | ||
) |
Definition at line 29209 of file packets_gen.c.
int send_packet_player_ready | ( | struct connection * | pc, |
const struct packet_player_ready * | packet | ||
) |
Definition at line 2526 of file packets_gen.c.
int send_packet_player_remove | ( | struct connection * | pc, |
const struct packet_player_remove * | packet | ||
) |
Definition at line 25602 of file packets_gen.c.
int send_packet_player_research | ( | struct connection * | pc, |
const struct packet_player_research * | packet | ||
) |
Definition at line 31876 of file packets_gen.c.
int send_packet_player_tech_goal | ( | struct connection * | pc, |
const struct packet_player_tech_goal * | packet | ||
) |
Definition at line 32070 of file packets_gen.c.
int send_packet_popup_image | ( | struct connection * | pc, |
const struct packet_popup_image * | packet | ||
) |
Definition at line 102262 of file packets_gen.c.
int send_packet_processing_finished | ( | struct connection * | pc | ) |
Definition at line 669 of file packets_gen.c.
int send_packet_processing_started | ( | struct connection * | pc | ) |
Definition at line 627 of file packets_gen.c.
int send_packet_report_req | ( | struct connection * | pc, |
const struct packet_report_req * | packet | ||
) |
Definition at line 43530 of file packets_gen.c.
int send_packet_research_info | ( | struct connection * | pc, |
const struct packet_research_info * | packet | ||
) |
Definition at line 31481 of file packets_gen.c.
int send_packet_ruleset_achievement | ( | struct connection * | pc, |
const struct packet_ruleset_achievement * | packet | ||
) |
Definition at line 75911 of file packets_gen.c.
int send_packet_ruleset_action | ( | struct connection * | pc, |
const struct packet_ruleset_action * | packet | ||
) |
Definition at line 77033 of file packets_gen.c.
int send_packet_ruleset_action_auto | ( | struct connection * | pc, |
const struct packet_ruleset_action_auto * | packet | ||
) |
Definition at line 78261 of file packets_gen.c.
int send_packet_ruleset_action_enabler | ( | struct connection * | pc, |
const struct packet_ruleset_action_enabler * | packet | ||
) |
Definition at line 77577 of file packets_gen.c.
int send_packet_ruleset_base | ( | struct connection * | pc, |
const struct packet_ruleset_base * | packet | ||
) |
Definition at line 72609 of file packets_gen.c.
int send_packet_ruleset_building | ( | struct connection * | pc, |
const struct packet_ruleset_building * | packet | ||
) |
Definition at line 64768 of file packets_gen.c.
int send_packet_ruleset_choices | ( | struct connection * | pc, |
const struct packet_ruleset_choices * | packet | ||
) |
Definition at line 84492 of file packets_gen.c.
int send_packet_ruleset_city | ( | struct connection * | pc, |
const struct packet_ruleset_city * | packet | ||
) |
Definition at line 63295 of file packets_gen.c.
int send_packet_ruleset_clause | ( | struct connection * | pc, |
const struct packet_ruleset_clause * | packet | ||
) |
Definition at line 81256 of file packets_gen.c.
int send_packet_ruleset_control | ( | struct connection * | pc, |
const struct packet_ruleset_control * | packet | ||
) |
Definition at line 83402 of file packets_gen.c.
int send_packet_ruleset_counter | ( | struct connection * | pc, |
const struct packet_ruleset_counter * | packet | ||
) |
Definition at line 78960 of file packets_gen.c.
int send_packet_ruleset_description_part | ( | struct connection * | pc, |
const struct packet_ruleset_description_part * | packet | ||
) |
Definition at line 83786 of file packets_gen.c.
int send_packet_ruleset_disaster | ( | struct connection * | pc, |
const struct packet_ruleset_disaster * | packet | ||
) |
Definition at line 75477 of file packets_gen.c.
int send_packet_ruleset_effect | ( | struct connection * | pc, |
const struct packet_ruleset_effect * | packet | ||
) |
Definition at line 89492 of file packets_gen.c.
int send_packet_ruleset_extra | ( | struct connection * | pc, |
const struct packet_ruleset_extra * | packet | ||
) |
Definition at line 71858 of file packets_gen.c.
int send_packet_ruleset_extra_flag | ( | struct connection * | pc, |
const struct packet_ruleset_extra_flag * | packet | ||
) |
Definition at line 72152 of file packets_gen.c.
int send_packet_ruleset_game | ( | struct connection * | pc, |
const struct packet_ruleset_game * | packet | ||
) |
Definition at line 53589 of file packets_gen.c.
int send_packet_ruleset_goods | ( | struct connection * | pc, |
const struct packet_ruleset_goods * | packet | ||
) |
Definition at line 74890 of file packets_gen.c.
int send_packet_ruleset_gov_flag | ( | struct connection * | pc, |
const struct packet_ruleset_gov_flag * | packet | ||
) |
Definition at line 57862 of file packets_gen.c.
int send_packet_ruleset_government | ( | struct connection * | pc, |
const struct packet_ruleset_government * | packet | ||
) |
Definition at line 57568 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 54810 of file packets_gen.c.
int send_packet_ruleset_impr_flag | ( | struct connection * | pc, |
const struct packet_ruleset_impr_flag * | packet | ||
) |
Definition at line 65062 of file packets_gen.c.
int send_packet_ruleset_multiplier | ( | struct connection * | pc, |
const struct packet_ruleset_multiplier * | packet | ||
) |
Definition at line 80513 of file packets_gen.c.
int send_packet_ruleset_music | ( | struct connection * | pc, |
const struct packet_ruleset_music * | packet | ||
) |
Definition at line 79437 of file packets_gen.c.
int send_packet_ruleset_nation | ( | struct connection * | pc, |
const struct packet_ruleset_nation * | packet | ||
) |
Definition at line 61980 of file packets_gen.c.
int send_packet_ruleset_nation_groups | ( | struct connection * | pc, |
const struct packet_ruleset_nation_groups * | packet | ||
) |
Definition at line 59797 of file packets_gen.c.
int send_packet_ruleset_nation_sets | ( | struct connection * | pc, |
const struct packet_ruleset_nation_sets * | packet | ||
) |
Definition at line 59287 of file packets_gen.c.
int send_packet_ruleset_resource | ( | struct connection * | pc, |
const struct packet_ruleset_resource * | packet | ||
) |
Definition at line 89837 of file packets_gen.c.
int send_packet_ruleset_road | ( | struct connection * | pc, |
const struct packet_ruleset_road * | packet | ||
) |
Definition at line 73879 of file packets_gen.c.
int send_packet_ruleset_select | ( | struct connection * | pc, |
const struct packet_ruleset_select * | packet | ||
) |
Definition at line 84677 of file packets_gen.c.
int send_packet_ruleset_specialist | ( | struct connection * | pc, |
const struct packet_ruleset_specialist * | packet | ||
) |
Definition at line 54445 of file packets_gen.c.
int send_packet_ruleset_style | ( | struct connection * | pc, |
const struct packet_ruleset_style * | packet | ||
) |
Definition at line 62653 of file packets_gen.c.
int send_packet_ruleset_summary | ( | struct connection * | pc, |
const struct packet_ruleset_summary * | packet | ||
) |
Definition at line 83594 of file packets_gen.c.
int send_packet_ruleset_tech | ( | struct connection * | pc, |
const struct packet_ruleset_tech * | packet | ||
) |
Definition at line 55908 of file packets_gen.c.
int send_packet_ruleset_tech_class | ( | struct connection * | pc, |
const struct packet_ruleset_tech_class * | packet | ||
) |
Definition at line 56253 of file packets_gen.c.
int send_packet_ruleset_tech_flag | ( | struct connection * | pc, |
const struct packet_ruleset_tech_flag * | packet | ||
) |
Definition at line 56547 of file packets_gen.c.
int send_packet_ruleset_terrain | ( | struct connection * | pc, |
const struct packet_ruleset_terrain * | packet | ||
) |
Definition at line 68089 of file packets_gen.c.
int send_packet_ruleset_terrain_control | ( | struct connection * | pc, |
const struct packet_ruleset_terrain_control * | packet | ||
) |
Definition at line 58569 of file packets_gen.c.
int send_packet_ruleset_terrain_flag | ( | struct connection * | pc, |
const struct packet_ruleset_terrain_flag * | packet | ||
) |
Definition at line 68383 of file packets_gen.c.
int send_packet_ruleset_tiledef | ( | struct connection * | pc, |
const struct packet_ruleset_tiledef * | packet | ||
) |
Definition at line 81601 of file packets_gen.c.
int send_packet_ruleset_trade | ( | struct connection * | pc, |
const struct packet_ruleset_trade * | packet | ||
) |
Definition at line 76276 of file packets_gen.c.
int send_packet_ruleset_unit | ( | struct connection * | pc, |
const struct packet_ruleset_unit * | packet | ||
) |
Definition at line 50977 of file packets_gen.c.
int send_packet_ruleset_unit_bonus | ( | struct connection * | pc, |
const struct packet_ruleset_unit_bonus * | packet | ||
) |
Definition at line 51380 of file packets_gen.c.
int send_packet_ruleset_unit_class | ( | struct connection * | pc, |
const struct packet_ruleset_unit_class * | packet | ||
) |
Definition at line 69117 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 51968 of file packets_gen.c.
int send_packet_ruleset_unit_flag | ( | struct connection * | pc, |
const struct packet_ruleset_unit_flag * | packet | ||
) |
Definition at line 51674 of file packets_gen.c.
int send_packet_rulesets_ready | ( | struct connection * | pc | ) |
Definition at line 58618 of file packets_gen.c.
int send_packet_save_scenario | ( | struct connection * | pc, |
const struct packet_save_scenario * | packet | ||
) |
Definition at line 90832 of file packets_gen.c.
int send_packet_scenario_description | ( | struct connection * | pc, |
const struct packet_scenario_description * | packet | ||
) |
Definition at line 90647 of file packets_gen.c.
int send_packet_scenario_info | ( | struct connection * | pc, |
const struct packet_scenario_info * | packet | ||
) |
Definition at line 90462 of file packets_gen.c.
int send_packet_server_info | ( | struct connection * | pc, |
const struct packet_server_info * | packet | ||
) |
Definition at line 14502 of file packets_gen.c.
int send_packet_server_join_reply | ( | struct connection * | pc, |
const struct packet_server_join_reply * | packet | ||
) |
Definition at line 1434 of file packets_gen.c.
int send_packet_server_join_req | ( | struct connection * | pc, |
const struct packet_server_join_req * | packet | ||
) |
Definition at line 1263 of file packets_gen.c.
int send_packet_server_setting_bitwise | ( | struct connection * | pc, |
const struct packet_server_setting_bitwise * | packet | ||
) |
Definition at line 88734 of file packets_gen.c.
int send_packet_server_setting_bool | ( | struct connection * | pc, |
const struct packet_server_setting_bool * | packet | ||
) |
Definition at line 86114 of file packets_gen.c.
int send_packet_server_setting_const | ( | struct connection * | pc, |
const struct packet_server_setting_const * | packet | ||
) |
Definition at line 85711 of file packets_gen.c.
int send_packet_server_setting_control | ( | struct connection * | pc, |
const struct packet_server_setting_control * | packet | ||
) |
Definition at line 85322 of file packets_gen.c.
int send_packet_server_setting_enum | ( | struct connection * | pc, |
const struct packet_server_setting_enum * | packet | ||
) |
Definition at line 87919 of file packets_gen.c.
int send_packet_server_setting_int | ( | struct connection * | pc, |
const struct packet_server_setting_int * | packet | ||
) |
Definition at line 86661 of file packets_gen.c.
int send_packet_server_setting_str | ( | struct connection * | pc, |
const struct packet_server_setting_str * | packet | ||
) |
Definition at line 87104 of file packets_gen.c.
int send_packet_server_shutdown | ( | struct connection * | pc | ) |
Definition at line 1917 of file packets_gen.c.
int send_packet_set_topology | ( | struct connection * | pc, |
const struct packet_set_topology * | packet | ||
) |
Definition at line 88970 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 84139 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 83978 of file packets_gen.c.
int send_packet_spaceship_info | ( | struct connection * | pc, |
const struct packet_spaceship_info * | packet | ||
) |
Definition at line 47138 of file packets_gen.c.
int send_packet_spaceship_launch | ( | struct connection * | pc | ) |
Definition at line 45817 of file packets_gen.c.
int send_packet_spaceship_place | ( | struct connection * | pc, |
const struct packet_spaceship_place * | packet | ||
) |
Definition at line 46063 of file packets_gen.c.
int send_packet_start_phase | ( | struct connection * | pc, |
const struct packet_start_phase * | packet | ||
) |
Definition at line 45260 of file packets_gen.c.
int send_packet_sync_serial | ( | struct connection * | pc, |
const struct packet_sync_serial * | packet | ||
) |
Definition at line 102454 of file packets_gen.c.
int send_packet_sync_serial_reply | ( | struct connection * | pc, |
const struct packet_sync_serial_reply * | packet | ||
) |
Definition at line 102648 of file packets_gen.c.
int send_packet_team_name_info | ( | struct connection * | pc, |
const struct packet_team_name_info * | packet | ||
) |
Definition at line 12556 of file packets_gen.c.
int send_packet_thaw_client | ( | struct connection * | pc | ) |
Definition at line 45768 of file packets_gen.c.
int send_packet_tile_info | ( | struct connection * | pc, |
const struct packet_tile_info * | packet | ||
) |
Definition at line 3817 of file packets_gen.c.
int send_packet_timeout_info | ( | struct connection * | pc, |
const struct packet_timeout_info * | packet | ||
) |
Definition at line 11646 of file packets_gen.c.
int send_packet_trade_route_info | ( | struct connection * | pc, |
const struct packet_trade_route_info * | packet | ||
) |
Definition at line 21113 of file packets_gen.c.
int send_packet_unit_action_answer | ( | struct connection * | pc, |
const struct packet_unit_action_answer * | packet | ||
) |
Definition at line 38288 of file packets_gen.c.
int send_packet_unit_action_query | ( | struct connection * | pc, |
const struct packet_unit_action_query * | packet | ||
) |
Definition at line 37261 of file packets_gen.c.
int send_packet_unit_actions | ( | struct connection * | pc, |
const struct packet_unit_actions * | packet | ||
) |
Definition at line 39296 of file packets_gen.c.
int send_packet_unit_change_activity | ( | struct connection * | pc, |
const struct packet_unit_change_activity * | packet | ||
) |
Definition at line 39614 of file packets_gen.c.
int send_packet_unit_combat_info | ( | struct connection * | pc, |
const struct packet_unit_combat_info * | packet | ||
) |
Definition at line 35789 of file packets_gen.c.
int send_packet_unit_do_action | ( | struct connection * | pc, |
const struct packet_unit_do_action * | packet | ||
) |
Definition at line 37876 of file packets_gen.c.
int send_packet_unit_get_actions | ( | struct connection * | pc, |
const struct packet_unit_get_actions * | packet | ||
) |
Definition at line 38690 of file packets_gen.c.
int send_packet_unit_info | ( | struct connection * | pc, |
const struct packet_unit_info * | packet | ||
) |
Definition at line 34534 of file packets_gen.c.
int send_packet_unit_orders | ( | struct connection * | pc, |
const struct packet_unit_orders * | packet | ||
) |
Definition at line 36657 of file packets_gen.c.
int send_packet_unit_remove | ( | struct connection * | pc, |
const struct packet_unit_remove * | packet | ||
) |
Definition at line 32284 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 36903 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 35388 of file packets_gen.c.
int send_packet_unit_sscs_set | ( | struct connection * | pc, |
const struct packet_unit_sscs_set * | packet | ||
) |
Definition at line 36093 of file packets_gen.c.
int send_packet_unit_type_upgrade | ( | struct connection * | pc, |
const struct packet_unit_type_upgrade * | packet | ||
) |
Definition at line 37468 of file packets_gen.c.
int send_packet_unknown_research | ( | struct connection * | pc, |
const struct packet_unknown_research * | packet | ||
) |
Definition at line 31691 of file packets_gen.c.
int send_packet_vote_new | ( | struct connection * | pc, |
const struct packet_vote_new * | packet | ||
) |
Definition at line 91230 of file packets_gen.c.
int send_packet_vote_remove | ( | struct connection * | pc, |
const struct packet_vote_remove * | packet | ||
) |
Definition at line 91804 of file packets_gen.c.
int send_packet_vote_resolve | ( | struct connection * | pc, |
const struct packet_vote_resolve * | packet | ||
) |
Definition at line 92017 of file packets_gen.c.
int send_packet_vote_submit | ( | struct connection * | pc, |
const struct packet_vote_submit * | packet | ||
) |
Definition at line 92115 of file packets_gen.c.
int send_packet_vote_update | ( | struct connection * | pc, |
const struct packet_vote_update * | packet | ||
) |
Definition at line 91619 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 103602 of file packets_gen.c.
int send_packet_web_cma_clear | ( | struct connection * | pc, |
const struct packet_web_cma_clear * | packet | ||
) |
Definition at line 104019 of file packets_gen.c.
int send_packet_web_cma_set | ( | struct connection * | pc, |
const struct packet_web_cma_set * | packet | ||
) |
Definition at line 103834 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 104252 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 104482 of file packets_gen.c.
int send_packet_worker_task | ( | struct connection * | pc, |
const struct packet_worker_task * | packet | ||
) |
Definition at line 25400 of file packets_gen.c.