Home
last modified time | relevance | path

Searched refs:sv_allowdownloads (Results 1 – 9 of 9) sorted by relevance

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dserver.h383 extern cvar_t sv_allowdownloads;
H A Dsv_main.c57 cvar_t sv_allowdownloads = {0, "sv_allowdownloads", "1", "whether to allow clients to download file… variable
346 Cvar_RegisterVariable (&sv_allowdownloads); in SV_Init()
2274 if (!sv_allowdownloads.integer && !is_csqc) in SV_Download_f()
H A DChangeLog12921 added sv_allowdownloads cvar to allow enabling/disabling of downloads, and sv_allowdownloads_inarch…
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dserver.h421 extern cvar_t sv_allowdownloads;
H A Dsv_main.c66 cvar_t sv_allowdownloads = {0, "sv_allowdownloads", "1", "whether to allow clients to download file… variable
478 Cvar_RegisterVariable (&sv_allowdownloads); in SV_Init()
2697 if (!sv_allowdownloads.integer && !is_csqc) in SV_Download_f()
/dports/games/darkplaces/darkplaces/
H A Dserver.h421 extern cvar_t sv_allowdownloads;
H A Dsv_main.c66 cvar_t sv_allowdownloads = {0, "sv_allowdownloads", "1", "whether to allow clients to download file… variable
479 Cvar_RegisterVariable (&sv_allowdownloads); in SV_Init()
2723 if (!sv_allowdownloads.integer && !is_csqc) in SV_Download_f()
H A DChangeLog46193 added sv_allowdownloads cvar to allow enabling/disabling of downloads, and sv_allowdownloads_inarch…
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dg_world.qc241 BADPREFIX("sv_allowdownloads");