From 5b0cc89a3ad8429113c551719181df0ad00b5073 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:17:01 -0500 Subject: [PATCH 1/5] Add Gameforge rules --- rules.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.ini b/rules.ini index 57e63f556..c743523d1 100644 --- a/rules.ini +++ b/rules.ini @@ -239,6 +239,8 @@ FluidSynth = fluidsynth FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$ FreeImage = (?:^|/)FreeImage(?:\.so|\.dll)$ Game_Development_Kit = (?:^|/)(?:XGamingRuntime(?:Thunks)?|XCurl|Microsoft_Xbox_Services_141_GDK_C_Thunks)\.dll$ +Gameforge_Client[] = (?:^|/)gameforge_api\.dll$ +Gameforge_Client[] = (?:^|/)gfclient_proxy Granny_3D = (?:^|/)granny2(?:_x64)?\.dll$ Greenworks = (?:^|/)greenworks-(?:win|osx|linux)(?:32|64)?\.node$ iCue[] = cgsdk From 22e186e3553198ce6569cb245c9ecea4d3300d35 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:19:50 -0500 Subject: [PATCH 2/5] Create SDK.Gameforge_Client.txt --- tests/types/SDK.Gameforge_Client.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/types/SDK.Gameforge_Client.txt diff --git a/tests/types/SDK.Gameforge_Client.txt b/tests/types/SDK.Gameforge_Client.txt new file mode 100644 index 000000000..c793cee92 --- /dev/null +++ b/tests/types/SDK.Gameforge_Client.txt @@ -0,0 +1,4 @@ +/gameforge_api.dll +gameforge_api.dll +/gfclient_proxy0_msvc140.dll +gfclient_proxy0_msvc140.dll From 2e5bc645c00b921646efcf27582407bfa3e6b17a Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:22:12 -0500 Subject: [PATCH 3/5] Create SDK.Gameforge.md --- descriptions/SDK.Gameforge.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/SDK.Gameforge.md diff --git a/descriptions/SDK.Gameforge.md b/descriptions/SDK.Gameforge.md new file mode 100644 index 000000000..e503ca5e1 --- /dev/null +++ b/descriptions/SDK.Gameforge.md @@ -0,0 +1 @@ +A service to connect to [**Gameforge**](https://gameforge.com/en-US/)'s servers. From 8836d52258e0339bf250ac0245d684c7a08d784a Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:33:44 -0500 Subject: [PATCH 4/5] Rename SDK.Gameforge.md to SDK.Gameforge_Client.md --- descriptions/{SDK.Gameforge.md => SDK.Gameforge_Client.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename descriptions/{SDK.Gameforge.md => SDK.Gameforge_Client.md} (100%) diff --git a/descriptions/SDK.Gameforge.md b/descriptions/SDK.Gameforge_Client.md similarity index 100% rename from descriptions/SDK.Gameforge.md rename to descriptions/SDK.Gameforge_Client.md From 8db8cca13b22b34b6318de28ba3aa60ad99696a5 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:35:58 -0500 Subject: [PATCH 5/5] Move Gameforge rules above Game Development Kit rule Where does underscore go in the alphabet? --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index c743523d1..4d68bd44f 100644 --- a/rules.ini +++ b/rules.ini @@ -238,9 +238,9 @@ EpicOnlineServices = (?:^|/)(?:lib)?eossdk FluidSynth = fluidsynth FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$ FreeImage = (?:^|/)FreeImage(?:\.so|\.dll)$ -Game_Development_Kit = (?:^|/)(?:XGamingRuntime(?:Thunks)?|XCurl|Microsoft_Xbox_Services_141_GDK_C_Thunks)\.dll$ Gameforge_Client[] = (?:^|/)gameforge_api\.dll$ Gameforge_Client[] = (?:^|/)gfclient_proxy +Game_Development_Kit = (?:^|/)(?:XGamingRuntime(?:Thunks)?|XCurl|Microsoft_Xbox_Services_141_GDK_C_Thunks)\.dll$ Granny_3D = (?:^|/)granny2(?:_x64)?\.dll$ Greenworks = (?:^|/)greenworks-(?:win|osx|linux)(?:32|64)?\.node$ iCue[] = cgsdk