[Scummvm-cvs-logs] SF.net SVN: scummvm: [25385] scummvm/trunk/engines/agi/detection.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Feb 4 14:40:12 CET 2007
Revision: 25385
http://scummvm.svn.sourceforge.net/scummvm/?rev=25385&view=rev
Author: fingolfin
Date: 2007-02-04 05:40:11 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Use full game titles for the official AGI games (small exception: we also number part 1 of series, to avoid user confusion)
Modified Paths:
--------------
scummvm/trunk/engines/agi/detection.cpp
Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp 2007-02-04 13:37:02 UTC (rev 25384)
+++ scummvm/trunk/engines/agi/detection.cpp 2007-02-04 13:40:11 UTC (rev 25385)
@@ -55,24 +55,24 @@
{"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"},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list