Searched refs:CVAR_DEVELOPER (Results 1 – 10 of 10) sorted by relevance
/dports/games/ufoai/ufoai-2.5-source/src/game/ |
H A D | g_main.cpp | 232 …g_aihumans = gi.Cvar_Get("g_aihumans", "0", CVAR_DEVELOPER, "Activate or deactivate the ai for hum… in G_Init() 233 g_aidebug = gi.Cvar_Get("g_aidebug", "0", CVAR_DEVELOPER|CVAR_CHEAT, "All AI actors are visible"); in G_Init() 234 g_drawtraces = gi.Cvar_Get("g_drawtraces", "0", CVAR_DEVELOPER, "All traces will be rendered"); in G_Init() 235 …g_nodamage = gi.Cvar_Get("g_nodamage", "0", CVAR_DEVELOPER|CVAR_CHEAT, "No damage in developer mod… in G_Init() 236 …g_notu = gi.Cvar_Get("g_notu", "0", CVAR_DEVELOPER|CVAR_CHEAT, "No TU costs while performing any a… in G_Init() 239 g_nospawn = gi.Cvar_Get("g_nospawn", "0", CVAR_DEVELOPER|CVAR_CHEAT, "Do not spawn a soldier"); in G_Init()
|
/dports/games/ufoai/ufoai-2.5-source/src/common/ |
H A D | cvar.cpp | 267 if (cvar->flags & CVAR_DEVELOPER) in Cvar_CompleteVariable() 544 if (var->flags & CVAR_DEVELOPER) { in Cvar_Set2() 939 if (var->flags & CVAR_DEVELOPER) in Cvar_List_f() 947 Com_Printf(var->flags & CVAR_DEVELOPER ? "D" : " "); in Cvar_List_f() 1102 if ((var->flags & CVAR_DEVELOPER) || !strncmp(var->name, "debug_", 6)) in Cvar_PrintDebugCvars()
|
H A D | cvar.h | 44 #define CVAR_DEVELOPER 32 /**< set from commandline (not from within the game) and hide from … macro
|
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/ |
H A D | cvar.h | 104 #define CVAR_DEVELOPER (1U << 0) /* can't set during normal play */ macro
|
H A D | cvar.c | 207 if (changed && (var->flags & CVAR_DEVELOPER) && !developer.value) { in Cvar_Set()
|
H A D | drawhulls.c | 711 .flags = CVAR_DEVELOPER
|
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/ |
H A D | ui_main.cpp | 222 …ui_debug = Cvar_Get("debug_ui", "0", CVAR_DEVELOPER, "Prints node names for debugging purposes - v… in UI_Init()
|
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/ |
H A D | cp_ufo.cpp | 925 cgi->Cvar_Get("debug_showufos", "0", CVAR_DEVELOPER, "Show all UFOs on geoscape"); in UFO_InitStartup()
|
H A D | cp_campaign.cpp | 1506 …cp_missiontest = cgi->Cvar_Get("cp_missiontest", "0", CVAR_DEVELOPER, "This will never stop the ti… in CP_InitStartup()
|
H A D | cp_geoscape.cpp | 2426 …debug_showInterest = cgi->Cvar_Get("debug_showinterest", "0", CVAR_DEVELOPER, "Shows the global in… in GEO_InitStartup()
|