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

dreammaster paulfgilbert at gmail.com
Wed Aug 19 02:43:47 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:
ca178f0fd8 GLK: ADRIFT - Fix/Add game titles and one mixup


Commit: ca178f0fd8a195e29ea50cb59d92eb82c0b12688
    https://github.com/scummvm/scummvm/commit/ca178f0fd8a195e29ea50cb59d92eb82c0b12688
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-18T19:43:43-07:00

Commit Message:
GLK: ADRIFT - Fix/Add game titles and one mixup

There has been a mix-up in one game title.
1hgfrog is actually "The Green Princess" while 1hgprincess1 is "The Princess In The Tower" as the in-game titles suggests
- Added an ADRIFT 5 game comment (1hgamonkeytoomany)
- Fixed three leading whitespaces in game titles
- Fixed two "TODO" game titles ("Doom Cat!!!" and "A Masochist's Heaven")

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


diff --git a/engines/glk/adrift/detection_tables.h b/engines/glk/adrift/detection_tables.h
index 77ea00eaf4..e97b67a04e 100644
--- a/engines/glk/adrift/detection_tables.h
+++ b/engines/glk/adrift/detection_tables.h
@@ -185,13 +185,13 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "amcdiarystrip", "Diary of a Stripper" },
 
 	// ADRIFT One-Hour Game Competition 1
-	{ "1hgamonkeytoomany", "" },
-	{ "1hgprincess1", "The Green Princess" },
-	{ "1hg1hrgame", "TODO" },
+	{ "1hgamonkeytoomany", "A Monkey too many" }, // ADRIFT 5 game
+	{ "1hgprincess1", "The Princess In The Tower" },
+	{ "1hg1hrgame", "A Masochist's Heaven" },
 	{ "1hgendgame", "The Game To End All Games" },
 	{ "1hgchicken", "The Evil Chicken of Doom!" },
 	{ "1hghauntedhouse", "The Haunted House of Hideous Horror" },
-	{ "1hgfrog", "TODO" },
+	{ "1hgfrog", "The Green Princess" },
 	{ "1hgmicrobewillie", "Microbe Willie vs. The Rat" },
 	{ "1hgjasonvssalm", "Jason vs. Salm" },
 
@@ -207,13 +207,13 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "1hgdemonhunter", "Apprentice of the Demonhunter" },
 	{ "1hgcbn1", "The Revenge of Clueless Bob Newbie!" },
 	{ "1hgcbn2", "The Revenge of Clueless Bob Newbie Part 2: This Time it's Personal" },
-	{ "1hgticktick", "TODO" },
-	{ "1hgpyramid", " The Pyramid of Hamaratum" },
+	{ "1hgticktick", "Doom Cat!!!" },
+	{ "1hgpyramid", "The Pyramid of Hamaratum" },
 	{ "1hgquesti", "Quest for Flesh" },
 	{ "1hgshore", "The Farthest Shore" },
 	{ "1hgsaffire", "Saffire" },
-	{ "1hgecod2", " The Curse of the Revenge of the Ghost of the Evil Chicken of Doom... Returns!" },
-	{ "1hgimagination", " Just My Imagination-Musings of a Child" },
+	{ "1hgecod2", "The Curse of the Revenge of the Ghost of the Evil Chicken of Doom... Returns!" },
+	{ "1hgimagination", "Just My Imagination-Musings of a Child" },
 
 	// ADRIFT One-Hour Game Competition 4
 	{ "1hgcah", "Cruel and Hilarious Punishment!" },




More information about the Scummvm-git-logs mailing list