NOTE: I haven't actually look through the code of each of these launch options yet, so I don't know what these do yet… Also I haven't trimmed the unneccessary information yet. Just look in FindParm() functions. 418 results - 130 files
appframework\glmdisplaydb_linuxwin.inl: 56: if (CommandLine()->FindParm("-glmdisableclipplanes")) 62: if (CommandLine()->FindParm("-glmenableclipplanes")) 98: m_info.m_hasDualShaders = CommandLine()->FindParm("-glmdualshaders") != 0; 110: if (CommandLine()->FindParm("-glmenabletrustblit")) 114: if (CommandLine()->FindParm("-glmdisabletrustblit")) appframework\glmrendererinfo_osx.mm: 249: if (CommandLine()->FindParm("-glmenablefakesrgb")) 320: if (CommandLine()->FindParm("-glmdisableclipplanes")) 326: if (CommandLine()->FindParm("-glmenableclipplanes")) 373: if (CommandLine()->FindParm("-glmenableperfpackage")) // force it on 378: if (CommandLine()->FindParm("-glmdisableperfpackage")) // force it off 387: m_info.m_hasDualShaders = CommandLine()->FindParm("-glmdualshaders"); 393: if (CommandLine()->FindParm("-glmenabletrustblit")) 397: if (CommandLine()->FindParm("-glmdisabletrustblit")) 426: if (m_info.m_osComboVersion > 0x000A0700 || CommandLine()->FindParm("-gl_enable_scaled_resolve") ) 437: if ( CommandLine()->FindParm("-gl_force_enable_scaled_resolve") ) 457: if ( CommandLine()->FindParm("-glmenablemallocworkaround") ) 461: if ( CommandLine()->FindParm("-glmdisablemallocworkaround") ) 877: if (CommandLine()->FindParm("-fakeleopard")) 1235: if (CommandLine()->FindParm("-glmrenderer0")) 1237: if (CommandLine()->FindParm("-glmrenderer1")) 1239: if (CommandLine()->FindParm("-glmrenderer2")) 1241: if (CommandLine()->FindParm("-glmrenderer3")) appframework\sdlmgr.cpp: 471: if ( CommandLine()->FindParm( "-gl_debug" ) ) 485: if ( !CommandLine()->FindParm("-nomousegrab") && CommandLine()->FindParm("-mousegrab") ) 720: if (!CommandLine()->FindParm("-glmnosystemcheck")) // escape hatch 756: if ( CommandLine()->FindParm( "-gl_debug" ) ) 767: if ( CommandLine()->FindParm( "-gl_dump_strings" ) ) 1425: SDL_GetModState()&KMOD_GUI && CommandLine()->FindParm( "-exclusivefs" ) ) 1444: if ( CommandLine()->FindParm( "-nonqwerty" ) ) appframework\WinApp.cpp: 61: if ( !CommandLine()->FindParm( "-game" ) && !CommandLine()->FindParm( "-vproject" ) ) dedicated\sys_common.cpp: 155: if ( !CommandLine()->FindParm( "-consoledebug" ) && 211: if ( CommandLine()->FindParm( "-noassert" ) == 0 ) dedicated\sys_windows.cpp: 385: if ( !Plat_IsInDebugSession() && !CommandLine()->FindParm( "-nominidumps") ) dedicated\console\TextConsoleUnix.cpp: 324: m_bConDebug = CommandLine()->FindParm( "-condebug" ) != 0; 325: if ( m_bConDebug && CommandLine()->FindParm( "-conclearlog" ) ) engine\baseserver.cpp: 1782: if (CommandLine()->FindParm(AUTO_RESTART)) 1833: static bool bUpdateMasterServers = !CommandLine()->FindParm( "-nomaster" ); engine\bugreporter.cpp: 2941: if ( CommandLine()->FindParm( "-internalbuild" ) ) engine\cl_demo.cpp: 1829: int itimedemo_comment = CommandLine()->FindParm( "-timedemo_comment" ); engine\cl_main.cpp: 1130: if( (i = CommandLine()->FindParm( "-buildcubemaps" )) != 0 ) 1145: else if( CommandLine()->FindParm( "-navanalyze" ) ) 1149: else if( CommandLine()->FindParm( "-navforceanalyze" ) ) 1153: else if ( CommandLine()->FindParm("-exit") ) 1265: Q_snprintf (str,sizeof( str ), "%s %s", CommandLine()->FindParm("-timedemoloop") ? "timedemo" : "playdemo", cl.demos[cl.demonum].Get()); engine\client.cpp: 854: if ( CommandLine()->FindParm( "-nopreload" ) || CommandLine()->FindParm( "-nopreloadmodels" )) 858: else if ( CommandLine()->FindParm( "-preload" ) ) 1034: if ( CommandLine()->FindParm( "-nopreload" ) || CommandLine()->FindParm( "-nopreloadsounds" )) 1038: else if ( CommandLine()->FindParm( "-preload" ) ) engine\cmd.cpp: 451: ! CommandLine()->FindParm(va( "+%s", info.command_to_issue ) ) ) engine\common.cpp: 777: if ( mapname && CommandLine()->FindParm("-uselogdir") ) engine\console.cpp: 97: con_debuglog = CommandLine()->FindParm( "-condebug" ) != 0; 387: bool bRPTClient = ( CommandLine()->FindParm( "-rpt" ) != 0 ); 388: con_debuglog = bRPTClient || ( CommandLine()->FindParm( "-condebug" ) != 0 ); 389: con_debuglogmapprefixed = CommandLine()->FindParm( "-makereslists" ) != 0; 393: if ( bRPTClient || ( CommandLine()->FindParm( "-conclearlog" ) ) ) engine\DevShotGenerator.cpp: 36: if ( CommandLine()->FindParm("-makedevshots") ) 39: if ( CommandLine()->FindParm("-usedevshotsfile") ) 92: if ( !BuildGeneralMapList( &m_Maps, CommandLine()->FindParm("-usedevshotsfile") != 0, pMapFile, "devshots", &m_iCurrentMap ) ) engine\dt_common_eng.cpp: 114: if ( CommandLine()->FindParm("-dti" ) && pSendTableProp->GetParentArrayPropName() ) engine\dt_instrumentation.cpp: 70: if ( CommandLine()->FindParm( "-dti" ) && !g_bDTIEnabled ) 189: bool dtiEnabled = CommandLine()->FindParm("-dti" ) > 0; engine\dt_send_eng.cpp: 925: if ( CommandLine()->FindParm("-dti" ) ) engine\gl_shader.cpp: 75: if ( CommandLine()->FindParm( "-ref" ) ) engine\hltvserver.cpp: 1722: if ( CommandLine()->FindParm("-tvmasteronly") ) engine\host_phonehome.cpp: 71: int iBI = CommandLine()->FindParm("-bi"); 140: if ( CommandLine()->FindParm( "-makereslists" ) ) 156: if ( CommandLine()->FindParm( "-makereslists" ) ) 289: int isDebugUser = ( Sys_IsDebuggerPresent() || CommandLine()->FindParm( "-allowdebug" ) ) ? 1 : 0; 409: if ( CommandLine()->FindParm( "-publicbuild" ) ) 414: if ( !CommandLine()->FindParm( "-internalbuild" ) && engine\host_saverestore.cpp: 3290: if ( !IsX360() && !CommandLine()->FindParm( "-noclearsave" ) ) engine\host.cpp: 4064: if ( CommandLine()->FindParm( "-insecure" ) || CommandLine()->FindParm( "-textmode" ) ) 4079: if ( CommandLine()->FindParm( "-pme" ) ) 4143: if ( CommandLine()->FindParm( "-dev" ) || ( CommandLine()->FindParm( "-allowdebug" ) && !CommandLine()->FindParm( "-nodev" ) ) ) 4155: if ( CommandLine()->FindParm( "-nocrashdialog" ) ) 4174: if ( !CommandLine()->FindParm( "-nogamedll" ) ) 4272: if ( CommandLine()->FindParm( "-swapcores" ) ) 4284: host_checkheap = CommandLine()->FindParm( "-heapcheck" ) ? true : false; 4300: if ( CommandLine()->FindParm( "-makereslists" ) ) 4306: if ( CommandLine()->FindParm( "-makedevshots" ) ) 4312: if ( !sv.IsDedicated() || CommandLine()->FindParm( "-phonehome" ) ) 4315: if ( IsDebug() && CommandLine()->FindParm( "-phonehome" ) ) engine\MapReslistGenerator.cpp: 59: if ( CommandLine()->FindParm("-makereslists") ) 62: if ( CommandLine()->FindParm("-usereslistfile") ) 68: else if ( CommandLine()->FindParm( "-rebuildaudio" ) ) 73: if ( CommandLine()->FindParm( "-trackdeletions" ) ) 144: bool bUseMap = CommandLine()->FindParm("+map") != 0; 145: bool bUseMapListFile = bUseMap ? false : CommandLine()->FindParm("-usereslistfile") != 0; 419: if ( !CommandLine()->FindParm( "-startmap" ) ) 524: return CommandLine()->FindParm( "-rebuildaudio" ) != 0; 527: if ( !CommandLine()->FindParm( "-norebuildaudio" ) ) 598: if ( !CommandLine()->FindParm( "-forever" ) ) engine\matsys_interface.cpp: 576: if ( CommandLine()->FindParm( "-dxlevel" ) ) 591: if ( CommandLine()->FindParm( "-sw" ) || 592: CommandLine()->FindParm( "-startwindowed" ) || 593: CommandLine()->FindParm( "-windowed" ) || 594: CommandLine()->FindParm( "-window" ) ) 599: else if ( CommandLine()->FindParm( "-full" ) || CommandLine()->FindParm( "-fullscreen" ) ) 605: if ( CommandLine()->FindParm( "-width" ) || CommandLine()->FindParm( "-w" ) ) 609: if( !( CommandLine()->FindParm( "-height" ) || CommandLine()->FindParm( "-h" ) ) ) 614: if ( CommandLine()->FindParm( "-height" ) || CommandLine()->FindParm( "-h" ) ) 622: if ( CommandLine()->FindParm( "-displayindex" ) ) 647: if ( CommandLine()->FindParm( "-resizing" ) ) 652: if ( CommandLine()->FindParm( "-mat_vsync" ) ) 668: if ( CommandLine()->FindParm( "-safe" ) ) 781: !CommandLine()->FindParm( "-autoconfig" ) && 782: !CommandLine()->FindParm( "-dxlevel" )) 796: if ( !CommandLine()->FindParm( "-dxlevel" ) && !s_bVideoConfigOverriddenFromCmdLine ) 967: if ( !CommandLine()->FindParm( "-dxlevel" ) ) engine\net_ws.cpp: 73: if ( CommandLine()->FindParm( "-xnet_bypass_security" ) ) 616: if ( CommandLine()->FindParm( "-reuse" ) ) 675: const bool bStrictBind = CommandLine()->FindParm( "-strictportbind" ); 3064: if ( net_dedicated || CommandLine()->FindParm( "-usercon" ) ) 3198: if ( CommandLine()->FindParm( "-NoQueuedPacketThread" ) ) 3204: if (CommandLine()->FindParm("-nodns")) 3209: if (CommandLine()->FindParm("-usetcp")) 3214: if (CommandLine()->FindParm("-nohltv")) 3219: if (CommandLine()->FindParm("-noip")) engine\OcclusionSystem.cpp: 2463: if ( !cl.m_bAreaBitsValid && CommandLine()->FindParm( "-buildcubemaps" ) ) engine\rpt_engine.cpp: 86: if ( CommandLine()->FindParm( "-rpt" ) == 0 ) 366: if ( CommandLine()->FindParm( "-rpt" ) == 0 ) engine\staticpropmgr.cpp: 563: g_MakingDevShots = CommandLine()->FindParm( "-makedevshots" ) ? true : false; engine\sv_main.cpp: 924: if ( CommandLine()->FindParm( "-NoLoadPluginsForClient" ) == 0 ) 2252: if ( CommandLine()->FindParm("-nohltv") ) 2394: if ( CommandLine()->FindParm( "-NoLoadPluginsForClient" ) != 0 ) 2581: if ( !CommandLine()->FindParm( "-allowstalezip" ) ) engine\sv_packedentities.cpp: 642: bool bSpew = CommandLine()->FindParm( "-netspike" ) != 0; engine\sv_precache.cpp: 219: if ( CommandLine()->FindParm( "-nopreload" ) || CommandLine()->FindParm( "-nopreloadmodels" )) 223: else if ( sv_forcepreload.GetInt() || CommandLine()->FindParm( "-preload" ) ) engine\sv_steamauth.cpp: 134: else if ( CommandLine()->FindParm( "-insecure" ) ) 172: if ( CommandLine()->FindParm( "-steamport" ) ) 237: if ( CommandLine()->FindParm("-hushsteam") || !SteamGameServer_InitSafe( engine\sv_uploadgamestats.cpp: 355: if ( CommandLine()->FindParm( "-nogamestats" ) ) engine\sys_dll.cpp: 410: !CommandLine()->FindParm( "-makereslists" ) && 411: !CommandLine()->FindParm( "-nomessagebox" ) && 412: !CommandLine()->FindParm( "-nocrashdialog" ) ) 435: if ( bMinidump && !Plat_IsInDebugSession() && !CommandLine()->FindParm( "-nominidumps") ) 574: if ( CommandLine()->FindParm( "-minmemory" ) ) 940: if ( CommandLine()->FindParm( "-noassert" ) == 0 ) 1069: if( !CommandLine()->FindParm( "-nodttest" ) && !CommandLine()->FindParm( "-dti" ) ) 1077: SeedRandomNumberGenerator( CommandLine()->FindParm( "-random_invariant" ) != 0 ); engine\sys_dll2.cpp: 875: bool bUseBreakpad = !CommandLine()->FindParm( "-nobreakpad" ) && ( !bDedicated || !IsSourceModLoaded() ); 882: bool bFullMemoryDump = !bDedicated && IsWindows() && CommandLine()->FindParm( "-full_memory_dumps" ); 1166: if ( CommandLine()->FindParm( "-sv_benchmark" ) != 0 ) 1768: if ( CommandLine()->FindParm( "-safe" ) ) 1774: if ( CommandLine()->FindParm( "-autoconfig" ) ) 1876: if ( CommandLine()->FindParm( "-insecure" ) || CommandLine()->FindParm( "-textmode" ) ) 1906: bool noMinidumps = CommandLine()->FindParm( "-nominidumps"); 1942: // if ( CommandLine()->FindParm( "-tools" ) ) 2033: // if ( CommandLine()->FindParm( "-tools" ) ) 2284: if ( CommandLine()->FindParm( "-sv_benchmark" ) != 0 ) 2289: if ( CommandLine()->FindParm( "-dumplongticks" ) ) 2405: g_pFullFileSystem->EnableWhitelistFileTracking( true, true, CommandLine()->FindParm( "-sv_pure_verify_hashes" ) ? true : false ); engine\sys_getmodes.cpp: 858: char debugstartup = CommandLine()->FindParm("-debugstartupscreen"); 1029: if ( CommandLine()->FindParm( "-noshaderapi" ) ) 1053: if ( CommandLine()->FindParm( "-noshaderapi" ) ) 1377: if( !CommandLine()->FindParm( "-noborder" ) && !m_bVROverride ) 1447: if ( m_bVROverride || CommandLine()->FindParm( "-noborder" ) ) 2289: if ( CommandLine()->FindParm( "-small" ) ) engine\sys_mainwind.cpp: 997: if( !CommandLine()->FindParm( "-noborder" ) ) engine\tmessage.cpp: 378: bool bSpew = CommandLine()->FindParm( "-textmessagedebug" ) ? true : false; engine\toolframework.cpp: 243: if ( CommandLine()->FindParm( "-tools" ) ) engine\vgui_baseui_interface.cpp: 821: ( CommandLine()->FindParm( "-toconsole" ) || CommandLine()->FindParm( "-console" ) || CommandLine()->FindParm( "-rpt" ) || CommandLine()->FindParm( "-allowdebug" ) ) ) 827: m_bNoShaderAPI = CommandLine()->FindParm( "-noshaderapi" ); engine\audio\private\snd_wave_data.cpp: 53: return ( pref >= 2 ) || ( pref == 1 && CommandLine()->FindParm( "-steam" ) != 0 ); engine\audio\private\snd_wave_source.cpp: 2367: m_bSndCacheDebug = CommandLine()->FindParm( "-sndcachedebug" ) ? true : false; engine\audio\private\vox.cpp: 2382: if ( !CommandLine()->FindParm( "-makereslists" ) && 2383: !CommandLine()->FindParm( "-spewsentences" ) ) 2388: bool spewsentences = CommandLine()->FindParm( "-spewsentences" ) != 0 ? true : false; external\vpc\public\tier0\logging.h: 391: if ( pContext->m_Severity == LS_ASSERT && !CommandLine()->FindParm( "-noassert" ) ) 414: if ( ( pContext->m_Severity == LS_ASSERT && !CommandLine()->FindParm( "-noassert" ) ) || pContext->m_Severity == LS_ERROR ) external\vpc\tier0\stacktools.cpp: 687: if( (CommandLine()->FindParm( "-steam" ) != 0) && //is steam 688: (CommandLine()->FindParm( "-internalbuild" ) == 0) ) //is not steam beta external\vpc\tier1\interface.cpp: 336: if ( CommandLine()->FindParm( "-xlsp" ) ) 341: else if ( CommandLine()->FindParm( "-valveinternal" ) ) 347: else if ( CommandLine()->FindParm( "-ds" ) ) // windows DS bins 438: int i = CommandLine()->FindParm( "-basedir" ); 502: if ( hDLL && !CommandLine()->FindParm( "-allowdebug" ) && filesystem\basefilesystem.cpp: 94: if ( CommandLine()->FindParm( "-log_opened_files" ) ) 339: if ( CommandLine()->FindParm( "-dvd" ) ) 343: else if ( CommandLine()->FindParm( "-dvddev" ) ) 469: if( CommandLine()->FindParm( "-fs_logbins" ) >= 0 ) 3102: if ( !CommandLine()->FindParm( "-fs_nopreloaddata" ) ) filesystem\filesystem_async.cpp: 657: if ( CommandLine()->FindParm( "-noasync" ) ) filesystem\QueuedLoader.cpp: 1624: if ( CommandLine()->FindParm( "-noqueuedload" ) || ( g_pFullFileSystem->GetDVDMode() != DVDMODE_STRICT ) ) game\client\c_env_screenoverlay.cpp: 93: CommandLine()->FindParm( "-makereslists" ) ) game\client\c_soundscape.cpp: 853: if ( !CommandLine()->FindParm( "-makereslists" ) ) game\client\cdll_client_int.cpp: 971: if ( CommandLine()->FindParm( "-textmode" ) ) 974: if ( CommandLine()->FindParm( "-makedevshots" ) ) game\client\hud_lcd.cpp: 55: if ( !CommandLine()->FindParm( "-g15" ) ) 66: if ( !CommandLine()->FindParm( "-g15" ) ) 175: if ( !CommandLine()->FindParm( "-g15" ) ) game\client\in_forcefeedback.cpp: 479: if ( CommandLine()->FindParm("-noff" ) ) game\client\in_mouse.cpp: 256: if ( CommandLine()->FindParm("-nomouse" ) ) game\client\particlemgr.cpp: 1106: startParams.iAffinityTable[1] = CommandLine()->FindParm( "-swapcores" ) ? XBOX_PROCESSOR_5 : XBOX_PROCESSOR_3; game\client\ScreenSpaceEffects.cpp: 68: if ( CommandLine()->FindParm( "-filmgrain" ) ) game\client\tf\tf_hud_mainmenuoverride.cpp: 1223: if ( CommandLine()->FindParm( "-insecure" ) ) game\client\tf\vgui\vgui_rootpanel_tf.cpp: 60: if ( CommandLine()->FindParm( "-insecure" ) ) game\server\AI_ResponseSystem.cpp: 1833: bool bTouchFiles = CommandLine()->FindParm( "-makereslists" ) != 0; game\server\GameStats.cpp: 629: gamestats->m_bLoggingToFile = CommandLine()->FindParm( "-gamestatsloggingtofile" ) ? true : false; 636: gamestats->m_bLogging = CommandLine()->FindParm( "-gamestatslogging" ) ? true : false; game\server\point_devshot_camera.cpp: 82: if ( !CommandLine()->FindParm("-makedevshots") ) 198: if ( !CommandLine()->FindParm("-makedevshots") ) game\server\sceneentity.cpp: 4599: nMakingReslists = CommandLine()->FindParm( "-makereslists" ) > 0 ? 1 : 0; game\server\serverbenchmark_base.cpp: 59: bool bBenchmark = (CommandLine()->FindParm( "-sv_benchmark" ) != 0); game\server\cstrike\cs_player.cpp: 950: if ( CommandLine()->FindParm("-makedevshots") ) 5290: if ( CommandLine()->FindParm( "-makereslists" ) ) // don't show the MOTD when making reslists 5517: if ( CommandLine()->FindParm( "-makereslists" ) ) // don't show the menu when making reslists game\server\tf\workshop\maps_workshop.cpp: 63: int i = CommandLine()->FindParm( "-ugcpath" ); game\shared\GameStats.cpp: 694: gamestats->m_bLoggingToFile = CommandLine()->FindParm( "-gamestatsloggingtofile" ) ? true : false; 695: gamestats->m_bLogging = CommandLine()->FindParm( "-gamestatslogging" ) ? true : false; 1054: if ( CommandLine()->FindParm( "-gamestatsfileoutputonly" ) ) game\shared\tf\tf_gamerules.cpp: 3123: m_bSillyGibs = CommandLine()->FindParm( "-sillygibs" ) ? true : false; gameui\BasePanel.cpp: 502: bool isSteam = IsPC() && ( CommandLine()->FindParm("-steam") != 0 ); gameui\GameUI_Interface.cpp: 392: if ( CommandLine()->FindParm( "-nostartupsound" ) ) gcsdk\gcbase.cpp: 132: bool bRaiseOnAssert = getenv( "RAISE_ON_ASSERT" ) || !!CommandLine()->FindParm( "-raiseonassert" ); 138: bool bRaiseOnAssert = !!CommandLine()->FindParm( "-raiseonassert" ); hammer\hammer.cpp: 160: if ( !Plat_IsInDebugSession() && !CommandLine()->FindParm( "-nominidumps") ) 924: if ( CommandLine()->FindParm( "-chooseconfig" ) ) hammer\op_entity.cpp: 3658: if ( 1/*g_pFullFileSystem->IsSteam()*/ || CommandLine()->FindParm( "-NewDialogs" ) ) inputsystem\joystick_sdl.cpp: 178: if ( CommandLine()->FindParm("-nojoy") ) return; launcher\launcher.cpp: 425: if ( !CommandLine()->FindParm( "-startmap" ) && !CommandLine()->FindParm( "-startstage" ) ) 703: if ( IsPC() && ( ( CommandLine()->FindParm( "-tools" ) && !CommandLine()->FindParm( "-nop4" ) ) || CommandLine()->FindParm( "-p4" ) ) ) 710: if ( !p4 && !CommandLine()->FindParm( "-steam" ) ) 745: if ( CommandLine()->FindParm( "-noshaderapi" ) ) 1098: ! CommandLine()->FindParm(va( "+%s", info.command_to_issue ) ) ) materialsystem\cmaterialsystem.cpp: 844: if ( CommandLine()->FindParm("-forceallmips") ) 5182: if ( CommandLine()->FindParm( "-matscan") ) { materialsystem\shadersystem.cpp: 244: if ( CommandLine()->FindParm( "-noshaderapi" ) || 245: CommandLine()->FindParm( "-makereslists" ) ) 350: if ( CommandLine()->FindParm( "-testshaders" ) ) 689: if (CommandLine()->FindParm("-glmspew")) materialsystem\shaderapidx9\gpubufferallocator.cpp: 47: m_bEnabled = USE_GPU_BUFFER_ALLOCATOR && !CommandLine()->FindParm( "-no_gpu_buffer_allocator" ); materialsystem\shaderapidx9\hardwareconfig.cpp: 542: if (1) //(CommandLine()->FindParm("-glslmode")) 926: if ( CommandLine()->FindParm( "-disallowhwmorph" ) ) materialsystem\shaderapidx9\shaderapidx8.cpp: 1958: m_NullDevice = !!CommandLine()->FindParm( "-nulldevice" ); materialsystem\shaderapidx9\shaderdevicebase.cpp: 517: // if( CommandLine()->FindParm( "-debugdxsupport" ) ) 623: if ( CommandLine()->FindParm("-arbmode") || CommandLine()->CheckParm( "-nouserclip" ) ) 681: if( CommandLine()->FindParm( "-debugdxsupport" ) ) 779: if ( CommandLine()->FindParm( "-debugdxsupport" ) ) 800: if ( CommandLine()->FindParm( "-debugdxsupport" ) ) materialsystem\shaderapidx9\shaderdevicedx8.cpp: 154: bool bD3D9ExForceDisable = ( CommandLine()->FindParm( "-nod3d9ex" ) != 0 ) || 786: if ( CommandLine()->FindParm( "-limitvsconst" ) ) 877: if ( CommandLine()->CheckParm( "-nouserclip" ) /* || (IsOpenGL() && (!CommandLine()->FindParm("-glslmode"))) || r_emulategl.GetBool() */ ) 1686: if ( !info.m_bWaitForVSync || CommandLine()->FindParm( "-forcenovsync" ) ) 2216: devType = CommandLine()->FindParm( "-nulldevice" ) ? D3DDEVTYPE_NULLREF: devType; materialsystem\shaderapidx9\texturedx8.cpp: 315: if( CommandLine()->FindParm( "-nulldevice" ) ) public\filesystem_init.cpp: 336: if ( CommandLine()->FindParm( "-basedir" ) ) 406: if ( bRunVConfig && g_FileSystemErrorMode == FS_ERRORMODE_VCONFIG && !CommandLine()->FindParm( CMDLINEOPTION_NOVCONFIG ) && !GetVProjectCmdLineValue() ) 500: if ( CommandLine()->FindParm( "-tempcontent" ) != 0 ) 828: if ( IsX360() && CommandLine()->FindParm( "-basedir" ) ) 869: if ( IsX360() && CommandLine()->FindParm( "-basedir" ) ) public\togl\linuxwin\glmgr.h: 518: if (CommandLine()->FindParm("-caps_noclipplanes")) sdklauncher\Main.cpp: 160: if ( CommandLine()->FindParm( "-noassert" ) == 0 ) 508: if ( CommandLine()->FindParm( "-runhammer" ) ) 514: else if ( CommandLine()->FindParm( "-runmodelviewer" ) ) 520: else if ( CommandLine()->FindParm( "-runfaceposer" ) ) 533: if ( CommandLine()->FindParm( "-AutoHL2Mod" ) ) 536: int iParm = CommandLine()->FindParm( "-CreateMod" ); tier0\dbg.cpp: 92: bool bRaiseOnAssert = getenv( "RAISE_ON_ASSERT" ) || !!CommandLine()->FindParm( "-raiseonassert" ); 98: bool bRaiseOnAssert = !!CommandLine()->FindParm( "-raiseonassert" ); 381: static bool s_bHushAsserts = !!CommandLine()->FindParm( "-hushasserts" ); tier0\stacktools.cpp: 707: if( (CommandLine()->FindParm( "-steam" ) != 0) && //is steam 708: (CommandLine()->FindParm( "-internalbuild" ) == 0) ) //is not steam beta tier1\interface.cpp: 284: int i = CommandLine()->FindParm( "-basedir" ); 348: !CommandLine()->FindParm( "-allowdebug" ) && tier1\KeyValues.cpp: 657: static bool s_bCacheEnabled = !!CommandLine()->FindParm( "-enable_keyvalues_cache" ); togl\linuxwin\cglmprogram.cpp: 359: bool bTimeShaderCompiles = (CommandLine()->FindParm( "-gl_time_shader_compiles" ) != 0); 482: bool bValidateShaderEarly = (CommandLine()->FindParm( "-gl_validate_shader_early" ) != 0); 661: bool bTimeShaderCompiles = (CommandLine()->FindParm( "-gl_time_shader_compiles" ) != 0); 932: bool bTimeShaderCompiles = (CommandLine()->FindParm( "-gl_time_shader_compiles" ) != 0); 1100: bool bTimeShaderCompiles = (CommandLine()->FindParm( "-gl_time_shader_compiles" ) != 0); 1192: bool bValidateShaderEarly = (CommandLine()->FindParm( "-gl_validate_shader_early" ) != 0); togl\linuxwin\cglmtex.cpp: 1254: if (CommandLine()->FindParm("-disable_srgbtex")) 1795: static bool print_allflips = CommandLine()->FindParm("-glmspewallsrgbflips"); 1796: static bool print_firstflips = CommandLine()->FindParm("-glmspewfirstsrgbflips"); 1797: static bool print_freqflips = CommandLine()->FindParm("-glmspewfreqsrgbflips"); 1798: static bool print_crawls = CommandLine()->FindParm("-glmspewsrgbcrawls"); 1799: static bool print_maxcrawls = CommandLine()->FindParm("-glmspewsrgbmaxcrawls"); 1874: static bool s_nosrgbflips = CommandLine()->FindParm( "-glmnosrgbflips" ); togl\linuxwin\dxabstract.cpp: 1677: if ( !CommandLine()->FindParm("-glmenabletrustmsaa") ) togl\linuxwin\glentrypoints.cpp: 472: if ( CommandLine()->FindParm( "-glmnosrgbdecode" ) ) togl\linuxwin\glmgr.cpp: 2530: m_slowAssertEnable = CommandLine()->FindParm("-glmassertslow") != 0; 2531: m_slowSpewEnable = CommandLine()->FindParm("-glmspewslow") != 0; 2532: m_checkglErrorsAfterEveryBatch = CommandLine()->FindParm("-glcheckerrors") != 0; 2539: if ( CommandLine()->FindParm("-glslmode") ) 2543: if ( CommandLine()->FindParm("-arbmode") && !CommandLine()->FindParm("-glslcontrolflow") ) 2572: if ( gGL->m_bHave_GL_ARB_debug_output && CommandLine()->FindParm( "-gl_debug" ) ) 2601: if (CommandLine()->FindParm("-glmspewcaps")) 2666: if (CommandLine()->FindParm("-glmwriteallslots")) m_paramWriteMode = eParamWriteAllSlots; 2667: if (CommandLine()->FindParm("-glmwriteshaderslots")) m_paramWriteMode = eParamWriteShaderSlots; 2668: if (CommandLine()->FindParm("-glmwriteshaderslotsoptional")) m_paramWriteMode = eParamWriteShaderSlotsOptional; 2669: if (CommandLine()->FindParm("-glmwritedirtyslotrange")) m_paramWriteMode = eParamWriteDirtySlotRange; 2673: if (CommandLine()->FindParm("-glmwriteallattribs")) m_attribWriteMode = eAttribWriteAll; 2674: if (CommandLine()->FindParm("-glmwritedirtyattribs")) m_attribWriteMode = eAttribWriteDirty; 2755: if ( CommandLine()->FindParm("-glmenablemtgl2") ) 2760: if ( CommandLine()->FindParm("-glmdisablemtgl2") ) 2766: if (CommandLine()->FindParm("-glmenablemtgl")) 2771: if (CommandLine()->FindParm("-glmdisablemtgl")) togl\linuxwin\glmgrbasics.cpp: 2726: if ( CommandLine()->FindParm("-noprintconsole") ) 2731: if ( CommandLine()->FindParm("-noprintdebugger") ) 2736: if ( CommandLine()->FindParm("-noprintoglp") ) 2742: if (!CommandLine()->FindParm("-glmspew")) 2754: if ( CommandLine()->FindParm( "-glmbootspew" ) ) utils\dmxedit\dmxedit.cpp: 3732: if ( CommandLine()->FindParm( "-coe" ) || CommandLine()->FindParm( "-continueOnError" ) ) utils\dmxedit\luamain.cpp: 222: if ( CommandLine()->FindParm( "-nop4" ) ) utils\hlfaceposer\mdlviewer.cpp: 770: if ( ! CommandLine()->FindParm( "-NoSteamDialog" ) ) 1732: if ( ! CommandLine()->FindParm( "-NoSteamDialog" ) ) 2635: if ( CommandLine()->FindParm( "-nop4" ) || !p4 ) utils\hlmv\mdlviewer.cpp: 1357: g_bOldFileDialogs = ( CommandLine()->FindParm( "-olddialogs" ) != 0 ); 1459: if ( CommandLine()->FindParm( "-NoSteamdDialog" ) ) 1505: if ( CommandLine()->FindParm( "-screenshot" ) ) 1509: else if ( CommandLine()->FindParm( "-dump" ) ) utils\itemtest\itemtestapp.cpp: 673: int nRet = CommandLine()->FindParm( s_pszFlags[nFlag][kShortFlag] ); 678: return CommandLine()->FindParm( s_pszFlags[nFlag][kLongFlag] ); utils\mdlinfo\main.cpp: 343: if ( CommandLine()->FindParm( s_binaryOptions[ii].m_pszShortName ) > 0 || CommandLine()->FindParm( s_binaryOptions[ii].m_pszLongName ) > 0 ) 350: if ( CommandLine()->FindParm( pszOpt ) > 0 ) utils\mkentitypatch\mkentitypatch.cpp: 401: if ( CommandLine()->FindParm( "-nop4" ) ) utils\pcffix\pcffix.cpp: 486: if ( CommandLine()->FindParm( "-nop4" ) ) utils\sceneviewer\sceneviewer.cpp: 212: if ( CommandLine()->FindParm( "-help" ) ) 407: if ( !CommandLine()->FindParm( "-nozoom" ) ) 417: if ( CommandLine()->FindParm( "-showasset" ) ) 423: if ( CommandLine()->FindParm( "-showcomboeditor" ) ) utils\sfmgen\sfmgen.cpp: 925: if ( CommandLine()->FindParm( "-nop4" ) ) 937: info.m_bWritePhonemesInWavs = CommandLine()->FindParm( "-p" ) != 0; 938: info.m_bUsePhonemesInWavs = CommandLine()->FindParm( "-w" ) != 0; 941: info.m_bGenerateSFMFiles = CommandLine()->FindParm( "-nosfm" ) == 0; 942: info.m_bExtractPhonemeFromWavsForMp3 = CommandLine()->FindParm("-mp3"); utils\shadercompile\d3dxfxc.cpp: 240: static bool s_bNoIntercept = ( CommandLine()->FindParm("-nointercept") != 0 ); utils\shadercompile\shadercompile.cpp: 1132: static bool s_bDebuggerAttached = ( CommandLine()->FindParm( "-debugwait" ) == 0 ); 2227: g_bVerbose = CommandLine()->FindParm("-verbose") != 0; 2389: if ( int iSubprocess = CommandLine()->FindParm( "-subprocess" ) ) 2398: g_bIsX360 = CommandLine()->FindParm( "-x360" ) != 0; 2401: bool bShouldUseVMPI = ( CommandLine()->FindParm( "-nompi" ) == 0 ); 2431: if ( CommandLine()->FindParm( "-game" ) == 0 ) utils\studiomdl\studiomdl.cpp: 9583: if ( !CommandLine()->FindParm( "-nop4" ) ) 9964: if ( ( CommandLine()->FindParm( "-nop4" ) ) || ( !bP4DLLExists ) ) utils\texturecompile\texturecompile.cpp: 533: g_bVerbose = CommandLine()->FindParm("-verbose") != 0; utils\vcdimport\vcdimport.cpp: 143: if ( CommandLine()->FindParm( "-nop4" ) ) 157: info.m_bIgnorePhonemes = CommandLine()->FindParm( "-p" ) != 0; utils\vcdupdate\vcdupdate.cpp: 440: if ( CommandLine()->FindParm( "-nop4" ) ) utils\vmpi\vmpi_distribute_work_default.cpp: 348: if ( CommandLine()->FindParm( "-mpi_NoScheduler" ) ) utils\vmpi\vmpi.cpp: 2460: int iParam = CommandLine()->FindParm( VMPI_GetParamString( eParam ) ); utils\vmpi\vmpi_transfer\vmpi_transfer.cpp: 159: if ( CommandLine()->FindParm( "-PatchHost" ) == 0 ) utils\vtex\vtex.cpp: 131: if ( CommandLine()->FindParm( "-crcvalidate" ) ) 1799: if( CommandLine()->FindParm( "-crcvalidate" ) ) 1837: if( !CommandLine()->FindParm( "-crcforce" ) ) 1855: if( !CommandLine()->FindParm( "-crcforce" ) ) 2382: if ( CommandLine()->FindParm( "-deducepath" ) ) 2437: if ( CommandLine()->FindParm( "-quickconvert" ) ) 2859: if ( !CommandLine()->FindParm( "-p4skip" ) ) 2868: if ( g_bUsedAsLaunchableDLL && !CommandLine()->FindParm( "-nop4" ) && bP4DLLExists ) 2973: if ( g_bUsedAsLaunchableDLL && p4 && !CommandLine()->FindParm( "-p4skip" ) ) utils\xbox\MakeGameData\MakeGameData.cpp: 1040: if ( CommandLine()->FindParm( "-v" ) || CommandLine()->FindParm( "-version" ) ) 1047: if ( CommandLine()->ParmCount() < 2 || CommandLine()->FindParm( "?" ) || CommandLine()->FindParm( "-h" ) || CommandLine()->FindParm( "-help" ) ) 1069: bRecurse = CommandLine()->FindParm( "-recurse" ) || CommandLine()->FindParm( "-r" ); 1070: g_bForce = CommandLine()->FindParm( "-force" ) || CommandLine()->FindParm( "-f" ); 1071: g_bTest = CommandLine()->FindParm( "-test" ) != 0; 1072: g_bQuiet = CommandLine()->FindParm( "-quiet" ) || CommandLine()->FindParm( "-q" ); 1073: g_bMakeScenes = CommandLine()->FindParm( "-scenes" ) != 0; 1074: g_bMakeScenesPC = CommandLine()->FindParm( "-pcscenes" ) != 0; 1080: g_bUseMapList = CommandLine()->FindParm( "-usemaplist" ) != 0; 1085: argnum = CommandLine()->FindParm( "-z" ); 1095: argnum = CommandLine()->FindParm( "-zo" ); 1119: argnum = CommandLine()->FindParm( "-t" ); 1126: if ( CommandLine()->FindParm( "-preloadinfo" ) ) utils\xbox\makephx\makephx.cpp: 279: g_bRecursive = CommandLine()->FindParm("-r") > 0 ? true : false; 280: g_bQuiet = CommandLine()->FindParm("-quiet") > 0 ? true : false; utils\xbox\vxbdm\console.cpp: 569: g_xbx_bDoSyncOutput = CommandLine()->FindParm( "-syncoutput" ) != 0; utils\xbox\xbspinfo\xbspinfo.cpp: 391: if ( argc < 2 || CommandLine()->FindParm( "?" ) || CommandLine()->FindParm( "-h" ) || CommandLine()->FindParm( "-help" ) ) 405: g_bQuiet = CommandLine()->FindParm( "-q" ) != 0; 406: g_bAsPercent = CommandLine()->FindParm( "-p" ) != 0 || CommandLine()->FindParm( "-percent" ) != 0; 407: g_bAsBytes = CommandLine()->FindParm( "-b" ) != 0 || CommandLine()->FindParm( "-bytes" ) != 0; 408: g_bSortByOffset = CommandLine()->FindParm( "-so" ) != 0; 409: g_bSortBySize = CommandLine()->FindParm( "-ss" ) != 0; 410: g_bFriendlyNames = CommandLine()->FindParm( "-names" ) != 0; vgui2\src\InputWin32.cpp: 560: m_nDebugMessages = CommandLine()->FindParm( "-vguifocus" ) ? 1 : 0; vgui2\src\LocalizedStringTable.cpp: 429: if ( CommandLine()->FindParm( "-ccsyntax" ) ) vgui2\src\vgui.cpp: 1158: m_bDebugMessages = CommandLine()->FindParm( "-vguimessages" ) ? true : false; vgui2\vgui_controls\BuildGroup.cpp: 928: if ( !bSuccess && CommandLine()->FindParm( "-insecure" ) ) vgui2\vgui_controls\FileOpenStateMachine.cpp: 386: if ( CommandLine()->FindParm( "-nop4" ) ) vgui2\vgui_controls\Panel.cpp: 5322: s_bDebugMessages = CommandLine()->FindParm( "-vguimessages" ) ? 1 : 0; vguimatsurface\MatSystemSurface.cpp: 348: if ( ! (CommandLine()->FindParm("-disable_matsurf_noculls")) ) 413: g_bSpewFocus = CommandLine()->FindParm( "-vguifocus" ) ? true : false; video\quicktime_video.cpp: 696: if ( CommandLine()->FindParm( "-noquicktime" ) ) Submitted by Amicdict | #Specialdealer Special Offer Online Shopping Store 2016
No comments:
Post a Comment