-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
462d6b3
commit d4bb6db
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dfhack
updated
16 files
+4 −0 | docs/changelog.txt | |
+4 −0 | docs/dev/Lua API.rst | |
+31 −2 | library/Core.cpp | |
+2 −0 | library/LuaApi.cpp | |
+1 −1 | library/LuaTools.cpp | |
+3 −1 | library/RemoteTools.cpp | |
+1 −1 | library/include/Core.h | |
+22 −3 | library/include/DataFuncs.h | |
+1 −0 | library/include/Types.h | |
+3 −0 | library/include/modules/Translation.h | |
+438 −0 | library/modules/Translation.cpp | |
+1 −1 | plugins/cursecheck.cpp | |
+1 −1 | plugins/hotkeys.cpp | |
+4 −5 | plugins/stockpiles/StockpileSerializer.cpp | |
+3 −137 | plugins/strangemood.cpp | |
+1 −1 | scripts |