aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorMax Horn2007-02-04 13:40:11 +0000
committerMax Horn2007-02-04 13:40:11 +0000
commitae5fb74aefa5dd902bba177fcd6ead7ddfc3459b (patch)
treedd2cd0874bedfde0a46e3c9117ecd149b32eaf41 /engines/agi
parent70833e89a41f8f0b239fb7da301c488b4b473a22 (diff)
downloadscummvm-rg350-ae5fb74aefa5dd902bba177fcd6ead7ddfc3459b.tar.gz
scummvm-rg350-ae5fb74aefa5dd902bba177fcd6ead7ddfc3459b.tar.bz2
scummvm-rg350-ae5fb74aefa5dd902bba177fcd6ead7ddfc3459b.zip
Use full game titles for the official AGI games (small exception: we also number part 1 of series, to avoid user confusion)
svn-id: r25385
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/detection.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 6b8e7348de..930d631c5b 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -55,24 +55,24 @@ static const PlainGameDescriptor agiGames[] = {
{"agi", "Sierra AGI game"},
{"agi-fanmade", "Fanmade AGI game"},
{"agidemo", "AGI Demo"},
- {"bc", "Black Cauldron"},
+ {"bc", "The Black Cauldron"},
{"caitlyn", "Caitlyn's Destiny"},
{"ddp", "Donald Duck's Playground"},
- {"goldrush", "Gold Rush"},
- {"kq1", "King's Quest 1"},
- {"kq2", "King's Quest 2"},
- {"kq3", "King's Quest 3"},
- {"kq4", "King's Quest 4"},
- {"lsl1", "Leisure Suit Larry 1"},
+ {"goldrush", "Gold Rush!"},
+ {"kq1", "King's Quest I: Quest for the Crown"},
+ {"kq2", "King's Quest II: Romancing the Throne"},
+ {"kq3", "King's Quest III: To Heir Is Human"},
+ {"kq4", "King's Quest IV: The Perils of Rosella"},
+ {"lsl1", "Leisure Suit Larry in the Land of the Lounge Lizards"},
{"mixedup", "Mixed-Up Mother Goose"},
- {"mh1", "Manhunter 1: NY"},
- {"mh2", "Manhunter 2: SF"},
- {"pq1", "Police Quest 1"},
+ {"mh1", "Manhunter 1: New York"},
+ {"mh2", "Manhunter 2: San Francisco"},
+ {"pq1", "Police Quest: In Pursuit of the Death Angel"},
{"serguei1", "Serguei's Destiny 1"},
{"serguei2", "Serguei's Destiny 2"},
{"sq0", "Space Quest 0 - Replicated"},
- {"sq1", "Space Quest 1"},
- {"sq2", "Space Quest 2"},
+ {"sq1", "Space Quest I: The Sarien Encounter"},
+ {"sq2", "Space Quest II: Vohaul's Revenge"},
{"sqx", "Space Quest X - The Lost Chapter"},
{"tetris", "AGI Tetris"},
{"xmascard", "Xmas Card"},