Public Attributes | |
qboolean | enabled |
qboolean | active |
client_t * | dummy |
unsigned | layout_time |
unsigned | clients_active |
unsigned | players_active |
sizebuf_t | message |
sizebuf_t | datagram |
player_packed_t * | players |
entity_packed_t * | entities |
qhandle_t | recording |
int | numlevels |
int | numframes |
gtv_client_t * | clients |
qboolean mvd_server_t::active |
Definition at line 56 of file mvd.c.
Referenced by check_players_activity(), dummy_run(), mvd_disable(), parse_stream_start(), rec_start(), resume_streams(), suspend_streams(), SV_MvdBroadcastPrint(), SV_MvdConfigstring(), SV_MvdEndFrame(), SV_MvdMapChanged(), SV_MvdMulticast(), SV_MvdStartSound(), and SV_MvdUnicast().
gtv_client_t* mvd_server_t::clients |
Definition at line 78 of file mvd.c.
Referenced by create_channel(), find_slot(), list_generic(), MVD_Destroy(), MVD_GameClientConnect(), MVD_GameInit(), MVD_LayoutClients(), MVD_SwitchChannel(), print_channel(), SV_MvdInit(), SV_MvdRunClients(), and SV_MvdShutdown().
unsigned mvd_server_t::clients_active |
Definition at line 59 of file mvd.c.
Referenced by check_clients_activity(), mvd_enable(), and rec_start().
sizebuf_t mvd_server_t::datagram |
Definition at line 66 of file mvd.c.
Referenced by mvd_disable(), rec_frame(), resume_streams(), SV_MvdEndFrame(), SV_MvdInit(), SV_MvdMapChanged(), SV_MvdMulticast(), SV_MvdStartSound(), and SV_MvdUnicast().
client_t* mvd_server_t::dummy |
Definition at line 57 of file mvd.c.
Referenced by dummy_command(), dummy_create(), dummy_run(), dummy_spawn(), emit_gamestate(), filter_unicast_data(), MVD_AutoFollow_f(), MVD_ChangeLevel(), mvd_disable(), MVD_FollowStop(), MVD_GameClientBegin(), MVD_GameInit(), MVD_HitPlayer(), MVD_IntermissionStart(), MVD_LayoutClients(), MVD_MostFollowed(), MVD_ParseServerData(), MVD_PlayerToEntityStates(), MVD_SetPlayer(), MVD_TestTarget(), MVD_UnicastLayout(), MVD_UnicastPrint(), MVD_UnicastSend(), MVD_UpdateClient(), MVD_UpdateClients(), MVD_UpdateTarget(), parse_stringcmd(), player_is_active(), players_active(), print_channel(), SV_MvdClientDropped(), SV_MvdShutdown(), and SV_MvdStuff_f().
qboolean mvd_server_t::enabled |
Definition at line 55 of file mvd.c.
Referenced by mvd_disable(), mvd_enable(), SV_MvdBeginFrame(), and SV_MvdEndFrame().
entity_packed_t* mvd_server_t::entities |
Definition at line 70 of file mvd.c.
Referenced by build_gamestate(), emit_frame(), emit_gamestate(), rec_allowed(), SV_MvdInit(), and SV_MvdMapChanged().
unsigned mvd_server_t::layout_time |
Definition at line 58 of file mvd.c.
Referenced by dummy_run(), dummy_spawn(), and filter_unicast_data().
sizebuf_t mvd_server_t::message |
Definition at line 63 of file mvd.c.
Referenced by mvd_disable(), rec_frame(), resume_streams(), SV_MvdBroadcastPrint(), SV_MvdConfigstring(), SV_MvdEndFrame(), SV_MvdInit(), SV_MvdMapChanged(), SV_MvdMulticast(), SV_MvdShutdown(), and SV_MvdUnicast().
int mvd_server_t::numframes |
Definition at line 75 of file mvd.c.
Referenced by rec_frame(), and rec_start().
int mvd_server_t::numlevels |
Definition at line 74 of file mvd.c.
Referenced by rec_start(), and SV_MvdMapChanged().
player_packed_t* mvd_server_t::players |
Definition at line 69 of file mvd.c.
Referenced by build_gamestate(), emit_base_frame(), emit_frame(), emit_gamestate(), entity_flags(), MVD_AutoFollow_f(), MVD_ClearState(), MVD_Follow_f(), MVD_FollowNext(), MVD_FollowPrev(), MVD_Free(), MVD_HitPlayer(), MVD_MostFollowed(), MVD_Observe_f(), MVD_ParsePacketPlayers(), MVD_ParseServerData(), MVD_ParseUnicast(), MVD_PlayerToEntityStates(), MVD_SetPlayer(), MVD_TestTarget(), MVD_UpdateClient(), MVD_UpdateTarget(), print_channel(), reset_unicast_strings(), set_player_name(), SV_MvdInit(), and update_player_name().
unsigned mvd_server_t::players_active |
Definition at line 60 of file mvd.c.
Referenced by check_players_activity().
qhandle_t mvd_server_t::recording |
Definition at line 73 of file mvd.c.
Referenced by check_clients_activity(), dummy_stop_f(), emit_gamestate(), rec_allowed(), rec_frame(), rec_start(), rec_stop(), rec_write(), resume_streams(), SV_MvdEndFrame(), SV_MvdMapChanged(), and SV_MvdStop_f().