/dports/games/qwdtools/mvdsv-0.34/src/ |
H A D | common.c | 1256 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value) in Info_SetStar() function 1365 return Info_SetStar (ctx, name, value); in Info_Set() 1478 Info_SetStar(ctx, name, value); in Info_Convert() 1534 Info_SetStar (ctx_to, a->name, a->value); in Info_CopyStar()
|
H A D | common.h | 160 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value);
|
H A D | central.c | 220 Info_SetStar(&client->_userinfo_ctx_, "*auth", login); in Auth_ProcessLoginAttempt() 234 Info_SetStar(&client->_userinfo_ctx_, "*flag", flag); in Auth_ProcessLoginAttempt()
|
H A D | sv_login.c | 644 Info_SetStar(&cl->_userinfo_ctx_, "*auth", ""); in SV_Logout() 645 Info_SetStar(&cl->_userinfo_ctx_, "*flag", ""); in SV_Logout()
|
H A D | sv_user.c | 294 … Info_SetStar (&sv_client->_userinfo_ctx_, "*VIP", sv_client->vip ? va("%d", sv_client->vip) : ""); in Cmd_New_f() 427 Info_SetStar(&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_New_f() 428 Info_SetStar(&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_New_f() 2419 Info_SetStar (&sv_client->_userinfoshort_ctx_, key, nuw); in ProcessUserInfoChange() 2738 Info_SetStar (&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_Observe_f() 2739 Info_SetStar (&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_Observe_f()
|
H A D | pr2_cmds.c | 2545 Info_SetStar( &newcl->_userinfoshort_ctx_, shortinfotbl[i], s ); in PF2_Add_Bot() 2645 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetBotUserInfo() 2817 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetUserInfo()
|
H A D | sv_main.c | 1395 Info_SetStar (&newcl->_userinfo_ctx_, "*VIP", s); in SVC_DirectConnect() 1406 Info_SetStar (&newcl->_userinfoshort_ctx_, shortinfotbl[i], s); in SVC_DirectConnect()
|
/dports/games/mvdsv/mvdsv-0.34/src/ |
H A D | common.c | 1256 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value) in Info_SetStar() function 1365 return Info_SetStar (ctx, name, value); in Info_Set() 1478 Info_SetStar(ctx, name, value); in Info_Convert() 1534 Info_SetStar (ctx_to, a->name, a->value); in Info_CopyStar()
|
H A D | common.h | 160 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value);
|
H A D | central.c | 220 Info_SetStar(&client->_userinfo_ctx_, "*auth", login); in Auth_ProcessLoginAttempt() 234 Info_SetStar(&client->_userinfo_ctx_, "*flag", flag); in Auth_ProcessLoginAttempt()
|
H A D | sv_login.c | 644 Info_SetStar(&cl->_userinfo_ctx_, "*auth", ""); in SV_Logout() 645 Info_SetStar(&cl->_userinfo_ctx_, "*flag", ""); in SV_Logout()
|
H A D | sv_user.c | 294 … Info_SetStar (&sv_client->_userinfo_ctx_, "*VIP", sv_client->vip ? va("%d", sv_client->vip) : ""); in Cmd_New_f() 427 Info_SetStar(&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_New_f() 428 Info_SetStar(&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_New_f() 2419 Info_SetStar (&sv_client->_userinfoshort_ctx_, key, nuw); in ProcessUserInfoChange() 2738 Info_SetStar (&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_Observe_f() 2739 Info_SetStar (&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_Observe_f()
|
H A D | pr2_cmds.c | 2545 Info_SetStar( &newcl->_userinfoshort_ctx_, shortinfotbl[i], s ); in PF2_Add_Bot() 2645 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetBotUserInfo() 2817 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetUserInfo()
|
H A D | sv_main.c | 1395 Info_SetStar (&newcl->_userinfo_ctx_, "*VIP", s); in SVC_DirectConnect() 1406 Info_SetStar (&newcl->_userinfoshort_ctx_, shortinfotbl[i], s); in SVC_DirectConnect()
|