Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kenix3/libultraship
/ functions
Functions
11,393 in github.com/Kenix3/libultraship
⨍
Functions
11,393
◇
Types & classes
3,190
↓ 4 callers
Method
Create
extern/StormLib/src/SBaseFileTable.cpp:78
↓ 4 callers
Function
CreateFileHandle
extern/StormLib/src/SBaseCommon.cpp:924
↓ 4 callers
Function
CreateNewArchive_V2
extern/StormLib/test/StormTest.cpp:1751
↓ 4 callers
Method
CurrentAllocs
extern/tinyxml2/tinyxml2.h:370
↓ 4 callers
Function
DebugNodeDockNodeFlags
extern/ImGui/imgui.cpp:19311
↓ 4 callers
Method
DoForceClose
extern/ImGui/imgui_demo.cpp:7963
↓ 4 callers
Method
DoQueueClose
extern/ImGui/imgui_demo.cpp:7962
↓ 4 callers
Method
Empty
extern/tinyxml2/tinyxml2.h:252
↓ 4 callers
Function
FindFiles
extern/StormLib/test/StormTest.cpp:820
↓ 4 callers
Method
FindGlyphNoFallback
extern/ImGui/imgui_draw.cpp:3347
↓ 4 callers
Method
Flush
src/utils/binarytools/MemoryStream.cpp:79
↓ 4 callers
Function
FreeListFileCache
extern/StormLib/src/SFileListFile.cpp:76
↓ 4 callers
Method
FullName
Make Windows paths like Unix.
extern/nlohmann-json/tools/cpplint/cpplint.py:1565
↓ 4 callers
Method
GetArchive
src/resource/ResourceManager.cpp:312
↓ 4 callers
Method
GetAudio
src/Context.cpp:290
↓ 4 callers
Method
GetByIndex
extern/ImGui/imgui_internal.h:682
↓ 4 callers
Method
GetDeviceFromDeviceIndex
src/controller/ControlDeck.cpp:303
↓ 4 callers
Method
GetFloat
src/config/Config.cpp:69
↓ 4 callers
Function
GetInputTextState
extern/ImGui/imgui_internal.h:3430
↓ 4 callers
Function
GetKeyIndex
extern/ImGui/imgui.h:3216
↓ 4 callers
Function
GetMonitorHzPeriod
src/graphic/Fast3D/gfx_dxgi.cpp:264
↓ 4 callers
Method
GetNumDevices
src/controller/ControlDeck.cpp:307
↓ 4 callers
Method
GetOrAddByKey
extern/ImGui/imgui_internal.h:684
↓ 4 callers
Method
GetProfile
src/controller/Controller.cpp:242
↓ 4 callers
Function
ImAcos01
extern/ImGui/imgui_draw.cpp:3835
↓ 4 callers
Function
ImBitArrayGetStorageSizeInBytes
extern/ImGui/imgui_internal.h:567
↓ 4 callers
Function
ImFormatStringV
extern/ImGui/imgui.cpp:1845
↓ 4 callers
Function
ImGui_ImplDX11_RenderDrawData
Render function
extern/ImGui/backends/imgui_impl_dx11.cpp:124
↓ 4 callers
Function
ImGui_ImplGLUT_AddKeyEvent
extern/ImGui/backends/imgui_impl_glut.cpp:219
↓ 4 callers
Function
ImGui_ImplGLUT_KeyToImGuiKey
Glut has 1 function for characters and one for "special keys". We map the characters in the 0..255 range and the keys above.
extern/ImGui/backends/imgui_impl_glut.cpp:49
↓ 4 callers
Function
ImGui_ImplGLUT_UpdateKeyModifiers
extern/ImGui/backends/imgui_impl_glut.cpp:210
↓ 4 callers
Function
ImGui_ImplGlfw_NewFrame
extern/ImGui/backends/imgui_impl_glfw.cpp:845
↓ 4 callers
Function
ImGui_ImplOpenGL2_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
extern/ImGui/backends/imgui_impl_opengl2.cpp:72
↓ 4 callers
Function
ImGui_ImplOpenGL2_RenderDrawData
OpenGL2 Render function. Note that this implementation is little overcomplicated because we are saving/setting up/restoring every OpenGL state explici
extern/ImGui/backends/imgui_impl_opengl2.cpp:168
↓ 4 callers
Function
ImGui_ImplOpenGL3_Shutdown
extern/ImGui/backends/imgui_impl_opengl3.cpp:353
↓ 4 callers
Function
ImGui_ImplWin32_Shutdown
extern/ImGui/backends/imgui_impl_win32.cpp:178
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
extern/ImGui/imgui_widgets.cpp:3277
↓ 4 callers
Function
ImStrncpy
extern/ImGui/imgui.cpp:1702
↓ 4 callers
Function
InputTextCalcTextSizeW
extern/ImGui/imgui_widgets.cpp:3573
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
extern/ImGui/imgui_widgets.cpp:3807
↓ 4 callers
Function
IsActiveIdUsingNavDir
extern/ImGui/imgui_internal.h:3147
↓ 4 callers
Method
IsLoaded
extern/ImGui/imgui.h:2990
↓ 4 callers
Function
IsNamedKeyOrModKey
extern/ImGui/imgui_internal.h:3120
↓ 4 callers
Function
LitEnc_GetPriceMatched
extern/StormLib/src/lzma/C/LzmaEnc.c:649
↓ 4 callers
Function
LoadExtTable
extern/StormLib/src/SBaseFileTable.cpp:1120
↓ 4 callers
Function
LockWheelingWindow
extern/ImGui/imgui.cpp:9004
↓ 4 callers
Function
LzmaDec_FreeProbs
extern/StormLib/src/lzma/C/LzmaDec.c:880
↓ 4 callers
Function
MatchFinder_Normalize3
extern/StormLib/src/lzma/C/LzFind.c:290
↓ 4 callers
Method
Merge
extern/ImGui/imgui_draw.cpp:1719
↓ 4 callers
Method
PassFilter
extern/ImGui/imgui.cpp:2518
↓ 4 callers
Function
PathSplitToList
Returns the path split into a list by the separator. Args: path: An absolute or relative path (e.g. '/a/b/c/' or '../a') Returns: A list
extern/nlohmann-json/tools/cpplint/cpplint.py:2267
↓ 4 callers
Method
PathStroke
extern/ImGui/imgui.h:2682
↓ 4 callers
Method
PrintErrorVa
extern/StormLib/test/TLogHelper.cpp:219
↓ 4 callers
Method
PrintInfo
(self, message)
extern/nlohmann-json/tools/cpplint/cpplint.py:1358
↓ 4 callers
Method
PushTextureID
extern/ImGui/imgui_draw.cpp:608
↓ 4 callers
Function
RcTree_GetPrice
extern/StormLib/src/lzma/C/LzmaEnc.c:693
↓ 4 callers
Method
ReadInt8
src/utils/binarytools/BinaryReader.cpp:50
↓ 4 callers
Function
RebuildHetTable
Rebuilds the HET table from scratch based on the file table Used after a modifying operation (add, rename, delete)
extern/StormLib/src/SBaseFileTable.cpp:2846
↓ 4 callers
Method
RemoveItem
extern/StormLib/src/huffman/huff.cpp:393
↓ 4 callers
Function
RemoveMpqFile
extern/StormLib/test/StormTest.cpp:2064
↓ 4 callers
Function
ResourceGetDataByCrc
src/public/bridge/resourcebridge.cpp:71
↓ 4 callers
Function
ReverseCloseExpression
If input points to ) or } or ] or >, finds the position that opens it. If lines[linenum][pos] points to a ')' or '}' or ']' or '>', finds the lin
extern/nlohmann-json/tools/cpplint/cpplint.py:2201
↓ 4 callers
Function
SCompCompress
extern/StormLib/src/SCompression.cpp:766
↓ 4 callers
Function
SCompDecompress2
extern/StormLib/src/SCompression.cpp:1038
↓ 4 callers
Function
SFileAddFile_Finish
extern/StormLib/src/SFileAddFile.cpp:711
↓ 4 callers
Function
SFileAddFile_Init
extern/StormLib/src/SFileAddFile.cpp:398
↓ 4 callers
Function
SFileAddFile_Write
extern/StormLib/src/SFileAddFile.cpp:569
↓ 4 callers
Function
SFileAddListFile
Adds a listfile into the MPQ archive.
extern/StormLib/src/SFileListFile.cpp:640
↓ 4 callers
Function
SFileCreateFile
extern/StormLib/src/SFileAddFile.cpp:762
↓ 4 callers
Function
SListFileCreateNodeForAllLocales
Adds a name into the list of all names. For each locale in the MPQ, one entry will be created If the file name is already there, does nothing.
extern/StormLib/src/SFileListFile.cpp:409
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
extern/ImGui/imgui_widgets.cpp:3624
↓ 4 callers
Method
ScaleAllSizes
To scale your entire UI (e.g. if you want your app to use High DPI or generally be DPI aware) you may use this helper function. Scaling the fonts is d
extern/ImGui/imgui.cpp:1161
↓ 4 callers
Method
SetBool
src/config/Config.cpp:117
↓ 4 callers
Method
SetButtonMapping
src/controller/Controller.cpp:210
↓ 4 callers
Function
SetCurrentWindow
extern/ImGui/imgui.cpp:3769
↓ 4 callers
Method
SetCursorVisibility
src/window/Window.cpp:136
↓ 4 callers
Method
SetTracked
extern/tinyxml2/tinyxml2.h:418
↓ 4 callers
Method
SetUInt
src/config/Config.cpp:125
↓ 4 callers
Function
SetWindowConditionAllowFlags
extern/ImGui/imgui.cpp:5570
↓ 4 callers
Function
TableSettingsCalcChunkSize
extern/ImGui/imgui_tables.cpp:3220
↓ 4 callers
Function
TestCreateArchive_FillArchive
extern/StormLib/test/StormTest.cpp:3634
↓ 4 callers
Function
TestOpenArchive_CompactArchive
extern/StormLib/test/StormTest.cpp:3076
↓ 4 callers
Function
TestOpenArchive_VerifySignature
extern/StormLib/test/StormTest.cpp:2929
↓ 4 callers
Method
ToElementWithName
extern/tinyxml2/tinyxml2.cpp:1131
↓ 4 callers
Method
Trace
extern/tinyxml2/tinyxml2.h:412
↓ 4 callers
Method
Untracked
extern/tinyxml2/tinyxml2.h:422
↓ 4 callers
Function
VerifyFilePosition
extern/StormLib/test/StormTest.cpp:988
↓ 4 callers
Method
Visit
extern/tinyxml2/tinyxml2.cpp:2811
↓ 4 callers
Method
__init__
.
extern/nlohmann-json/tools/serve_header/serve_header.py:97
↓ 4 callers
Function
_grow_capacity
extern/ImGui/imgui.h:1874
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
extern/nlohmann-json/single_include/nlohmann/json.hpp:12251
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
extern/nlohmann-json/include/nlohmann/detail/input/parser.hpp:153
↓ 4 callers
Method
add_ch
extern/spdlog/include/spdlog/pattern_formatter-inl.h:716
↓ 4 callers
Method
adjustString
extern/spdlog/tests/catch.hpp:11710
↓ 4 callers
Function
alpha_comb
src/graphic/Fast3D/gfx_pc.cpp:2153
↓ 4 callers
Function
apply_maximum_frame_latency
src/graphic/Fast3D/gfx_dxgi.cpp:100
↓ 4 callers
Method
benchmarkNoAnalysis
extern/spdlog/tests/catch.hpp:10008
↓ 4 callers
Method
benchmarkSamples
extern/spdlog/tests/catch.hpp:10009
↓ 4 callers
Function
bothOrAll
extern/spdlog/tests/catch.hpp:15841
↓ 4 callers
Function
cend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
extern/nlohmann-json/tests/abi/include/nlohmann/json_v3_10_5.hpp:19705
← previous
next →
1,101–1,200 of 11,393, ranked by callers