From 0ec7fbfa1fb9cdb994543264744332baff5d2d08 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Sat, 16 May 2026 02:45:21 +0000 Subject: [PATCH 1/5] yquake2 - Update --- engines/yquake2/env.json | 2 +- metadata/packagessniper_v2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/yquake2/env.json b/engines/yquake2/env.json index 84a5381f1..baa57d8e5 100644 --- a/engines/yquake2/env.json +++ b/engines/yquake2/env.json @@ -12,5 +12,5 @@ "./sdl_gamecontrollerdb/LICENSE" ], "COMMON_PACKAGE": true, - "COMMIT_TAG": "QUAKE2_8_60" + "COMMIT_TAG": "QUAKE2_8_70" } \ No newline at end of file diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 49c1a720f..a5077b25c 100755 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -12763,7 +12763,7 @@ }, { "engine_link": "https://www.yamagi.org/quake2/", - "version": "QUAKE2_8_60", + "version": "QUAKE2_8_70", "author": "dreamer", "author_link": "https://github.com/dreamer", "license": "GPLv2", From d7e3dfe3fc623448a1061d7a67c8cb0dde148996 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Fri, 15 May 2026 22:01:45 -0500 Subject: [PATCH 2/5] Update build.sh --- engines/yquake2/build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/engines/yquake2/build.sh b/engines/yquake2/build.sh index 9a6f36370..e5b1dd742 100755 --- a/engines/yquake2/build.sh +++ b/engines/yquake2/build.sh @@ -27,7 +27,9 @@ git clone https://github.com/gabomdq/SDL_GameControllerDB.git sdl_gamecontroller # BUILD PHASE pushd "source" -echo 'release/q2ded : LDFLAGS += -l:librt.a' > config.mk +mkdir build +cd build +cmake -DCMAKE_BUILD_TYPE=Release .. make -j "$(nproc)" popd @@ -66,7 +68,7 @@ cp -v assets/default.lux.cfg "$diststart/common/dist/xatrix/yq2.cfg" cp -v source/stuff/icon/Quake2.svg "$diststart/common/dist/" cp -v sdl_gamecontrollerdb/gamecontrollerdb.txt "$diststart/common/dist/" -cp -rfv "source/release/"* "$diststart/common/dist/" +cp -rfv "source/build/Release/"* "$diststart/common/dist/" cp -rfv "source-ctf/build/Release/game.so" "$diststart/common/dist/ctf" cp -rfv "source-rogue/build/Release/game.so" "$diststart/common/dist/rogue" cp -rfv "source-xatrix/build/Release/game.so" "$diststart/common/dist/xatrix" From b651f616ffe853aef1da63ed972903e9f97e41a1 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Sun, 17 May 2026 02:54:32 +0000 Subject: [PATCH 3/5] yquake2 - Update --- engines/yquake2/env.json | 2 +- metadata/packagessniper_v2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/yquake2/env.json b/engines/yquake2/env.json index 84a5381f1..baa57d8e5 100644 --- a/engines/yquake2/env.json +++ b/engines/yquake2/env.json @@ -12,5 +12,5 @@ "./sdl_gamecontrollerdb/LICENSE" ], "COMMON_PACKAGE": true, - "COMMIT_TAG": "QUAKE2_8_60" + "COMMIT_TAG": "QUAKE2_8_70" } \ No newline at end of file diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 9e67dc672..21e38bb54 100755 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -12763,7 +12763,7 @@ }, { "engine_link": "https://www.yamagi.org/quake2/", - "version": "QUAKE2_8_60", + "version": "QUAKE2_8_70", "author": "dreamer", "author_link": "https://github.com/dreamer", "license": "GPLv2", From ffe8be5b2b0cb612d4d68a5143d5c4f26a92c4dd Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sun, 17 May 2026 20:14:53 -0500 Subject: [PATCH 4/5] Update env.json --- engines/yquake2/env.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engines/yquake2/env.json b/engines/yquake2/env.json index baa57d8e5..bda1cec39 100644 --- a/engines/yquake2/env.json +++ b/engines/yquake2/env.json @@ -12,5 +12,6 @@ "./sdl_gamecontrollerdb/LICENSE" ], "COMMON_PACKAGE": true, - "COMMIT_TAG": "QUAKE2_8_70" -} \ No newline at end of file + "COMMIT_TAG": "QUAKE2_8_70", + "LATEST_CMAKE": true +} From c224d3cdc56e8ac2cd2bcc0855306bb5136e23fb Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sun, 17 May 2026 20:30:16 -0500 Subject: [PATCH 5/5] Update build.sh --- engines/yquake2/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/yquake2/build.sh b/engines/yquake2/build.sh index e5b1dd742..8cba0b067 100755 --- a/engines/yquake2/build.sh +++ b/engines/yquake2/build.sh @@ -68,7 +68,7 @@ cp -v assets/default.lux.cfg "$diststart/common/dist/xatrix/yq2.cfg" cp -v source/stuff/icon/Quake2.svg "$diststart/common/dist/" cp -v sdl_gamecontrollerdb/gamecontrollerdb.txt "$diststart/common/dist/" -cp -rfv "source/build/Release/"* "$diststart/common/dist/" +cp -rfv "source/build/release/"* "$diststart/common/dist/" cp -rfv "source-ctf/build/Release/game.so" "$diststart/common/dist/ctf" cp -rfv "source-rogue/build/Release/game.so" "$diststart/common/dist/rogue" cp -rfv "source-xatrix/build/Release/game.so" "$diststart/common/dist/xatrix"