[Scummvm-git-logs] scummvm master -> adadaf1ecadacc993d6ea6b47b9fecee4fe6c824
mduggan
noreply at scummvm.org
Tue Nov 5 09:56:34 UTC 2024
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:
adadaf1eca ULTIMA: Add detection entry for Crusader: No Remorse v1.10
Commit: adadaf1ecadacc993d6ea6b47b9fecee4fe6c824
https://github.com/scummvm/scummvm/commit/adadaf1ecadacc993d6ea6b47b9fecee4fe6c824
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2024-11-05T20:55:44+11:00
Commit Message:
ULTIMA: Add detection entry for Crusader: No Remorse v1.10
This fixes #15065.
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 8a4ba1cc9cd..82ad21c9527 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -329,8 +329,9 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
- // Crusader games use basically the same engine as ultima8, but
- // are less complete.
+ // Crusader games use a very similar engine to ultima8.
+ // complete. Because each version requires a separate Usecode callback
+ // table, only fully patched versions are marked supported.
// GOG Crusader - No Remorse (V1.21)
{
@@ -347,6 +348,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
+ // Crusader - No Remorse CD version (V1.10) provided by heff978 (#15065)
+ {
+ {
+ "remorse",
+ "",
+ AD_ENTRY1s("usecode/eusecode.flx", "73b413b1ef291c4512f16c719ad746f3", 419591),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_REMORSE
+ },
+ GAME_CRUSADER_REM,
+ 0
+ },
+
// Crusader - No Remorse provided by andy155
{
{
More information about the Scummvm-git-logs
mailing list