FS2_Open
Open source remastering of the Freespace 2 engine
stand_gui.h File Reference

Go to the source code of this file.

Functions

void std_configLoaded (multi_global_options *options)
 
void std_create_gen_dialog (char *title)
 
void std_destroy_gen_dialog ()
 
void std_gen_set_text (char *str, int field_num)
 
int std_gen_is_active ()
 
int std_connect_set_connect_count ()
 
void std_connect_set_host_connect_status ()
 
void std_connect_add_ip_string (char *string)
 
void std_connect_remove_ip_string (char *string)
 
void std_connect_set_ip_string (char *lookup, char *string)
 
void std_connect_kick_player ()
 
void std_connect_update_ping (net_player *p)
 
void std_connect_clear_controls ()
 
void std_connect_set_gamename (char *name)
 
void std_connect_handle_name_change ()
 
void std_connect_handle_passwd_change ()
 
void std_multi_set_standalone_missiontime (float mission_time)
 
void std_multi_set_standalone_mission_name (char *mission_name)
 
void std_multi_setup_goal_tree ()
 
void std_multi_add_goals ()
 
void std_multi_update_goals ()
 
void std_multi_set_framerate (float f)
 
void std_multi_clear_controls ()
 
void std_multi_update_netgame_info_controls ()
 
void std_pinfo_display_player_info (net_player *p)
 
int std_pinfo_maybe_update_player_info (net_player *p)
 
void std_pinfo_add_player_list_item (net_player *p)
 
void std_pinfo_remove_player_list_item (net_player *p)
 
void std_pinfo_update_ping (net_player *p)
 
void std_pinfo_clear_controls ()
 
void std_gs_add_player (net_player *p)
 
void std_gs_remove_player (net_player *p)
 
void std_gs_send_godstuff_message ()
 
void std_gs_set_framerate (float f)
 
void std_gs_clear_controls ()
 
void std_debug_set_standalone_state_string (char *str)
 
void std_debug_clear_controls ()
 
void std_add_player (net_player *p)
 
int std_remove_player (net_player *p)
 
void std_set_standalone_fps (float fps)
 
void std_update_player_ping (net_player *p)
 
void std_reset_standalone_gui ()
 
void std_multi_standalone_reset_all ()
 
void std_init_os ()
 
void std_deinit_standalone ()
 
void std_init_standalone ()
 
void std_do_gui_frame ()
 
void std_tracker_notify_login_fail ()
 
void std_tracker_login ()
 
void std_reset_timestamps ()
 
void std_add_chat_text (const char *text, int player_index, int add_id)
 
int std_is_host_passwd ()
 
void std_mutate_sheet ()
 
int std_player_is_banned (const char *name)
 
void std_add_ban (const char *name)
 

Function Documentation

void std_add_ban ( const char *  name)

Definition at line 888 of file stand_gui-unix.cpp.

void std_add_chat_text ( const char *  text,
int  player_index,
int  add_id 
)

Definition at line 863 of file stand_gui-unix.cpp.

void std_add_player ( net_player p)

Unused methods from the original API below, most of this stuff is now done in std_do_gui_frame

Definition at line 963 of file stand_gui-unix.cpp.

void std_configLoaded ( multi_global_options options)

Definition at line 845 of file stand_gui-unix.cpp.

void std_connect_add_ip_string ( char *  string)

Definition at line 259 of file stand_gui.cpp.

void std_connect_clear_controls ( )

Definition at line 359 of file stand_gui.cpp.

void std_connect_handle_name_change ( )

Definition at line 407 of file stand_gui.cpp.

void std_connect_handle_passwd_change ( )

Definition at line 438 of file stand_gui.cpp.

void std_connect_kick_player ( )

Definition at line 307 of file stand_gui.cpp.

void std_connect_remove_ip_string ( char *  string)

Definition at line 269 of file stand_gui.cpp.

int std_connect_set_connect_count ( )

Definition at line 967 of file stand_gui-unix.cpp.

void std_connect_set_gamename ( char *  name)

Definition at line 937 of file stand_gui-unix.cpp.

void std_connect_set_host_connect_status ( )

Definition at line 966 of file stand_gui-unix.cpp.

void std_connect_set_ip_string ( char *  lookup,
char *  string 
)

Definition at line 288 of file stand_gui.cpp.

void std_connect_update_ping ( net_player p)

Definition at line 328 of file stand_gui.cpp.

void std_create_gen_dialog ( char *  title)

Definition at line 975 of file stand_gui-unix.cpp.

void std_debug_clear_controls ( )

Definition at line 1593 of file stand_gui.cpp.

void std_debug_set_standalone_state_string ( char *  str)

Definition at line 978 of file stand_gui-unix.cpp.

void std_deinit_standalone ( )

Definition at line 2426 of file stand_gui.cpp.

void std_destroy_gen_dialog ( )

Definition at line 976 of file stand_gui-unix.cpp.

void std_do_gui_frame ( )

Definition at line 907 of file stand_gui-unix.cpp.

int std_gen_is_active ( )

Definition at line 977 of file stand_gui-unix.cpp.

void std_gen_set_text ( char *  str,
int  field_num 
)

Definition at line 974 of file stand_gui-unix.cpp.

void std_gs_add_player ( net_player p)
void std_gs_clear_controls ( )

Definition at line 1415 of file stand_gui.cpp.

void std_gs_remove_player ( net_player p)
void std_gs_send_godstuff_message ( )

Definition at line 1382 of file stand_gui.cpp.

void std_gs_set_framerate ( float  f)

Definition at line 1405 of file stand_gui.cpp.

void std_init_os ( )

Definition at line 984 of file stand_gui-unix.cpp.

void std_init_standalone ( )

Definition at line 841 of file stand_gui-unix.cpp.

int std_is_host_passwd ( )

return 1 if the standalone is host password protected, otherwise 0

Definition at line 899 of file stand_gui-unix.cpp.

void std_multi_add_goals ( )

Definition at line 970 of file stand_gui-unix.cpp.

void std_multi_clear_controls ( )

Definition at line 834 of file stand_gui.cpp.

void std_multi_set_framerate ( float  f)

Definition at line 824 of file stand_gui.cpp.

void std_multi_set_standalone_mission_name ( char *  mission_name)

Definition at line 973 of file stand_gui-unix.cpp.

void std_multi_set_standalone_missiontime ( float  mission_time)

Definition at line 981 of file stand_gui-unix.cpp.

void std_multi_setup_goal_tree ( )

Definition at line 969 of file stand_gui-unix.cpp.

void std_multi_standalone_reset_all ( )
void std_multi_update_goals ( )

Definition at line 971 of file stand_gui-unix.cpp.

void std_multi_update_netgame_info_controls ( )

Definition at line 972 of file stand_gui-unix.cpp.

void std_mutate_sheet ( )

Definition at line 1865 of file stand_gui.cpp.

void std_pinfo_add_player_list_item ( net_player p)

Definition at line 1145 of file stand_gui.cpp.

void std_pinfo_clear_controls ( )

Definition at line 1193 of file stand_gui.cpp.

void std_pinfo_display_player_info ( net_player p)

Definition at line 1079 of file stand_gui.cpp.

int std_pinfo_maybe_update_player_info ( net_player p)

Definition at line 1134 of file stand_gui.cpp.

void std_pinfo_remove_player_list_item ( net_player p)

Definition at line 1161 of file stand_gui.cpp.

void std_pinfo_update_ping ( net_player p)

Definition at line 1175 of file stand_gui.cpp.

int std_player_is_banned ( const char *  name)

Definition at line 892 of file stand_gui-unix.cpp.

int std_remove_player ( net_player p)

Definition at line 965 of file stand_gui-unix.cpp.

void std_reset_standalone_gui ( )

Definition at line 979 of file stand_gui-unix.cpp.

void std_reset_timestamps ( )

Definition at line 980 of file stand_gui-unix.cpp.

void std_set_standalone_fps ( float  fps)

Definition at line 903 of file stand_gui-unix.cpp.

void std_tracker_login ( )

Definition at line 1794 of file stand_gui.cpp.

void std_tracker_notify_login_fail ( )
void std_update_player_ping ( net_player p)

Definition at line 968 of file stand_gui-unix.cpp.