From 7ff30f7c9eeb316c13e034dfa1f685d84991939e Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 27 Oct 2023 04:15:59 -0700 Subject: [PATCH 1/3] rename burrows plugin to burrow to match the command name --- docs/plugins/{burrows.rst => burrow.rst} | 0 plugins/{burrows.cpp => burrow.cpp} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/plugins/{burrows.rst => burrow.rst} (100%) rename plugins/{burrows.cpp => burrow.cpp} (100%) diff --git a/docs/plugins/burrows.rst b/docs/plugins/burrow.rst similarity index 100% rename from docs/plugins/burrows.rst rename to docs/plugins/burrow.rst diff --git a/plugins/burrows.cpp b/plugins/burrow.cpp similarity index 100% rename from plugins/burrows.cpp rename to plugins/burrow.cpp From 5d98282623d634761bf62305712facb1bbd2e9d1 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 27 Oct 2023 04:23:02 -0700 Subject: [PATCH 2/3] also rename lua file --- plugins/lua/{burrows.lua => burrow.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/lua/{burrows.lua => burrow.lua} (100%) diff --git a/plugins/lua/burrows.lua b/plugins/lua/burrow.lua similarity index 100% rename from plugins/lua/burrows.lua rename to plugins/lua/burrow.lua From a962699f98547a1b8857815eb9c0b2e8e34ff6a6 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 27 Oct 2023 04:42:47 -0700 Subject: [PATCH 3/3] fix doc reference --- docs/dev/Lua API.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index c46a9534c..b59bfa747 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -5601,10 +5601,10 @@ Native functions provided by the `buildingplan` plugin: * ``void doCycle()`` runs a check for whether buildings in the monitor list can be assigned items and unsuspended. This method runs automatically twice a game day, so you only need to call it directly if you want buildingplan to do a check right now. * ``void scheduleCycle()`` schedules a cycle to be run during the next non-paused game frame. Can be called multiple times while the game is paused and only one cycle will be scheduled. -burrows -======= +burrow +====== -The `burrows` plugin implements extended burrow manipulations. +The `burrow` plugin implements extended burrow manipulations. Events: