MCPcopy Create free account

hub / github.com/ccomrade/c1-launcher / functions

Functions102 in github.com/ccomrade/c1-launcher

↓ 222 callersFunctionFillNOP
Code/Launcher/Patch.cpp:12
↓ 63 callersFunctionFillMem
Code/Launcher/Patch.cpp:22
↓ 14 callersMethodPrintf
Code/Launcher/CrashLogger.cpp:91
↓ 10 callersMethodWrite
Code/Launcher/CrashLogger.cpp:73
↓ 8 callersFunctionFormat
Code/Library/Format.cpp:5
↓ 6 callersMethodGetHandle
Code/Library/DLL.h:87
↓ 5 callersMethodLoad
Code/Library/DLL.h:58
↓ 3 callersFunctionCryLogAlways
Code/CryCommon/ISystem.h:142
↓ 3 callersMethodRun
Code/Launcher/Launcher.cpp:20
↓ 2 callersFunctionFindArgIndex
Code/Library/CmdLine.cpp:8
↓ 2 callersFunctionFormatV
Code/Library/Format.cpp:15
↓ 2 callersMethodGetExitCode
Code/Launcher/Launcher.h:78
↓ 2 callersMethodInit
Code/Launcher/CrashLogger.cpp:627
↓ 2 callersMethodSetAppInstance
Code/Launcher/Launcher.h:61
↓ 2 callersMethodSetLogFileName
Code/Launcher/Launcher.h:66
↓ 2 callersMethodToString
Code/Launcher/CrashLogger.cpp:184
↓ 1 callersFunctionBaseName
Code/Launcher/CrashLogger.cpp:194
↓ 1 callersFunctionDumpExceptionInfo
Code/Launcher/CrashLogger.cpp:519
↓ 1 callersFunctionDumpRegisters
Code/Launcher/CrashLogger.cpp:550
↓ 1 callersFunctionExceptionCodeToString
Code/Launcher/CrashLogger.cpp:490
↓ 1 callersMethodGetCallStack
Code/Launcher/CrashLogger.cpp:387
↓ 1 callersMethodGetLoadedModules
Code/Launcher/CrashLogger.cpp:475
↓ 1 callersFunctionIsCrysisDLL
Code/Launcher/CrashLogger.cpp:209
↓ 1 callersFunctionLogCrash
Code/Launcher/CrashLogger.cpp:567
↓ 1 callersMethodOpen
Code/Launcher/CrashLogger.cpp:36
↓ 1 callersMethodSetDedicatedServer
Code/Launcher/Launcher.h:71
↓ 1 callersMethodTryLoad
Code/Library/DLL.h:42
MethodAllowDX9ImmersiveMultiplayer
* @brief Allows connecting to DX10 servers with game running in DX9 mode. */
Code/Launcher/Patch.cpp:36
MethodAllowDX9VeryHighSpec
* @brief Allows Very High settings in DX9 mode. */
Code/Launcher/Patch.cpp:819
MethodAllowMultipleInstances
* @brief Allows running multiple instances of Crysis at once. * Note that the first check if any instance is already running is normally done in laun
Code/Launcher/Patch.cpp:914
MethodAllowSameCDKeys
* @brief Prevents server from kicking players with the same CD key. * This is server-side patch. */
Code/Launcher/Patch.cpp:597
MethodCallStackEntry
Code/Launcher/CrashLogger.cpp:113
MethodCanJoinDX10Servers
* @brief Prevents DX10 servers in the server list from being grayed-out when the game is running in DX9 mode. */
Code/Launcher/Patch.cpp:281
MethodClose
Code/Launcher/CrashLogger.cpp:59
MethodCommandLine
Code/Library/WinAPI.cpp:11
FunctionCrashHandler
Code/Launcher/CrashLogger.cpp:612
FunctionCryLog
Code/CryCommon/ISystem.h:118
FunctionCryLogComment
Code/CryCommon/ISystem.h:166
FunctionCryLogError
Code/CryCommon/ISystem.h:134
FunctionCryLogErrorAlways
Code/CryCommon/ISystem.h:158
FunctionCryLogWarning
Code/CryCommon/ISystem.h:126
FunctionCryLogWarningAlways
Code/CryCommon/ISystem.h:150
MethodCurrentErrorCode
Code/Library/WinAPI.cpp:20
MethodDLL
Code/Library/DLL.h:24
MethodDLL_Get
Code/Library/WinAPI.cpp:54
MethodDLL_GetSymbol
Code/Library/WinAPI.cpp:64
MethodDLL_Load
Code/Library/WinAPI.cpp:59
MethodDLL_Unload
Code/Library/WinAPI.cpp:69
MethodDebugHelper
Code/Launcher/CrashLogger.cpp:294
MethodDisable3DNow
* @brief Disables use of 3DNow! instructions. * This patch correctly fixes the well-known crash of 32-bit Crysis on modern AMD processors. */
Code/Launcher/Patch.cpp:1159
MethodDisableIntros
* @brief Disables useless startup video ads. */
Code/Launcher/Patch.cpp:163
MethodEnableDX10Menu
* @brief Forces true value for DX10 flag in Flash UI scripts (ActionScript). * It unlocks DX10 features in "CREATE GAME" menu in DX9 game. */
Code/Launcher/Patch.cpp:390
MethodEnablePreordered
* @brief Unlocks advantages of pre-ordered version for everyone. * This is both server-side and client-side patch. */
Code/Launcher/Patch.cpp:523
FunctionEnumerateModulesCallback
Code/Launcher/CrashLogger.cpp:244
MethodErrorBox
Code/Library/WinAPI.cpp:78
MethodFillMem
* @brief Fills read-only memory region with custom data. * The memory region and the data must not overlap. * @param address Address of the memory r
Code/Library/WinAPI.cpp:155
MethodFillNOP
* @brief Fills read-only memory region with x86 NOP instruction. * @param address Address of the memory region. * @param length Size of the memory r
Code/Library/WinAPI.cpp:132
MethodFixInternetConnect
* @brief Allows connecting to Internet servers without GameSpy account. */
Code/Launcher/Patch.cpp:689
MethodFixLowRefreshRateBug
* @brief Prevents the DX10 renderer from using the lowest refresh rate available. * Thanks to Guzz and Vladislav for this patch. */
Code/Launcher/Patch.cpp:1263
MethodGetArgValue
Code/Library/CmdLine.cpp:27
MethodGetCrysisGameBuild
* @brief Obtains game version from any Crysis DLL. * It parses version resource of the specified file. * @param pDLL Handle of any Crysis DLL. * @r
Code/Library/WinAPI.cpp:93
MethodGetErrorCodeDescription
Code/Library/WinAPI.cpp:25
MethodGetFlags
Code/Library/DLL.h:92
MethodGetSymbol
Code/Library/DLL.h:103
MethodGetSymbolAddress
Code/Library/DLL.h:97
MethodHas3DNow
* @brief Checks if the processor supports 3DNow! instructions. * @return True if 3DNow! instruction set is available, otherwise false. */
Code/Library/CPU.cpp:27
MethodHasArg
Code/Library/CmdLine.cpp:22
MethodIGameRef
Code/CryCommon/IGameRef.h:14
MethodInit
Code/Launcher/CrashLogger.cpp:320
MethodIsAMD
* @brief Checks if AMD processor is being used. * @return True if we are running on AMD processor, otherwise false. */
Code/Library/CPU.cpp:9
MethodIsInitialized
Code/Launcher/CrashLogger.cpp:382
MethodIsLoaded
Code/Library/DLL.h:77
MethodIsOpen
Code/Launcher/CrashLogger.cpp:68
MethodIsUnloadAllowed
Code/Library/DLL.h:82
MethodLauncher
Code/Launcher/Launcher.h:45
MethodLoadEngine
Code/Launcher/Launcher.cpp:56
MethodLog
Code/Launcher/CrashLogger.cpp:26
MethodMakeError
Code/Library/WinAPI.cpp:35
MethodModule
Code/Launcher/CrashLogger.cpp:172
MethodPatchEngine
Code/Launcher/Launcher.cpp:109
MethodPatchEngine_CryAction
Code/Launcher/Launcher.cpp:134
MethodPatchEngine_CryGame
Code/Launcher/Launcher.cpp:118
MethodPatchEngine_CryNetwork
Code/Launcher/Launcher.cpp:144
MethodPatchEngine_CryRenderD3D10
Code/Launcher/Launcher.cpp:172
MethodPatchEngine_CrySystem
Code/Launcher/Launcher.cpp:153
MethodRemoveSecuROM
* @brief Disables the SecuROM crap in 64-bit CrySystem. * It does nothing in 32-bit build. */
Code/Launcher/Patch.cpp:778
MethodSetCmdLine
Code/Launcher/Launcher.cpp:43
MethodShutdownEngine
Code/Launcher/Launcher.cpp:208
MethodStartEngine
Code/Launcher/Launcher.cpp:182
MethodToString
Code/Launcher/CrashLogger.cpp:123
MethodUnhandledExceptions
* @brief Prevents the engine from installing its own broken unhandled exceptions handler. */
Code/Launcher/Patch.cpp:1018
MethodUnload
Code/Library/DLL.h:66
MethodUpdateLoop
Code/Launcher/Launcher.cpp:203
FunctionWinMain
Code/Launcher/DedicatedServer/Main.cpp:9
FunctionWinMain
Code/Launcher/Game/Main.cpp:19
Methodoperator->
Code/CryCommon/IGameRef.h:31
Methodoperator<
Code/Launcher/CrashLogger.cpp:179
Method~DLL
Code/Library/DLL.h:37
Method~DebugHelper
Code/Launcher/CrashLogger.cpp:312
Method~ILog
Code/CryCommon/ILog.h:30
next →1–100 of 102, ranked by callers