Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lovrom8/RSMods
/ functions
Functions
3,570 in github.com/Lovrom8/RSMods
⨍
Functions
3,570
◇
Types & classes
844
↓ 1 callers
Function
CalculateCRCFromLockedTexture
DLL/D3D/D3D.cpp:382
↓ 1 callers
Method
CheckExecutable
(string installLocation)
Installer/ExeUtil.cs:45
↓ 1 callers
Method
CheckExecutable
(string installLocation)
GUI/Util/ExeUtil.cs:45
↓ 1 callers
Function
CheckIfGameHasLoaded
<summary> Checks if the game has finished loading or has the user opened a new user profile? This prevents the user from being locked in a loop. </sum
DLL/ModManager.cpp:561
↓ 1 callers
Function
ClampColorComponents
<summary> Helper to clamp RGB components to [0, 1] </summary>
DLL/D3D/D3D.cpp:254
↓ 1 callers
Function
ClampWindowRect
DLL/Lib/ImGUI/imgui.cpp:5538
↓ 1 callers
Method
CleanUnpackedCache
()
GUI/SetAndForgetMods.cs:82
↓ 1 callers
Function
CleanupSongSpecificStates
<summary> Cleans up states that are only active during songs. </summary>
DLL/ModManager.cpp:347
↓ 1 callers
Method
Clear
Clear members.
DLL/Wwise/Types.hpp:1600
↓ 1 callers
Method
Clear
DLL/Lib/ImGUI/imgui_internal.h:1245
↓ 1 callers
Function
ClearAllBits
DLL/Lib/ImGUI/imgui_internal.h:537
↓ 1 callers
Function
ClearFreeMemory
DLL/Lib/ImGUI/imgui_internal.h:1027
↓ 1 callers
Method
ClearInputKeys
DLL/Lib/ImGUI/imgui.cpp:1190
↓ 1 callers
Method
ClearOutputData
DLL/Lib/ImGUI/imgui_draw.cpp:3121
↓ 1 callers
Method
ClearTexData
DLL/Lib/ImGUI/imgui_draw.cpp:2004
↓ 1 callers
Function
ClientLoop
<summary> Waits for incoming requests, which are null terminated If the client's connection is closed, the current message length will be -1, hence th
DLL/CC/ControlServer.cpp:88
↓ 1 callers
Method
CompareWithCurrentState
Compare to detect usage errors
DLL/Lib/ImGUI/imgui.cpp:7428
↓ 1 callers
Function
ConfigureAlternativeSampleRate
<summary> Configures buffer settings for alternative sample rates. </summary>
DLL/ModManager.cpp:547
↓ 1 callers
Function
CopyBitmapToTexture
DLL/D3D/D3D.cpp:132
↓ 1 callers
Method
CreateForString
(int dwData, string value, bool Unicode = false)
GUI/Util/WinMsgUtil.cs:54
↓ 1 callers
Function
CreateGradientBitmap
DLL/D3D/D3D.cpp:89
↓ 1 callers
Function
CreateNewWindow
DLL/Lib/ImGUI/imgui.cpp:5164
↓ 1 callers
Function
CreateTextures
DLL/Menu.cpp:137
↓ 1 callers
Function
CursorAnimReset
Cursor & Selection
DLL/Lib/ImGUI/imgui_internal.h:1033
↓ 1 callers
Function
CursorClamp
After a user-input the cursor stays on for a while without blinking
DLL/Lib/ImGUI/imgui_internal.h:1034
↓ 1 callers
Function
CurveInterpolation
DLL/Wwise/Logging.cpp:10
↓ 1 callers
Function
DebugCRCLocking
DLL/D3D/D3D.cpp:395
↓ 1 callers
Function
DebugNodeTableGetSizingPolicyDesc
DLL/Lib/ImGUI/imgui_tables.cpp:3510
↓ 1 callers
Function
DebugStartItemPicker
DLL/Lib/ImGUI/imgui_internal.h:2739
↓ 1 callers
Function
Decode85
DLL/Lib/ImGUI/imgui_draw.cpp:2104
↓ 1 callers
Method
Deserialize
Deserialize channel config from a 32-bit word.
DLL/Wwise/Types.hpp:1454
↓ 1 callers
Function
DirectInput
<summary> Disable DirectInput controllers. Currently not working </summary>
DLL/Mods/DisableControllers.cpp:37
↓ 1 callers
Function
DisableEffect
DLL/Twitch.cpp:79
↓ 1 callers
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
GUI/UI.Designer.cs:14
↓ 1 callers
Method
Dispose
()
GUI/Util/WinMsgUtil.cs:35
↓ 1 callers
Method
DoOpen
DLL/Lib/ImGUI/imgui_demo.cpp:7402
↓ 1 callers
Method
DoesSettingsINIExist
()
GUI/ReadSettings.cs:293
↓ 1 callers
Method
DoesSettingsINIExist
()
GUI/Rocksmith/ReadSettings.cs:54
↓ 1 callers
Function
DragFloat3
DLL/Lib/ImGUI/imgui.h:2846
↓ 1 callers
Function
EditTableColumnsFlags
DLL/Lib/ImGUI/imgui_demo.cpp:3551
↓ 1 callers
Function
EnableRiffRepeaterFeatures
<summary> Enables riff repeater time stretching features. </summary>
DLL/ModManager.cpp:641
↓ 1 callers
Method
EncryptProfile
(string ProfileJson, string FileName)
GUI/Profiles.cs:287
↓ 1 callers
Method
End
DLL/Lib/ImGUI/imgui.cpp:2344
↓ 1 callers
Method
Equals
(object obj)
GUI/ASIO/GetASIODevices.cs:84
↓ 1 callers
Function
ExecCommand
DLL/Lib/ImGUI/imgui_demo.cpp:6418
↓ 1 callers
Function
Falign
<summary> Free memory from a pool, overriding the pool's default memory alignment. Needs to be used in conjunction with MemoryMgr::Malign. </summary>
DLL/Wwise/MemoryMgr.cpp:47
↓ 1 callers
Function
FillSemitoneMap
DLL/Mods/Midi.cpp:965
↓ 1 callers
Function
FillTrueTuningMap
DLL/Mods/Midi.cpp:1062
↓ 1 callers
Method
FindDevices
()
GUI/ASIO/GetASIODevices.cs:14
↓ 1 callers
Function
FindHoveredWindow
Find window given position, search front-to-back FIXME: Note that we have an inconsequential lag here: OuterRectClipped is updated in Begin(), so wind
DLL/Lib/ImGUI/imgui.cpp:4593
↓ 1 callers
Function
FindMidiOutDevices
DLL/Mods/Midi.cpp:82
↓ 1 callers
Function
FixModifyingFunctions
<summary> Fixes crash when modifying functions in Rocksmith. </summary>
DLL/Mods/BugPrevention.cpp:119
↓ 1 callers
Method
FlattenIntoSingleLayer
DLL/Lib/ImGUI/imgui.cpp:4358
↓ 1 callers
Function
GUI
<summary> Hook Game Functions For Our Own Uses (On Alt-Tab, Draw UI, etc). </summary>
DLL/ModManager.cpp:35
↓ 1 callers
Function
GenerateNotewayTexture
DLL/D3D/D3D.cpp:304
↓ 1 callers
Function
GenerateRainbowTextures
DLL/D3D/D3D.cpp:265
↓ 1 callers
Function
GenerateRandomTextures
DLL/D3D/D3D.cpp:231
↓ 1 callers
Method
GetAttributes
()
GUI/Util/FolderPicker.cs:152
↓ 1 callers
Method
GetBuildWorkRect
DLL/Lib/ImGUI/imgui_internal.h:1349
↓ 1 callers
Function
GetByIndex
DLL/Lib/ImGUI/imgui_internal.h:623
↓ 1 callers
Function
GetChecksum
DLL/VersioningStruct.cpp:5
↓ 1 callers
Function
GetChildrenOfObject_SEH
DLL/ObjectUtil.cpp:17
↓ 1 callers
Function
GetColumnWidthEx
DLL/Lib/ImGUI/imgui_tables.cpp:3701
↓ 1 callers
Method
GetDefaultBrowser
(string url)
GUI/Util/GenUtil.cs:65
↓ 1 callers
Function
GetDefaultCompressedFontDataTTFBase85
DLL/Lib/ImGUI/imgui_draw.cpp:4172
↓ 1 callers
Function
GetDirFile
DLL/D3D/D3DHelper.hpp:5
↓ 1 callers
Function
GetDraggedColumnOffset
DLL/Lib/ImGUI/imgui_tables.cpp:3668
↓ 1 callers
Method
GetDrawListCount
DLL/Lib/ImGUI/imgui_internal.h:726
↓ 1 callers
Function
GetFallbackWindowNameForWindowingList
Window has already passed the IsWindowNavFocusable()
DLL/Lib/ImGUI/imgui.cpp:10059
↓ 1 callers
Method
GetGlyphRangesDefault
Retrieve list of range (2 int per range, values are inclusive)
DLL/Lib/ImGUI/imgui_draw.cpp:2803
↓ 1 callers
Function
GetIndex
DLL/Lib/ImGUI/imgui_internal.h:624
↓ 1 callers
Function
GetInputTextState
DLL/Lib/ImGUI/imgui_internal.h:2716
↓ 1 callers
Method
GetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
DLL/Lib/ImGUI/imgui.cpp:1985
↓ 1 callers
Function
GetMapSize
DLL/Lib/ImGUI/imgui_internal.h:637
↓ 1 callers
Function
GetMessageBoxProcess
<summary> RS spawns two processes, one of which complains about Steam not being active. We find that one and close it. </summary>
DLL/QualityOfLife.cpp:19
↓ 1 callers
Function
GetMidiDeviceNames
<summary> Get all MIDI devices connected. </summary>
DLL/Mods/Midi.cpp:32
↓ 1 callers
Function
GetMinimumStepAtDecimalPrecision
DLL/Lib/ImGUI/imgui_widgets.cpp:2142
↓ 1 callers
Method
GetMouseCursorTexData
DLL/Lib/ImGUI/imgui_draw.cpp:2232
↓ 1 callers
Method
GetRSDirectory
()
Installer/GenUtil.cs:144
↓ 1 callers
Method
GetResult
(out IShellItem ppsi)
Installer/FolderPicker.cs:135
↓ 1 callers
Method
GetResult
(out IShellItem ppsi)
GUI/Util/FolderPicker.cs:135
↓ 1 callers
Method
GetSettingsLines
()
GUI/Util/GenUtil.cs:237
↓ 1 callers
Method
GetSettingsPairs
(List<string> settingsLines)
GUI/Util/GenUtil.cs:243
↓ 1 callers
Method
GetSteamDirectory
()
GUI/Util/GenUtil.cs:222
↓ 1 callers
Method
GetSteamProfilesTones
()
GUI/SetAndForgetMods.cs:344
↓ 1 callers
Function
GetTabBarFromTabBarRef
DLL/Lib/ImGUI/imgui_widgets.cpp:7155
↓ 1 callers
Function
GetTabBarRefFromTabBar
DLL/Lib/ImGUI/imgui_widgets.cpp:7161
↓ 1 callers
Method
GetTexDataAsRGBA32
DLL/Lib/ImGUI/imgui_draw.cpp:2043
↓ 1 callers
Method
GetTexID
Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this functio
DLL/Lib/ImGUI/imgui.h:2300
↓ 1 callers
Function
GetTuningOffsetName
<summary> Returns the tuning name based on what the offset is. </summary> <param name="offset"> - How far from E standard is the user.</param> <return
DLL/Mods/Midi.cpp:490
↓ 1 callers
Method
GetVoidPtr
DLL/Lib/ImGUI/imgui.cpp:1976
↓ 1 callers
Function
GetWindowBgColorIdxFromFlags
DLL/Lib/ImGUI/imgui.cpp:5319
↓ 1 callers
Method
GetWorkRect
DLL/Lib/ImGUI/imgui_internal.h:1348
↓ 1 callers
Function
HandleAlwaysOnMods
<summary> Handles mods that run regardless of game state. </summary>
DLL/ModManager.cpp:236
↓ 1 callers
Function
HandleAudioBackgroundToggle
<summary> Handles dynamic toggling of audio-in-background feature. </summary>
DLL/ModManager.cpp:488
↓ 1 callers
Function
HandleAutoLoadProfile
<summary> Handles automatic profile loading (AKA "Fork in the toaster" mod). </summary>
DLL/ModManager.cpp:588
↓ 1 callers
Function
HandleExtendedRangeInSong
<summary> Detects and attempts to enable extended range mode for appropriate songs. </summary>
DLL/ModManager.cpp:701
↓ 1 callers
Function
HandleExtendedRangeInTuner
<summary> Enables extended range mode in the tuner if applicable. </summary>
DLL/ModManager.cpp:328
↓ 1 callers
Function
HandleExternalMonitor
<summary> Handles moving the game window to an external monitor. </summary>
DLL/ModManager.cpp:458
↓ 1 callers
Function
HandleHeadstockCacheReset
<summary> Resets the headstock texture cache when appropriate. So we aren't running the same textures over and over again. </summary>
DLL/ModManager.cpp:439
← previous
next →
601–700 of 3,570, ranked by callers