dfhack/library
Myk 78be3a6463
Merge pull request #2548 from myk002/myk_logo
Display DFHack logo for the hotkeys overlay widget
2023-01-04 19:06:05 -08:00
..
DataStaticsFields
include move SDL shims to a new DFSDL module 2023-01-04 17:15:32 -08:00
lua refactor EditField text insertion 2023-01-03 12:57:02 -08:00
modules move SDL shims to a new DFSDL module 2023-01-04 17:15:32 -08:00
proto
xml@1b1ffd4069 Auto-update submodules 2023-01-03 07:13:58 +00:00
.gitignore
CMakeLists.txt move SDL shims to a new DFSDL module 2023-01-04 17:15:32 -08:00
ColorText.cpp migrate string fns from uicommon to MiscUtils 2022-11-07 15:36:16 -08:00
CompilerWorkAround.cpp
Console-posix.cpp
Console-windows.cpp
Core.cpp move SDL shims to a new DFSDL module 2023-01-04 17:15:32 -08:00
DFHackVersion.cpp Add support for DFHACK_BUILD_ID 2018-07-11 11:47:55 -04:00
DataDefs.cpp
DataStatics.cpp don't crash if the path to an instance-vector contains a null pointer 2020-04-18 20:40:17 -05:00
DataStaticsCtor.cpp
DataStaticsFields.cpp Remove Core.h include from DataDefs.h 2018-12-30 17:08:42 -05:00
Debug.cpp
Error.cpp Add function names to NullPointer and InvalidArgument exceptions 2018-05-11 09:49:27 -04:00
Hooks-darwin.cpp implement new dfhooks API 2022-12-25 18:15:55 -08:00
Hooks-linux.cpp implement new dfhooks API 2022-12-25 18:15:55 -08:00
Hooks-windows.cpp
Hooks.cpp implement new dfhooks API 2022-12-25 18:15:55 -08:00
LuaApi.cpp add Textures module and load DFHack logo 2023-01-04 13:30:18 -08:00
LuaTools.cpp
LuaTypes.cpp tagged union support for lua (#1818) 2021-03-30 15:55:06 -05:00
LuaWrapper.cpp tagged union support for lua (#1818) 2021-03-30 15:55:06 -05:00
MiscUtils.cpp MiscUtils word_wrap: Add option to trim only leading whitespace after wrapping (#2169) 2022-05-30 22:58:46 -04:00
MiscUtils.test.cpp
PlugLoad-posix.cpp
PlugLoad-windows.cpp prep for Quietust's structure updates 2023-01-01 01:03:42 -08:00
PluginManager.cpp print help from helpdb on CR_WRONG_USAGE 2022-07-22 17:45:48 -07:00
PluginStatics.cpp
Process-darwin.cpp
Process-linux.cpp
Process-windows.cpp
RemoteClient.cpp
RemoteServer.cpp
RemoteTools.cpp
TileTypes.cpp
Types.cpp update structures 2020-03-02 23:12:03 -06:00
VTableInterpose.cpp
VersionInfoFactory.cpp More usage of smart pointers throughout core and version info. 2018-07-14 19:55:25 -07:00
binpatch.cpp
dfhack-run.cpp
git-describe.cmake.in
main.test.cpp