-
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
github-actions
committed
Apr 30, 2024
1 parent
116dffe
commit c3624a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dfhack
updated
26 files
+6 −1 | .github/workflows/watch-df-steam.yml | |
+1 −0 | docs/changelog.txt | |
+9 −6 | docs/plugins/lair.rst | |
+49 −8 | library/Core.cpp | |
+71 −0 | library/LuaApi.cpp | |
+18 −4 | library/PluginManager.cpp | |
+39 −6 | library/include/Core.h | |
+8 −6 | library/include/modules/EventManager.h | |
+123 −0 | library/lua/script-manager.lua | |
+52 −39 | library/modules/EventManager.cpp | |
+7 −0 | library/modules/Persistence.cpp | |
+41 −1 | library/modules/World.cpp | |
+2 −2 | plugins/burrow.cpp | |
+6 −6 | plugins/channel-safely/channel-safely-plugin.cpp | |
+30 −30 | plugins/devel/eventExample.cpp | |
+1 −1 | plugins/dig.cpp | |
+1 −1 | plugins/digFlood.cpp | |
+6 −6 | plugins/diggingInvaders/diggingInvaders.cpp | |
+2 −2 | plugins/eventful.cpp | |
+15 −31 | plugins/lair.cpp | |
+1 −39 | plugins/lua/overlay.lua | |
+14 −11 | plugins/overlay.cpp | |
+2 −2 | plugins/preserve-tombs.cpp | |
+7 −7 | plugins/suspendmanager.cpp | |
+3 −3 | plugins/work-now.cpp | |
+1 −1 | scripts |