[Scummvm-git-logs] scummvm branch-2-6 -> 19a1a4409f93bfaf86b2071d804655275040b507
criezy
noreply at scummvm.org
Tue Jun 14 21:26:46 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2070b11cac AGS: Add detection for Old Skies Demo (Windows version)
19a1a4409f AGS: Add detection for Old Skies Demo (macOS version)
Commit: 2070b11cac9a74dd9c06e420321ca599599ee414
https://github.com/scummvm/scummvm/commit/2070b11cac9a74dd9c06e420321ca599599ee414
Author: Einar Johan Trøan SømaÌen (somaen at scummvm.org)
Date: 2022-06-14T22:26:23+01:00
Commit Message:
AGS: Add detection for Old Skies Demo (Windows version)
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 699bd2a2655..1770b8cda63 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1881,6 +1881,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "ohitschristmas", "Oh, it's Christmas" },
{ "ohnonotagain", "Oh no not again!" },
{ "oldmansea", "The Old Man and the Sea" },
+ { "oldskies", "Old Skies"},
{ "omnipotenttarot", "Omnipotent Tarot" },
{ "onceuponacrime", "Once Upon A Crime" },
{ "onceuponatime", "Once Upon A Time" },
@@ -3757,6 +3758,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
DEMO_ENTRY_EN("nightoftheravingfeminist", "Prueba1.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 7015243),
DEMO_ENTRY_EN("notravellerreturns", "Test.exe", "f120690b506dd63cd7d1112ea6af2f77", 19656975),
DEMO_ENTRY_EN("nostalgik", "NOLGASTIK.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 143891265),
+ DEMO_ENTRY_EN("oldskies", "OldSkies.exe", "0bdccc3f90f28de88de050672565cb5a", 1577321264), // Steam Windows
DEMO_ENTRY_EN("oott", "demo_tkc.exe", "54da0ce99f3e8b556db6d236c8ef76ba", 415137576), // Steam
DEMO_ENTRY_EN("osdlgs", "OSD - Leather Gear Smooth.exe", "82da2565c456dcfb265ded6fe3189c0b", 114550556),
DEMO_ENTRY_EN("osdrots", "Rise of the spirit.exe", "415faaf03c892f5a8ce2c136a8fa3478", 17049026),
Commit: 19a1a4409f93bfaf86b2071d804655275040b507
https://github.com/scummvm/scummvm/commit/19a1a4409f93bfaf86b2071d804655275040b507
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-06-14T22:26:33+01:00
Commit Message:
AGS: Add detection for Old Skies Demo (macOS version)
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1770b8cda63..03643eedbcb 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3759,6 +3759,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
DEMO_ENTRY_EN("notravellerreturns", "Test.exe", "f120690b506dd63cd7d1112ea6af2f77", 19656975),
DEMO_ENTRY_EN("nostalgik", "NOLGASTIK.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 143891265),
DEMO_ENTRY_EN("oldskies", "OldSkies.exe", "0bdccc3f90f28de88de050672565cb5a", 1577321264), // Steam Windows
+ DEMO_ENTRY_EN("oldskies", "ac2game.dat", "008b1273459fa04425423c48ef655385", 1573980025), // Steam Mac
DEMO_ENTRY_EN("oott", "demo_tkc.exe", "54da0ce99f3e8b556db6d236c8ef76ba", 415137576), // Steam
DEMO_ENTRY_EN("osdlgs", "OSD - Leather Gear Smooth.exe", "82da2565c456dcfb265ded6fe3189c0b", 114550556),
DEMO_ENTRY_EN("osdrots", "Rise of the spirit.exe", "415faaf03c892f5a8ce2c136a8fa3478", 17049026),
More information about the Scummvm-git-logs
mailing list