[Scummvm-git-logs] scummvm master -> 553f7330a2bb6bc72a58477bb52757f3d0d5146e
criezy
noreply at scummvm.org
Tue Jun 14 21:25:49 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
553f7330a2 AGS: Add detection for Old Skies Demo (macOS version)
Commit: 553f7330a2bb6bc72a58477bb52757f3d0d5146e
https://github.com/scummvm/scummvm/commit/553f7330a2bb6bc72a58477bb52757f3d0d5146e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-06-14T22:25:43+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