From 59c5a3c05979d64e778d07c299fea4d3b099d197 Mon Sep 17 00:00:00 2001 From: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:37:27 -0400 Subject: [PATCH] [MIRROR] Bump auxlua to 1.0.0 (#68729) (#15488) Bump auxlua to 1.0.0 (#68729) * Bump auxlua to 1.0.0 * This should be automated at some point, but meh * Fix caps diff Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- auxlua.dll | Bin code/modules/admin/verbs/lua/README.md | 5 ++++- dependencies.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) mode change 100755 => 100644 auxlua.dll diff --git a/auxlua.dll b/auxlua.dll old mode 100755 new mode 100644 diff --git a/code/modules/admin/verbs/lua/README.md b/code/modules/admin/verbs/lua/README.md index a729ef6b49c..e79fdd93695 100644 --- a/code/modules/admin/verbs/lua/README.md +++ b/code/modules/admin/verbs/lua/README.md @@ -36,7 +36,10 @@ Equivalent to DM's `list[index] = value` Equivalent to DM's `list.Add(value)` ### list:to_table() -Converts a DM list into a Lua table. +Converts a DM list into a lua table. + +### list:of_type(type_path) +Will extract only values of type `type_path`. --- diff --git a/dependencies.sh b/dependencies.sh index 75f3e0ea16a..0f2e21aa3ad 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -24,4 +24,4 @@ export PYTHON_VERSION=3.7.9 export AUXLUA_REPO=tgstation/auxlua #auxlua git tag -export AUXLUA_VERSION=0.2.1 +export AUXLUA_VERSION=1.0.0