[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.46,1.47
Oliver Kiehl
olki at users.sourceforge.net
Sun Dec 8 15:17:03 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon res.cpp,1.10,1.11 sound.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debug.cpp,1.8,1.9 gfx.cpp,1.74,1.75 saveload.cpp,1.28,1.29 script.cpp,1.14,1.15 script_v1.cpp,1.39,1.40 script_v2.cpp,1.58,1.59 scumm.h,1.73,1.74 scummvm.cpp,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv26394/common
Modified Files:
gameDetector.cpp
Log Message:
Gui now detects simon games with trailing periods
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- gameDetector.cpp 8 Dec 2002 19:50:36 -0000 1.46
+++ gameDetector.cpp 8 Dec 2002 23:16:38 -0000 1.47
@@ -506,7 +506,9 @@
{"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST+4, 99, 99, 99, 0, "GAMEPC"},
{"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"},
{"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "GAMEPC"},
+ {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0, "GAMEPC."},
{"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30"},
+ {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0, "GSPTR30."},
{"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "GDEMO"},
/* Scumm Version 8 */
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon res.cpp,1.10,1.11 sound.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debug.cpp,1.8,1.9 gfx.cpp,1.74,1.75 saveload.cpp,1.28,1.29 script.cpp,1.14,1.15 script_v1.cpp,1.39,1.40 script_v2.cpp,1.58,1.59 scumm.h,1.73,1.74 scummvm.cpp,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list