Home
last modified time | relevance | path

Searched refs:loadmodel_current (Results 1 – 6 of 6) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcl_parse.c1041 if (cl.loadmodel_current < cl.loadmodel_total) in CL_BeginDownloads()
1044 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1061 for (;cl.loadmodel_current < cl.loadmodel_total;cl.loadmodel_current++) in CL_BeginDownloads()
1063 SCR_PushLoadingScreen(false, cl.model_name[cl.loadmodel_current], in CL_BeginDownloads()
1065 (cl.loadmodel_current == 1) ? LOADPROGRESSWEIGHT_WORLDMODEL : LOADPROGRESSWEIGHT_MODEL in CL_BeginDownloads()
1072 if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw) in CL_BeginDownloads()
1075 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1084 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1090 …odel_precache[cl.loadmodel_current] = Mod_ForName(cl.model_name[cl.loadmodel_current], false, fals… in CL_BeginDownloads()
1092 …if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw && cl… in CL_BeginDownloads()
[all …]
H A Dclient.h1025 int loadmodel_current; member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcl_parse.c1129 if (cl.loadmodel_current < cl.loadmodel_total) in CL_BeginDownloads()
1132 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1149 for (;cl.loadmodel_current < cl.loadmodel_total;cl.loadmodel_current++) in CL_BeginDownloads()
1151 SCR_PushLoadingScreen(false, cl.model_name[cl.loadmodel_current], in CL_BeginDownloads()
1160 if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw) in CL_BeginDownloads()
1163 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1174 cl.model_precache[cl.loadmodel_current] = sv.models[cl.loadmodel_current]; in CL_BeginDownloads()
1177 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1182 …odel_precache[cl.loadmodel_current] = Mod_ForName(cl.model_name[cl.loadmodel_current], false, fals… in CL_BeginDownloads()
1185 …if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw && cl… in CL_BeginDownloads()
[all …]
H A Dclient.h1337 int loadmodel_current; member
/dports/games/darkplaces/darkplaces/
H A Dcl_parse.c1129 if (cl.loadmodel_current < cl.loadmodel_total) in CL_BeginDownloads()
1132 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1149 for (;cl.loadmodel_current < cl.loadmodel_total;cl.loadmodel_current++) in CL_BeginDownloads()
1151 SCR_PushLoadingScreen(false, cl.model_name[cl.loadmodel_current], in CL_BeginDownloads()
1160 if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw) in CL_BeginDownloads()
1163 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1174 cl.model_precache[cl.loadmodel_current] = sv.models[cl.loadmodel_current]; in CL_BeginDownloads()
1177 if(cl.loadmodel_current == 1) in CL_BeginDownloads()
1182 …odel_precache[cl.loadmodel_current] = Mod_ForName(cl.model_name[cl.loadmodel_current], false, fals… in CL_BeginDownloads()
1185 …if (cl.model_precache[cl.loadmodel_current] && cl.model_precache[cl.loadmodel_current]->Draw && cl… in CL_BeginDownloads()
[all …]
H A Dclient.h1373 int loadmodel_current; member