[Scummvm-git-logs] scummvm master -> 195e54f9297fbdbfd2b198219be6993e71a339ea
sev-
noreply at scummvm.org
Sun May 14 20:48:11 UTC 2023
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:
6a8d3452ab SLUDGE: Add game to detection table.
195e54f929 SLUDGE: Add versions and platform to v 1.0 outoforder detection
Commit: 6a8d3452abce1bfd305ac02cb398d12e92c3ef99
https://github.com/scummvm/scummvm/commit/6a8d3452abce1bfd305ac02cb398d12e92c3ef99
Author: iced coke (dallas_march_2019 at outlook.com)
Date: 2023-05-14T22:48:07+02:00
Commit Message:
SLUDGE: Add game to detection table.
Changed paths:
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index be7f078cc02..929c99a818b 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -114,6 +114,20 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "outoforder",
+ "",
+ AD_ENTRY2s("gamedata", "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,
+ "Out Of Order.exe", "ebc386dd0cb77df68dd12d72742eb310", 68608),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOMIDI)
+ },
+ 0
+ },
+
{
{
"frasse",
Commit: 195e54f9297fbdbfd2b198219be6993e71a339ea
https://github.com/scummvm/scummvm/commit/195e54f9297fbdbfd2b198219be6993e71a339ea
Author: iced coke (dallas_march_2019 at outlook.com)
Date: 2023-05-14T22:48:07+02:00
Commit Message:
SLUDGE: Add versions and platform to v 1.0 outoforder detection
Changed paths:
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 929c99a818b..acd49fb9aac 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -103,11 +103,11 @@ static const SludgeGameDescription gameDescriptions[] = {
{
{
"outoforder",
- "",
+ "v1.0",
AD_ENTRY2s("gamedata", "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,
"out-of-order.xpm", "407086751ac167884c6585c4cad5b664", 2601),
Common::EN_ANY,
- Common::kPlatformUnknown,
+ Common::kPlatformLinux,
ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
@@ -117,11 +117,11 @@ static const SludgeGameDescription gameDescriptions[] = {
{
{
"outoforder",
- "",
+ "v1.0",
AD_ENTRY2s("gamedata", "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,
"Out Of Order.exe", "ebc386dd0cb77df68dd12d72742eb310", 68608),
Common::EN_ANY,
- Common::kPlatformUnknown,
+ Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
More information about the Scummvm-git-logs
mailing list