dfhack/library
Myk 374a3878cc
Merge pull request #3933 from myk002/myk_walk
[Maps] add api for getting the walkability group of a tile
2023-10-30 16:22:11 -07:00
..
DataStaticsFields
include add api for getting the walkability group of a tile 2023-10-29 16:36:02 -07:00
lua add standard HelpButton and ConfigureButton classes 2023-10-16 03:27:08 -07:00
modules Merge pull request #3933 from myk002/myk_walk 2023-10-30 16:22:11 -07:00
proto explicitly declare namespaces and proto versions 2022-12-10 18:06:53 -08:00
xml@b9c0733e94 bump to 50.11-r2 2023-10-17 01:20:28 -07:00
.gitignore
CMakeLists.txt allow code to be generated even when the library isn't being built 2023-08-04 16:43:58 -07:00
ColorText.cpp
CompilerWorkAround.cpp
Console-posix.cpp Enable -Wunused-variable and fix most errors 2021-09-07 01:16:21 -04:00
Console-windows.cpp
Core.cpp Use SDL_ShowSimpleMessageBox in Core::fatal() 2023-09-21 01:13:07 -04:00
DFHackVersion.cpp format version string in help the same way 2023-04-23 18:20:50 -07:00
DataDefs.cpp don't leak warning suppression out of protobuf 2023-06-25 17:53:16 -07:00
DataIdentity.cpp Define identity_traits<shared_ptr<T>> for all T (opaque for now) 2023-09-13 21:57:44 -04:00
DataStatics.cpp
DataStaticsCtor.cpp
Debug.cpp
Error.cpp
Hooks.cpp
LuaApi.cpp add api for getting the walkability group of a tile 2023-10-29 16:36:02 -07:00
LuaTools.cpp align mouse button semantics to DF 2023-09-27 20:55:22 +01:00
LuaTypes.cpp Add index_enum, ref_target 2023-08-12 22:12:45 -04:00
LuaWrapper.cpp Add _fields table to struct types 2023-08-12 19:04:49 -04:00
MiscUtils.cpp Add cxx_demangle() and Lua wrapper 2023-08-10 15:01:19 -04:00
MiscUtils.test.cpp Update library/MiscUtils.test.cpp 2022-11-29 15:05:04 -08:00
PlugLoad-posix.cpp
PlugLoad-windows.cpp
PluginManager.cpp
PluginStatics.cpp
Process-darwin.cpp
Process-linux.cpp format string didn't match my system; generalizing 2023-09-10 23:04:20 -07:00
Process-windows.cpp More usage of smart pointers throughout core and version info. 2018-07-14 19:55:25 -07:00
RemoteClient.cpp
RemoteServer.cpp
RemoteTools.cpp rename globals according to structures update 2023-01-05 17:11:01 -08:00
TileTypes.cpp Remove Core.h include from DataDefs.h 2018-12-30 17:08:42 -05:00
Types.cpp
VTableInterpose.cpp
VersionInfoFactory.cpp
binpatch.cpp
dfhack-run.cpp
git-describe.cmake.in git-describe: fail earlier if git fails to run or doesn't exist (#2061) 2022-03-30 14:49:18 -07:00
main.test.cpp