From e1e3c6f7ace2010b181d63dd75d9179b504221b7 Mon Sep 17 00:00:00 2001 From: DFHack-Urist via GitHub Actions <63161697+DFHack-Urist@users.noreply.github.com> Date: Fri, 29 Oct 2021 07:16:44 +0000 Subject: [PATCH 1/3] Auto-update submodules library/xml: master --- library/xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/xml b/library/xml index fc098e53fc..b1637f68e9 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit fc098e53fce4fdd112a52690188a23b1e177a013 +Subproject commit b1637f68e920dcb4a68a1e727a5ea5bf193b131f From e813301d168c1d3d27e2dad1fbe8edf0c2a381d5 Mon Sep 17 00:00:00 2001 From: DFHack-Urist via GitHub Actions <63161697+DFHack-Urist@users.noreply.github.com> Date: Wed, 8 Dec 2021 07:16:54 +0000 Subject: [PATCH 2/3] Auto-update submodules scripts: master --- scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts b/scripts index b7c5aace85..55cbc2c07c 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit b7c5aace8566effdb43d07e6947114867b86265b +Subproject commit 55cbc2c07cb8627e83c8aac2613bc82c43b762a2 From bc042bc7dfb062d7761a0c55c0ce47a57af04c91 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 18 Dec 2021 02:05:16 -0800 Subject: [PATCH 3/3] Use copyall instead of nesting pos2xyz and xyz2pos --- docs/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index a67fe9cf64..0b50695e53 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -1012,7 +1012,7 @@ Fortress mode {x = 5, y = 7, z = 11} getSelectedUnit().pos - xyz2pos(pos2xyz(df.global.cursor)) + copyall(df.global.cursor) Returns false if unsuccessful.