[Scummvm-git-logs] scummvm master -> ba8b95aa971ce231dc0979fee7ed8e87f355d013
mduggan
noreply at scummvm.org
Thu Mar 13 07:15:30 UTC 2025
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:
199a6d072d DGDS: Upgrade Heart of China detection to TESTING
ba8b95aa97 NEWS: Mention supoort for Heart of China
Commit: 199a6d072d8f491c79fa536d326d97774732126a
https://github.com/scummvm/scummvm/commit/199a6d072d8f491c79fa536d326d97774732126a
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-13T18:14:48+11:00
Commit Message:
DGDS: Upgrade Heart of China detection to TESTING
Changed paths:
engines/dgds/detection_tables.h
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index dc464cfe6d5..5ddae16b786 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -301,7 +301,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NONE)
},
@@ -316,7 +316,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NONE)
},
@@ -331,7 +331,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE | ADGF_DGDS_EGA,
+ ADGF_TESTING | ADGF_DGDS_EGA,
GUIO1(GUIO_NONE)
},
@@ -346,7 +346,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE | ADGF_DGDS_EGA,
+ ADGF_TESTING | ADGF_DGDS_EGA,
GUIO1(GUIO_NONE)
},
@@ -361,7 +361,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NONE)
},
Commit: ba8b95aa971ce231dc0979fee7ed8e87f355d013
https://github.com/scummvm/scummvm/commit/ba8b95aa971ce231dc0979fee7ed8e87f355d013
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-13T18:15:08+11:00
Commit Message:
NEWS: Mention supoort for Heart of China
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 5a46cbb6da7..d4ff86203d2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for Dark Seed.
- Added support for God of Thunder.
- Added support for The Adventures of Willy Beamish.
+ - Added support for Heart of China.
Hopkins:
- Fix crash using elevator to go to other floors.
More information about the Scummvm-git-logs
mailing list