From e92508deac3eaa2c37338d67be9243bb35bb157e Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:44:22 -0600 Subject: [PATCH 1/4] Add LuaSteam rules.ini --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index a61b9b8a7..b650250d5 100644 --- a/rules.ini +++ b/rules.ini @@ -203,6 +203,7 @@ iZotope = (?:^|/)iZotope\.dll$ JVM = (?:^|/)bin/java(?:\.exe|\.dll)?$ Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$ Lua[] = \.lua$ +Luasteam = (?:^|/)luasteam\.(?:dll|so)$ Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$ NodeJS = (?:^|/)node\.dll$ NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$ From 4d5048700e655ed2d028b2749df62fe0e2b52ffa Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:46:52 -0600 Subject: [PATCH 2/4] Create SDK.LuaSteam.txt --- tests/types/SDK.LuaSteam.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/types/SDK.LuaSteam.txt diff --git a/tests/types/SDK.LuaSteam.txt b/tests/types/SDK.LuaSteam.txt new file mode 100644 index 000000000..508b631ad --- /dev/null +++ b/tests/types/SDK.LuaSteam.txt @@ -0,0 +1,4 @@ +/luasteam.dll +/luasteam.so +luasteam.dll +luasteam.so From 3f641ff79ec7c64c335baf221bd5dbc532cfa764 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:50:23 -0600 Subject: [PATCH 3/4] Create SDK.LuaSteam.md --- descriptions/SDK.LuaSteam.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/SDK.LuaSteam.md diff --git a/descriptions/SDK.LuaSteam.md b/descriptions/SDK.LuaSteam.md new file mode 100644 index 000000000..0f83cd9ac --- /dev/null +++ b/descriptions/SDK.LuaSteam.md @@ -0,0 +1 @@ +[**LuaSteam**](https://github.com/uspgamedev/luasteam) is a library that enables you to use SteamWorks API with the Lua programing language. From 9dd255dfb14521744a3a504df4dae456fcbcce7f Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:40:55 -0600 Subject: [PATCH 4/4] Fix capitalization of LuaSteam rule --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index b650250d5..fa419074a 100644 --- a/rules.ini +++ b/rules.ini @@ -203,7 +203,7 @@ iZotope = (?:^|/)iZotope\.dll$ JVM = (?:^|/)bin/java(?:\.exe|\.dll)?$ Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$ Lua[] = \.lua$ -Luasteam = (?:^|/)luasteam\.(?:dll|so)$ +LuaSteam = (?:^|/)luasteam\.(?:dll|so)$ Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$ NodeJS = (?:^|/)node\.dll$ NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$