Home
last modified time | relevance | path

Searched refs:bot_groundonly (Results 1 – 10 of 10) sorted by relevance

/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dsv_bot.c98 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
111 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
118 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/evq3/evq3/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_bot.c97 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
110 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
117 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_bot.c110 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
131 if ( !bot_groundonly ) { in BotDrawDebugPolygons()
132 bot_groundonly = Cvar_Get( "bot_groundonly", "1", 0 ); in BotDrawDebugPolygons()
151 if ( bot_groundonly->integer ) { in BotDrawDebugPolygons()
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_bot.c110 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
127 if ( !bot_groundonly ) { in BotDrawDebugPolygons()
128 bot_groundonly = Cvar_Get( "bot_groundonly", "1", 0 ); in BotDrawDebugPolygons()
151 if ( bot_groundonly->integer ) { in BotDrawDebugPolygons()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_bot.cpp244 static cvar_t *bot_debug, *bot_groundonly, *bot_reachability, *bot_highlightarea; in BotDrawDebugPolygons() local
257 if (!bot_groundonly) bot_groundonly = Cvar_Get("bot_groundonly", "1", 0); in BotDrawDebugPolygons()
264 if (bot_groundonly->integer) parm0 |= 4; in BotDrawDebugPolygons()