[Scummvm-git-logs] scummvm master -> 560416990ca530be89abce8d6874cd98b9671019

sev- noreply at scummvm.org
Wed Jun 17 21:13:27 UTC 2026


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
9e32e26e89 GAMOS: Mark games for testing
503ad72e89 GAMOS: Enable engine by default
560416990c NEWS: Mention the Gamos engine games support


Commit: 9e32e26e8901b973f307482effb34a50df911510
    https://github.com/scummvm/scummvm/commit/9e32e26e8901b973f307482effb34a50df911510
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-17T23:12:22+02:00

Commit Message:
GAMOS: Mark games for testing

Changed paths:
    engines/gamos/detection_tables.h


diff --git a/engines/gamos/detection_tables.h b/engines/gamos/detection_tables.h
index d8a5860f276..71a6bf5da24 100644
--- a/engines/gamos/detection_tables.h
+++ b/engines/gamos/detection_tables.h
@@ -42,7 +42,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("solgamer.exe", "t:4a06f82f7638e865e27d68d2e071e827", 24658521),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -55,7 +55,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("solgamee.exe", "t:cad7d29da5aa843853fb8e7609a46300", 24624511),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -68,7 +68,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("solgamee.exe", "t:a32bbae8c381d8cdc4cbac9e18acb0a8", 24676118),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -81,7 +81,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilots.exe", "t:82ae05090898af66447bac4f06e910f3", 48357155),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -94,7 +94,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilde_r.exe", "t:a1bbaa7e59f69cb2be3223c3336982ac", 10770038),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -107,7 +107,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pildemo.exe", "t:a1bbaa7e59f69cb2be3223c3336982ac", 10770038),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -120,7 +120,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilotsrd.exe", "t:a1bbaa7e59f69cb2be3223c3336982ac", 10770038),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -133,7 +133,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilde_e.exe", "t:a784fc52f6923817d8ec8b9101e3f3ea", 10904737),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -146,7 +146,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilotsed.exe", "t:190cb2dcf936d0c3a891ba333dbc2f33", 10946501),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -159,7 +159,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("pilots2.exe", "t:c434bd8787febde52ccb5ef0e0731c7b", 582283983),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -172,7 +172,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("wildus.exe", "t:320c8dfd26ae5935b71a37227b7fe67f", 11475754),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -185,7 +185,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("wildus.exe", "t:a28e6f87a9c5cad5661108678522e27c", 11471282),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -198,7 +198,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("wildru.exe", "t:35bcdf2b9a0b022fe546de08ab685bd9", 11510210),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -211,7 +211,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("wildrudm.exe", "t:335fa22e185426843190460bc57d78a7", 11517820),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -224,7 +224,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("wildusdm.exe", "t:bddc7069986caedcfaa38ce35d42520b", 11516932),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -237,7 +237,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ffloprd.exe", "t:a09793d184d211f819299a5286a75f56", 4637680),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -250,7 +250,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ffloped.exe", "t:2f90db8d9083b57c775375cf880dc777", 4609380),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -263,7 +263,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflope.exe", "t:7e098e0b565d97eb3d55eb3b6d45e413", 4633340),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -276,7 +276,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ffloped.exe", "t:1be4097f6564e9240c58079addfd4600", 4613290),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -289,7 +289,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflope.exe", "t:8ffba2d788278457bb2f9661b7bdf4ec", 4629006),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -302,7 +302,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflopr.exe", "t:7e452d6f5fbfe32dc1ee3c53fba27f88", 4629153),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -314,7 +314,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflop.exe", "t:fd32bc85b8686504f3e63c8e00444c68", 6662497),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x8000000b
@@ -326,7 +326,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflop.exe", "t:3f7b90481959b408c9f7dface714cb75", 6691028),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x8000000b
@@ -339,7 +339,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("fflop.exe", "t:a1f917e41e24cbb9e2bda3cf2da5e8fb", 6860990),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000012
@@ -352,7 +352,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("it.exe", "t:76c0cce851177ed28e0d78ab989c6b63", 4125894),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -364,7 +364,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("it.exe", "t:455ad057b10542674c69f428311b6daf", 4744297),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x8000000b
@@ -376,7 +376,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:f7e100541adf71f1cec35ecc914c8ca3", 5607140),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x8000000b
@@ -389,7 +389,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:3512b1127b93c2ffe074e292f19a0ffb", 4981212),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -402,7 +402,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:f1b1713c122a4d60a773046f6aa1e1d8", 4972704),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -415,7 +415,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:ee6ec7c4d1f451d30038665e2edcc278", 5624675),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000012
@@ -428,7 +428,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:140a884942bbc396ae0640645d8118aa", 4979981),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -441,7 +441,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("netwalk.exe", "t:4d78e86ef47ceb6c578081ba367ee8ea", 4984836),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -454,7 +454,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("vitam_e.exe", "t:04cae8b641a7d79a1842c7ac1899b534", 429943),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016
@@ -467,7 +467,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("vitam_e.exe", "t:3506cd8e1a32ec3e841a2043d9dabc5b", 1122512),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000018
@@ -480,7 +480,7 @@ const GamosGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("vitam_r.exe", "t:427c0269c7327c7ca4f434e22c5cfce9", 459546),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		0x80000016


Commit: 503ad72e89d9f01dc433b3d03996da492c26b80a
    https://github.com/scummvm/scummvm/commit/503ad72e89d9f01dc433b3d03996da492c26b80a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-17T23:12:44+02:00

Commit Message:
GAMOS: Enable engine by default

Changed paths:
    engines/gamos/configure.engine


diff --git a/engines/gamos/configure.engine b/engines/gamos/configure.engine
index 9e1e92694c2..4f2c6820ddf 100644
--- a/engines/gamos/configure.engine
+++ b/engines/gamos/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine gamos "Gamos" no "" "" "highres" "midi"
+add_engine gamos "Gamos" yes "" "" "highres" "midi"


Commit: 560416990ca530be89abce8d6874cd98b9671019
    https://github.com/scummvm/scummvm/commit/560416990ca530be89abce8d6874cd98b9671019
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-17T23:12:54+02:00

Commit Message:
NEWS: Mention the Gamos engine games support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index e93aa095b05..a685ee40c9c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -9,6 +9,9 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Noctropolis.
    - Added support for Cartoon Carnival.
    - Added support for Alfred Pelrock: En Busca de un Sueño.
+   - Added support for Pilot Brothers: On the Track of Striped Elephant,
+     Pilot Brothers: The Case of Serial Maniac, and five minor
+     games built on the Gamos engine.
 
  General:
    - Highlight clickable links in the GUI with a cursor change.




More information about the Scummvm-git-logs mailing list