[Scummvm-git-logs] scummvm master -> 956f53fd2242b40e5db74a6a04308f240dfdac9f
mduggan
mgithub at guarana.org
Fri Jul 9 00:08:44 UTC 2021
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:
9f7758dee9 ULTIMA: Mark some versions of Crusader: No Remorse as TESTING
956f53fd22 NEWS: Added support for Crusader: No Remorse.
Commit: 9f7758dee941e2ef4422b62057ea664cd03ef6aa
https://github.com/scummvm/scummvm/commit/9f7758dee941e2ef4422b62057ea664cd03ef6aa
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2021-07-09T08:52:32+09:00
Commit Message:
ULTIMA: Mark some versions of Crusader: No Remorse as TESTING
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index c6a417f819..b5f983fcfa 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -386,7 +386,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("eusecode.flx", "0a0f64507adc4f280129c735ee9cad42", 556613),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
GAME_CRUSADER_REM,
@@ -416,7 +416,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("eusecode.flx", "36a16d70c97d0379f1133cc743c31313", 558493),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
GAME_CRUSADER_REM,
@@ -431,7 +431,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("eusecode.flx", "a8b5c421c5d74be8c69fcd4fecadd1dd", 559015),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
GAME_CRUSADER_REM,
@@ -461,7 +461,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("eusecode.flx", "41cdca35b62f4b2a7bb4c3b1ec782423", 556613),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE | ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
GAME_CRUSADER_REM,
Commit: 956f53fd2242b40e5db74a6a04308f240dfdac9f
https://github.com/scummvm/scummvm/commit/956f53fd2242b40e5db74a6a04308f240dfdac9f
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2021-07-09T09:07:28+09:00
Commit Message:
NEWS: Added support for Crusader: No Remorse.
Also added notes about bugfixes in Ultima 8.
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index d94f0659ba..ca26c10884 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -23,6 +23,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for AGS Games versions 2.5+.
- Added support for Nightlong: Union City Conspiracy.
- Added support for The Journeyman Project 2: Buried in Time.
+ - Added support for Crusader: No Remorse.
New ports:
- The Nintendo DS port got a major rewrite.
@@ -128,6 +129,8 @@ For a more comprehensive changelog of the latest experimental code, see:
Ultima:
- Ultima 4: Added several debugger commands.
- Ultima 4: Allow Enter key to exit ZStats display.
+ - Ultima 8: Fixed several animation bugs for events and objects.
+ - Ultima 8: Restored original text for the Spell of Resurrection book.
Xeen:
- Fixed occasional border corruption during fights.
More information about the Scummvm-git-logs
mailing list