[Scummvm-git-logs] scummvm master -> c02b390fec390ccd8d19be7524bf657850449a97

dreammaster paulfgilbert at gmail.com
Mon Nov 18 00:26:42 CET 2019


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:
c02b390fec GLK: QUEST: Added version


Commit: c02b390fec390ccd8d19be7524bf657850449a97
    https://github.com/scummvm/scummvm/commit/c02b390fec390ccd8d19be7524bf657850449a97
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-11-17T15:25:19-08:00

Commit Message:
GLK: QUEST: Added version

Changed paths:
    engines/glk/quest/detection_tables.h
    engines/glk/quest/quest.h


diff --git a/engines/glk/quest/detection_tables.h b/engines/glk/quest/detection_tables.h
index 4cad443..a6a545e 100644
--- a/engines/glk/quest/detection_tables.h
+++ b/engines/glk/quest/detection_tables.h
@@ -38,6 +38,7 @@ const PlainGameDescriptor QUEST_GAME_LIST[] = {
 	{ "worldsend", "World's End" },
 
 #ifdef QUEST_EXT
+	// The games below are newer games that the Geas interpreter doesn't yet support
 	{ "attackonfrightside", "Attack On Frightside" },
 	{ "balaclava", "Balaclava" },
 	{ "bearsepicquest", "Bear's Epic Quest" },
@@ -69,6 +70,7 @@ const GlkDetectionEntry QUEST_GAMES[] = {
 	DT_ENTRY0("worldsend", "4f5daac10085927bf5180bea24f7ef0d", 73396),
 
 #ifdef QUEST_EXT
+	// The games below are newer games that the Geas interpreter doesn't yet support
 	DT_ENTRY0("attackonfrightside", "84542fc6460833bbf2594ed83f8b1fc7", 46019),
 	DT_ENTRY0("balaclava", "8b30af05d9986f9f962c677181ecc766", 57719),
 	DT_ENTRY0("bearsepicquest", "e6896a65527f456b4362aaebcf39e354", 62075),
diff --git a/engines/glk/quest/quest.h b/engines/glk/quest/quest.h
index ab6e8b8..5597616 100644
--- a/engines/glk/quest/quest.h
+++ b/engines/glk/quest/quest.h
@@ -20,6 +20,8 @@
  *
  */
 
+ /* Based on Geas interpreter version 3.53 */
+
 #ifndef GLK_QUEST_QUEST
 #define GLK_QUEST_QUEST
 





More information about the Scummvm-git-logs mailing list