[Scummvm-git-logs] scummvm master -> 82a7288de19faead1987168159c2285d90ff0863

mduggan mgithub at guarana.org
Sun May 24 11:27:56 UTC 2020


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:
82a7288de1 ULTIMA8: Mark en versions of U8 as testing


Commit: 82a7288de19faead1987168159c2285d90ff0863
    https://github.com/scummvm/scummvm/commit/82a7288de19faead1987168159c2285d90ff0863
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-05-24T20:26:54+09:00

Commit Message:
ULTIMA8: Mark en versions of U8 as testing

I've now completed one playthrough.  With the bugfixes alont the way, the game
can be completed as-is.  Yay!

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index c777a4a7bc..a70774e13b 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -160,7 +160,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "87c8b584e2947e5e4d99bd8bff6cea2e", 1251108),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_ULTIMA8,
@@ -175,7 +175,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("eusecode.flx", "c61f1dacde591cb39d452264e281f234", 1251108),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_ULTIMA8,




More information about the Scummvm-git-logs mailing list