[Scummvm-git-logs] scummvm master -> c89840f1fab7ed114cdc011db83eb2a56fefc3d2
bluegr
bluegr at gmail.com
Sun Oct 10 14:03:36 UTC 2021
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:
c89840f1fa SCI: Add PQ2 v1.001.106, mark 5.25" DOS PQ2 releases as such
Commit: c89840f1fab7ed114cdc011db83eb2a56fefc3d2
https://github.com/scummvm/scummvm/commit/c89840f1fab7ed114cdc011db83eb2a56fefc3d2
Author: eientei (log.butt at gmail.com)
Date: 2021-10-10T17:03:32+03:00
Commit Message:
SCI: Add PQ2 v1.001.106, mark 5.25" DOS PQ2 releases as such
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index b6c8526beb..277d4e1cf3 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3965,7 +3965,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
- // Police Quest 2 - English DOS (provided by richiefs in bug report #4214)
+ // Police Quest 2 - English DOS 1.001.000 (5.25") (provided by richiefs in bug report #4214)
// SCI interpreter version 0.000.395
{"pq2", "", {
{"resource.map", 0, "9cff78c4be9e6a4848b6e9377569e3d9", 5700},
@@ -4018,7 +4018,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
- // Police Quest 2 English DOS 1.002.011 (supplied by misterhands in bug report #9716)
+ // Police Quest 2 English DOS 1.001.006 (5.25")
+ // SCI interpreter version 0.000.409
+ {"pq2", "", {
+ {"resource.map", 0, "dad222469004108d2a38b8288078eaac", 5670},
+ {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 159511},
+ {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 330094},
+ {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 303955},
+ {"resource.004", 0, "77f02def3094af804fd2371db25b7100", 342639},
+ {"resource.005", 0, "77f02def3094af804fd2371db25b7100", 350673},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
+
+ // Police Quest 2 English DOS 1.002.011 (5.25") (supplied by misterhands in bug report #9716)
{"pq2", "", {
{"resource.map", 0, "f42a265e26168d0463d12e0913e8dd1c", 5808},
{"resource.001", 0, "77f02def3094af804fd2371db25b7100", 161673},
More information about the Scummvm-git-logs
mailing list