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
↓ 11 callers
Method
ClearFlags
extern/ImGui/imgui_internal.h:1180
↓ 11 callers
Method
Free
extern/tinyxml2/tinyxml2.h:400
↓ 11 callers
Method
GetCenter
Helpers
extern/ImGui/imgui.h:3070
↓ 11 callers
Method
GetGuid
src/controller/Controller.cpp:254
↓ 11 callers
Function
ImGui_ImplDX12_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_dx12.cpp:73
↓ 11 callers
Function
ImGui_ImplWin32_AddKeyEvent
extern/ImGui/backends/imgui_impl_win32.cpp:235
↓ 11 callers
Method
LocalCopy
src/graphic/Fast3D/dxsdk/d3dx12.h:2422
↓ 11 callers
Function
OpenExistingArchive
extern/StormLib/test/StormTest.cpp:1822
↓ 11 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
extern/ImGui/imgui.cpp:4911
↓ 11 callers
Method
ReadInt16
src/utils/binarytools/BinaryReader.cpp:54
↓ 11 callers
Function
ResourceLoad
src/public/bridge/resourcebridge.cpp:7
↓ 11 callers
Method
SetError
extern/tinyxml2/tinyxml2.cpp:2328
↓ 11 callers
Function
drwav__on_read
extern/dr_libs/wav.h:2039
↓ 11 callers
Function
drwav__write_u64ne_to_le
extern/dr_libs/wav.h:3591
↓ 11 callers
Function
get_arg
extern/spdlog/include/spdlog/fmt/bundled/format.h:3469
↓ 11 callers
Function
log_info
extern/spdlog/tests/test_misc.cpp:6
↓ 11 callers
Function
mp_mul_2d
shift left by a certain bit count */
extern/StormLib/src/libtommath/bn_mp_mul_2d.c:19
↓ 11 callers
Method
msg_counter
extern/spdlog/tests/test_sink.h:24
↓ 11 callers
Method
number_float
extern/nlohmann-json/tests/abi/include/nlohmann/json_v3_10_5.hpp:6358
↓ 11 callers
Function
print_header
* @brief Print a stylized header. * * @param text The text of the header. Will appear between two lines. * @param symbol The symbol to use for the
extern/thread-pool/BS_thread_pool_light_test.cpp:84
↓ 11 callers
Function
require_message_count
extern/spdlog/tests/utils.cpp:49
↓ 11 callers
Method
reset
extern/spdlog/tests/catch.hpp:4430
↓ 11 callers
Method
size
* @brief Get the number of futures stored in this multi_future object. * * @return The number of futures. */
extern/thread-pool/BS_thread_pool.hpp:104
↓ 11 callers
Function
stb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
extern/ImGui/imstb_textedit.h:679
↓ 11 callers
Function
test_pad9
extern/spdlog/tests/test_fmt_helper.cpp:31
↓ 11 callers
Function
test_rotate
extern/spdlog/tests/test_daily_logger.cpp:145
↓ 11 callers
Method
value
extern/metal-cpp/Metal/Metal.hpp:1858
↓ 11 callers
Method
value
return value of the iterator
extern/nlohmann-json/include/nlohmann/detail/iterators/iteration_proxy.hpp:150
↓ 10 callers
Method
AddCircle
extern/ImGui/imgui_draw.cpp:1482
↓ 10 callers
Method
AddCircleFilled
extern/ImGui/imgui_draw.cpp:1506
↓ 10 callers
Method
GetConsole
src/Context.cpp:286
↓ 10 callers
Function
GetShortPlainName
extern/StormLib/test/StormTest.cpp:473
↓ 10 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
extern/ImGui/imgui.h:2517
↓ 10 callers
Method
HasSelection
extern/ImGui/imgui.h:2185
↓ 10 callers
Function
ImGui_ImplDX10_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_dx10.cpp:75
↓ 10 callers
Function
ImGui_ImplDX11_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_dx11.cpp:76
↓ 10 callers
Function
ImGui_ImplDX9_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_dx9.cpp:71
↓ 10 callers
Function
ImGui_ImplOpenGL3_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_opengl3.cpp:221
↓ 10 callers
Function
ImStrSkipBlank
extern/ImGui/imgui.cpp:1798
↓ 10 callers
Function
ImTextCharFromUtf8
extern/ImGui/imgui.cpp:2045
↓ 10 callers
Method
LoadTexture
src/window/gui/Gui.cpp:210
↓ 10 callers
Method
PopClipRect
extern/ImGui/imgui.cpp:4918
↓ 10 callers
Method
ReadUByte
src/utils/binarytools/BinaryReader.cpp:76
↓ 10 callers
Function
SFileGetFileInfo
extern/StormLib/src/SFileGetFileInfo.cpp:189
↓ 10 callers
Function
STB_TEXTEDIT_STRINGLEN
extern/ImGui/imgui_widgets.cpp:3622
↓ 10 callers
Method
SetInt
src/config/Config.cpp:121
↓ 10 callers
Method
SetStr
extern/tinyxml2/tinyxml2.cpp:180
↓ 10 callers
Function
StringCat
extern/StormLib/src/SBaseCommon.cpp:118
↓ 10 callers
Function
SwapUInt64
Swaps an unsigned 64-bit integer
extern/StormLib/src/SBaseCommon.cpp:1881
↓ 10 callers
Function
adler32
========================================================================= */
extern/StormLib/src/zlib/adler32.c:60
↓ 10 callers
Function
bench
extern/spdlog/bench/bench.cpp:148
↓ 10 callers
Method
boolean
extern/nlohmann-json/tests/abi/include/nlohmann/json_v3_10_5.hpp:6343
↓ 10 callers
Method
boolean
extern/nlohmann-json/single_include/nlohmann/json.hpp:7234
↓ 10 callers
Method
boolean
extern/nlohmann-json/include/nlohmann/detail/input/json_sax.hpp:666
↓ 10 callers
Method
check_arg_id
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. */
extern/spdlog/include/spdlog/fmt/bundled/core.h:706
↓ 10 callers
Method
close
extern/spdlog/tests/catch.hpp:14450
↓ 10 callers
Function
count_digits
extern/spdlog/include/spdlog/fmt/bundled/format.h:1065
↓ 10 callers
Function
drmp3d_scale_pcm
extern/dr_libs/mp3.h:1991
↓ 10 callers
Function
file_contents
extern/spdlog/tests/utils.cpp:24
↓ 10 callers
Function
parser
extern/nlohmann-json/single_include/nlohmann/json.hpp:19306
↓ 10 callers
Function
parser
extern/nlohmann-json/include/nlohmann/json.hpp:128
↓ 10 callers
Function
sNetToNative16
@brief Read 16 bit integer in network byte order and convert to native byte order **/
extern/ImGui/examples/libs/usynergy/uSynergy.c:41
↓ 10 callers
Function
set_default_logger
extern/spdlog/include/spdlog/spdlog-inl.h:115
↓ 10 callers
Method
set_end
set iterator to a defined past the end
extern/nlohmann-json/tests/abi/include/nlohmann/json_v3_10_5.hpp:11257
↓ 10 callers
Function
set_parent
extern/nlohmann-json/single_include/nlohmann/json.hpp:19921
↓ 10 callers
Function
set_parent
extern/nlohmann-json/include/nlohmann/json.hpp:743
↓ 10 callers
Function
shader_item_to_str
src/graphic/Fast3D/gfx_metal_shader.cpp:31
↓ 10 callers
Function
shader_item_to_str
src/graphic/Fast3D/gfx_direct3d_common.cpp:22
↓ 10 callers
Function
shader_item_to_str
src/graphic/Fast3D/gfx_opengl.cpp:152
↓ 10 callers
Function
stbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
extern/stb/stb_image.h:3805
↓ 10 callers
Function
stbi__malloc_mad3
extern/stb/stb_image.h:1052
↓ 10 callers
Method
testSpec
extern/spdlog/tests/catch.hpp:14718
↓ 10 callers
Function
test_pad3
extern/spdlog/tests/test_fmt_helper.cpp:15
↓ 10 callers
Function
toLower
extern/spdlog/tests/catch.hpp:13828
↓ 10 callers
Function
to_json
extern/nlohmann-json/include/nlohmann/adl_serializer.hpp:47
↓ 10 callers
Function
to_string
extern/spdlog/include/spdlog/fmt/bundled/format.h:4029
↓ 10 callers
Method
value
extern/spdlog/tests/catch.hpp:16324
↓ 9 callers
Method
AddMouseWheelEvent
Queue a mouse wheel event (some mouse/API may only have a Y component)
extern/ImGui/imgui.cpp:1508
↓ 9 callers
Method
Begin
extern/ImGui/imgui.cpp:2766
↓ 9 callers
Function
FreeFileHandle
Frees the structure for MPQ file
extern/StormLib/src/SBaseCommon.cpp:1674
↓ 9 callers
Function
GetCursorPos
extern/ImGui/imgui_internal.h:1099
↓ 9 callers
Method
GetName
src/window/gui/GuiWindow.cpp:12
↓ 9 callers
Function
ImGui_ImplAllegro5_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
extern/ImGui/backends/imgui_impl_allegro5.cpp:101
↓ 9 callers
Function
ImGui_ImplWin32_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
extern/ImGui/backends/imgui_impl_win32.cpp:116
↓ 9 callers
Function
ImQsort
extern/ImGui/imgui_internal.h:336
↓ 9 callers
Method
InsertChars
extern/ImGui/imgui_widgets.cpp:3774
↓ 9 callers
Function
IsValidFileHandle
extern/StormLib/src/SBaseCommon.cpp:716
↓ 9 callers
Function
LoadMpqFile
extern/StormLib/test/StormTest.cpp:1410
↓ 9 callers
Function
LowerBound
std::lower_bound but without the bullshit
extern/ImGui/imgui.cpp:2311
↓ 9 callers
Function
MouseButtonToKey
extern/ImGui/imgui_internal.h:3140
↓ 9 callers
Method
PathArcToFast
0: East, 3: South, 6: West, 9: North, 12: East
extern/ImGui/imgui_draw.cpp:1166
↓ 9 callers
Function
PrintUsage
Prints a brief usage string and exits, optionally with an error message. Args: message: The optional error message.
extern/nlohmann-json/tools/cpplint/cpplint.py:6692
↓ 9 callers
Method
QueryInterface
src/audio/WasapiAudioPlayer.cpp:154
↓ 9 callers
Method
Read
src/utils/binarytools/BinaryReader.cpp:38
↓ 9 callers
Function
SFileFlushArchive
extern/StormLib/src/SFileOpenArchive.cpp:586
↓ 9 callers
Function
TableGetInstanceData
extern/ImGui/imgui_internal.h:3300
↓ 9 callers
Function
WindowRectAbsToRel
extern/ImGui/imgui_internal.h:2965
↓ 9 callers
Method
clear
extern/ImGui/imgui_internal.h:713
↓ 9 callers
Method
end_array
extern/nlohmann-json/single_include/nlohmann/json.hpp:7284
↓ 9 callers
Method
end_array
extern/nlohmann-json/include/nlohmann/detail/input/json_sax.hpp:716
← previous
next →
501–600 of 11,393, ranked by callers