Home
last modified time | relevance | path

Searched refs:GetCVarBool (Results 1 – 16 of 16) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/af/
H A DDialogAFView.cpp77 m_showBodies = cvarSystem->GetCVarBool( "af_showBodies" ); in IMPLEMENT_DYNAMIC()
78 m_showBodyNames = cvarSystem->GetCVarBool( "af_showBodyNames" ); in IMPLEMENT_DYNAMIC()
79 m_showMass = cvarSystem->GetCVarBool( "af_showMass" ); in IMPLEMENT_DYNAMIC()
81 m_showInertia = cvarSystem->GetCVarBool( "af_showInertia" ); in IMPLEMENT_DYNAMIC()
82 m_showVelocity = cvarSystem->GetCVarBool( "af_showVelocity" ); in IMPLEMENT_DYNAMIC()
86 m_showLimits = cvarSystem->GetCVarBool( "af_showLimits" ); in IMPLEMENT_DYNAMIC()
88 m_showTrees = cvarSystem->GetCVarBool( "af_showTrees" ); in IMPLEMENT_DYNAMIC()
93 m_noFriction = cvarSystem->GetCVarBool( "af_skipFriction" ); in IMPLEMENT_DYNAMIC()
94 m_noLimits = cvarSystem->GetCVarBool( "af_skipLimits" ); in IMPLEMENT_DYNAMIC()
98 m_showTimings = cvarSystem->GetCVarBool( "af_showTimings" ); in IMPLEMENT_DYNAMIC()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DSession_menu.cpp317 guiMainMenu->SetStateString( "nightmare", cvarSystem->GetCVarBool( "g_nightmare" ) ? "1" : "0" ); in SetMainMenuGuiVars()
742 if ( gui_configServerRate.GetInteger() == 5 || cvarSystem->GetCVarBool( "net_LANServer" ) ) { in HandleMainMenuCommands()
782 …if ( !dedicated && !cvarSystem->GetCVarBool( "net_LANServer" ) && cvarSystem->GetCVarInteger("si_m… in HandleMainMenuCommands()
882 if ( cvarSystem->GetCVarBool( "s_useEAXReverb" ) ) { in HandleMainMenuCommands()
1066 bool b = cvarSystem->GetCVarBool( "ui_ready" ); in HandleChatMenuCommands()
1583 bool bCon = cvarSystem->GetCVarBool( "con_noPrint" ); in HandleNoteCommands()
H A DCVarSystem.cpp321 if ( ( flags & CVAR_CHEAT ) && !cvarSystem->GetCVarBool( "net_allowCheats" ) ) { in Set()
444 virtual bool GetCVarBool( const char *name ) const;
699 bool idCVarSystemLocal::GetCVarBool( const char *name ) const { in GetCVarBool() function in idCVarSystemLocal
H A DCVarSystem.h235 virtual bool GetCVarBool( const char *name ) const = 0;
H A DCmdSystem.cpp490 …|CMD_FL_TOOL) ) && session && session->IsMultiplayer() && !cvarSystem->GetCVarBool( "net_allowChea… in ExecuteTokenizedString()
H A DCommon.cpp692 if ( cvarSystem->GetCVarBool( "r_fullscreen" ) ) { in Error()
738 if ( cvarSystem->GetCVarBool( "r_fullscreen" ) ) { in FatalError()
H A DSession.cpp1115 bool savedPreload = cvarSystem->GetCVarBool("com_preloadDemos"); in CompressDemoFile()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DRenderSystem_init.cpp743 if ( cvarSystem->GetCVarBool( "r_fullscreen" ) ) { in R_InitOpenGL()
753 if ( cvarSystem->GetCVarBool( "r_fullscreen" ) ) { in R_InitOpenGL()
1333 bool fsrestrict = cvarSystem->GetCVarBool( "fs_restrict" ); in R_ScreenshotFilename()
1913 bool latch = cvarSystem->GetCVarBool( "r_fullscreen" ); in R_VidRestart_f()
H A DImage_load.cpp1824 if ( cvarSystem->GetCVarBool( "g_lowresFullscreenFX" ) ) { in CopyFramebuffer()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/posix/
H A Dposix_main.cpp177 debug = cvarSystem->GetCVarBool( "fs_debug" ); in Sys_ListFiles()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DAsyncClient.cpp191 if ( cvarSystem->GetCVarBool( "net_serverDedicated" ) ) { in ConnectToServer()
1173 if ( from.type == NA_LOOPBACK || cvarSystem->GetCVarBool( "developer" ) ) { in ProcessInfoResponseMessage()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGame_local.cpp1705 if ( cvarSystem->GetCVarBool( "com_makingBuild") ) { in CacheDictionaryMedia()
1711 if ( cvarSystem->GetCVarBool( "com_makingBuild" ) ) { in CacheDictionaryMedia()
2958 if ( isMultiplayer && !cvarSystem->GetCVarBool( "net_allowCheats" ) ) { in CheatsOk()
H A DGame_network.cpp269 if ( !cvarSystem->GetCVarBool( "si_usepass" ) ) { in ServerAllowClient()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGame_local.cpp1872 if ( cvarSystem->GetCVarBool( "com_makingBuild") ) { in CacheDictionaryMedia()
1878 if ( cvarSystem->GetCVarBool( "com_makingBuild" ) ) { in CacheDictionaryMedia()
3206 if ( isMultiplayer && !cvarSystem->GetCVarBool( "net_allowCheats" ) ) { in CheatsOk()
H A DItem.cpp1403 if ( cvarSystem->GetCVarBool( "com_makingBuild") ) { in Spawn()
H A DGame_network.cpp269 if ( !cvarSystem->GetCVarBool( "si_usepass" ) ) { in ServerAllowClient()