[Scummvm-git-logs] scummvm master -> 86de646e5f5105976f6726033690177b9cf2664d
trembyle
noreply at scummvm.org
Tue Apr 5 17:15:07 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:
86de646e5f AGS: Add detection for Schoollout
Commit: 86de646e5f5105976f6726033690177b9cf2664d
https://github.com/scummvm/scummvm/commit/86de646e5f5105976f6726033690177b9cf2664d
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-04-05T17:14:18Z
Commit Message:
AGS: Add detection for Schoollout
http://www.freegame.cz/hry-ke-stazeni/zdarma/adventury/schoollout/25851
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 80016edf37c..8035dd632b0 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2203,6 +2203,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "scarymaze", "Scary Maze Halloween 2016" },
{ "scenario5b", "Scenario 5B" },
{ "schnelltrial", "The Trial of the Schnellersparrow" },
+ { "schoollout", "Schoollout" },
{ "science", "Science!" },
{ "sciencesfaer", "Les Sciences du Faër" },
{ "scnidersom", "Scnidersom" },
@@ -5889,6 +5890,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("scarymaze", "Scary Maze.exe", "01823d511cc00f4de6fd920eb543c6e7", 5380554),
GAME_ENTRY("scenario5b", "scenario.exe", "707c317aa3cf27d21107ae3a52296baa", 4151144),
GAME_ENTRY_EN("schnelltrial", "TSS2.exe", "18456f28d9bf843b087e80072c85beca", 11217104),
+ GAME_ENTRY_LANG("schoollout", "Schoollout.exe", "3d40063da244931d67726a2d9600f1e8", 384873228, Common::CS_CZE),
GAME_ENTRY("science", "orow3.exe", "f120690b506dd63cd7d1112ea6af2f77", 1330580),
GAME_ENTRY_LANG("sciencesfaer", "ProfM.exe", "a524cbb1c51589903c4043b98917f1d9", 9215301, Common::FR_FRA),
GAME_ENTRY("scnidersom", "scnider.exe", "3128b9f90e2f954ba704414ae854d10b", 1189237),
More information about the Scummvm-git-logs
mailing list