HomeSort by relevance Sort by last modified time
    Searched full:precache (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/QW/server/
server.h 34 // initializing (precache commands, static sounds / objects, etc)
39 server_state_t state; // precache commands are only valid during load
336 extern char localmodels[MAX_MODELS][5]; // inline model names for precache
sv_init.c 26 char localmodels[MAX_MODELS][5]; // inline model names for precache
368 // precache and static commands can be issued during
392 // all spawning is completed, any further precache statements
pr_cmds.c 179 PR_RunError ("no precache: %s\n", m);
443 Con_Printf ("no precache: %s\n", samp);
898 PR_RunError ("PF_Precache_*: Precache can only be done in spawn functions");
923 PR_RunError ("PF_Precache_*: Precache can only be done in spawn functions");
sv_send.c 369 // find precache number for sound
  /external/quake/quake/src/QW/
cmds.txt 309 precache
  /external/quake/quake/src/QW/client/
snd_dma.c 78 cvar_t precache = CVAR2("precache", "1"); variable
189 Cvar_RegisterVariable(&precache);
343 if (precache.value)
cl_parse.c 622 // precache sounds
662 // precache models and note certain default indexes
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 75 cvar_t precache = CVAR2("precache", "1"); variable
186 Cvar_RegisterVariable(&precache);
347 if (precache.value)
cl_parse.cpp 247 // first we go through and touch all of the precache data that still
252 // precache models
268 // precache sounds
sv_main.cpp 27 char localmodels[MAX_MODELS][5]; // inline model names for precache
138 // find precache number for sound
1182 // all setup is completed, any further precache statements are errors
pr_cmds.cpp 250 PR_RunError ("no precache: %s\n", m);
526 Con_Printf ("no precache: %s\n", samp);
1073 PR_RunError ("PF_Precache_*: Precache can only be done in spawn functions");
1098 PR_RunError ("PF_Precache_*: Precache can only be done in spawn functions");
    [all...]
WinQuake.ncb     [all...]

Completed in 1037 milliseconds