Home
last modified time | relevance | path

Searched refs:headmodel (Results 1 – 25 of 41) sorted by last modified time

12

/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c503 char headmodel[64]; member
731 if (!Q_stricmp(headModelVoiceChat[i].headmodel, headModelName)) { in CG_VoiceChatListForClient()
740 if (!strlen(headModelVoiceChat[i].headmodel)) { in CG_VoiceChatListForClient()
745 Com_sprintf(headModelVoiceChat[i].headmodel, sizeof ( headModelVoiceChat[i].headmodel ), in CG_VoiceChatListForClient()
760 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
761 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
778 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
779 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
/dports/games/evq3/evq3/code/game/
H A Dg_bot.c570 char *headmodel; in G_AddBot() local
616 headmodel = Info_ValueForKey( botinfo, key ); in G_AddBot()
617 if ( !*headmodel ) { in G_AddBot()
618 headmodel = model; in G_AddBot()
620 Info_SetValueForKey( userinfo, key, headmodel ); in G_AddBot()
622 Info_SetValueForKey( userinfo, key, headmodel ); in G_AddBot()
/dports/games/evq3/evq3/code/ui/
H A Dui_local.h572 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team…
H A Dui_main.c1481 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1489 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1497 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1499 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()
H A Dui_players.c1251 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team… in UI_PlayerInfo_SetModel() argument
1253 UI_RegisterClientModelname( pi, model, headmodel, teamName ); in UI_PlayerInfo_SetModel()
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_main.c2105 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
2112 Q_strncpyz(headmodel, UI_Cvar_VariableString("ui_opponentModel"), sizeof(headmodel)); in UI_DrawOpponent()
2120 UI_PlayerInfo_SetModel( &info2, model, headmodel, "" ); in UI_DrawOpponent()
2126 UI_RegisterClientModelname( &info2, model, headmodel, team ); in UI_DrawOpponent()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c815 char headmodel[64]; member
1052 if ( !Q_stricmp( headModelVoiceChat[i].headmodel, headModelName ) ) { in CG_VoiceChatListForClient()
1061 if ( !strlen( headModelVoiceChat[i].headmodel ) ) { in CG_VoiceChatListForClient()
1067 Com_sprintf( headModelVoiceChat[i].headmodel, sizeof( headModelVoiceChat[i].headmodel ), in CG_VoiceChatListForClient()
1081 if ( !strlen( headModelVoiceChat[j].headmodel ) ) { in CG_VoiceChatListForClient()
1082 Com_sprintf( headModelVoiceChat[j].headmodel, sizeof( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
1100 if ( !strlen( headModelVoiceChat[j].headmodel ) ) { in CG_VoiceChatListForClient()
1101 Com_sprintf( headModelVoiceChat[j].headmodel, sizeof( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_main.c2070 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
2077 Q_strncpyz(headmodel, UI_Cvar_VariableString("ui_opponentModel"), sizeof(headmodel)); in UI_DrawOpponent()
2085 UI_PlayerInfo_SetModel( &info2, model, headmodel, "" ); in UI_DrawOpponent()
2091 UI_RegisterClientModelname( &info2, model, headmodel, team ); in UI_DrawOpponent()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/ui/
H A Dui_local.h571 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team…
H A Dui_main.c1458 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1466 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1474 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1476 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()
H A Dui_players.c1251 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team… in UI_PlayerInfo_SetModel() argument
1253 UI_RegisterClientModelname( pi, model, headmodel, teamName ); in UI_PlayerInfo_SetModel()
/dports/games/openarena/openarena-engine-source-0.8.8/code/ui/
H A Dui_main.c1458 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1466 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1474 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1476 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()
H A Dui_players.c1251 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team… in UI_PlayerInfo_SetModel() argument
1253 UI_RegisterClientModelname( pi, model, headmodel, teamName ); in UI_PlayerInfo_SetModel()
H A Dui_local.h571 void UI_PlayerInfo_SetModel( playerInfo_t *pi, const char *model, const char *headmodel, char *team…
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c.mine2954 Cvar_Set( "headmodel", arg );
3192 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
H A Dcl_main.c.r17882947 Cvar_Set( "headmodel", arg );
3177 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
H A Dcl_main.c.r19102962 Cvar_Set( "headmodel", arg );
3195 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c.mine2954 Cvar_Set( "headmodel", arg );
3192 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
H A Dcl_main.c.r17882947 Cvar_Set( "headmodel", arg );
3177 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
H A Dcl_main.c.r19102962 Cvar_Set( "headmodel", arg );
3195 Cvar_Get ("headmodel", "sarge", CVAR_USERINFO | CVAR_ARCHIVE );
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c514 char headmodel[64]; member
742 if (!Q_stricmp(headModelVoiceChat[i].headmodel, headModelName)) { in CG_VoiceChatListForClient()
751 if (!strlen(headModelVoiceChat[i].headmodel)) { in CG_VoiceChatListForClient()
756 Com_sprintf(headModelVoiceChat[i].headmodel, sizeof ( headModelVoiceChat[i].headmodel ), in CG_VoiceChatListForClient()
771 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
772 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
789 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
790 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c514 char headmodel[64]; member
742 if (!Q_stricmp(headModelVoiceChat[i].headmodel, headModelName)) { in CG_VoiceChatListForClient()
751 if (!strlen(headModelVoiceChat[i].headmodel)) { in CG_VoiceChatListForClient()
756 Com_sprintf(headModelVoiceChat[i].headmodel, sizeof ( headModelVoiceChat[i].headmodel ), in CG_VoiceChatListForClient()
771 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
772 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
789 if (!strlen(headModelVoiceChat[j].headmodel)) { in CG_VoiceChatListForClient()
790 Com_sprintf(headModelVoiceChat[j].headmodel, sizeof ( headModelVoiceChat[j].headmodel ), in CG_VoiceChatListForClient()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/ui/
H A Dui_main.c1481 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1489 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1497 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1499 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_main.c1481 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1489 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1497 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1499 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()
/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_main.c1481 char headmodel[MAX_QPATH]; in UI_DrawOpponent() local
1489 strcpy(headmodel, UI_Cvar_VariableString("ui_opponentModel")); in UI_DrawOpponent()
1497 UI_PlayerInfo_SetModel( &info2, model, headmodel, ""); in UI_DrawOpponent()
1499 UI_RegisterClientModelname( &info2, model, headmodel, team); in UI_DrawOpponent()

12