aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/detection.cpp4
-rw-r--r--engines/agos/detection.cpp4
-rw-r--r--engines/cine/detection.cpp4
-rw-r--r--engines/cruise/detection.cpp4
-rw-r--r--engines/draci/detection.cpp4
-rw-r--r--engines/drascula/detection.cpp4
-rw-r--r--engines/gob/detection.cpp4
-rw-r--r--engines/groovie/detection.cpp4
-rw-r--r--engines/hugo/detection.cpp4
-rw-r--r--engines/kyra/detection.cpp4
-rw-r--r--engines/lastexpress/detection.cpp4
-rw-r--r--engines/lure/detection.cpp4
-rw-r--r--engines/m4/detection.cpp4
-rw-r--r--engines/made/detection.cpp4
-rw-r--r--engines/mohawk/detection.cpp4
-rw-r--r--engines/parallaction/detection.cpp4
-rw-r--r--engines/saga/detection.cpp4
-rw-r--r--engines/sci/detection.cpp4
-rw-r--r--engines/sword25/detection.cpp4
-rw-r--r--engines/teenagent/detection.cpp4
-rw-r--r--engines/testbed/detection.cpp4
-rw-r--r--engines/tinsel/detection.cpp6
-rw-r--r--engines/toon/detection.cpp4
-rw-r--r--engines/touche/detection.cpp4
-rw-r--r--engines/tucker/detection.cpp4
25 files changed, 51 insertions, 51 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 22d8adf92d..1d0f6c3fd3 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -136,9 +136,9 @@ static const ADParams detectionParams = {
sizeof(Agi::AGIGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
agiGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"agi",
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index 629a5d63fc..abd95cf2ae 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -94,9 +94,9 @@ static const ADParams detectionParams = {
sizeof(AGOS::AGOSGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
simonGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
obsoleteGameIDsTable,
// Name of single gameid (optional)
0,
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 738366124c..2e6e285df0 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -67,9 +67,9 @@ static const ADParams detectionParams = {
sizeof(Cine::CINEGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
cineGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
obsoleteGameIDsTable,
// Name of single gameid (optional)
"cine",
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index 3bd0c1f76f..cc058b14ed 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -224,9 +224,9 @@ static const ADParams detectionParams = {
sizeof(Cruise::CRUISEGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
cruiseGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"cruise",
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp
index d3483eb5a4..0b2a0bd7e9 100644
--- a/engines/draci/detection.cpp
+++ b/engines/draci/detection.cpp
@@ -90,9 +90,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
draciGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"draci",
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 5a8903db9d..853c4c7dcb 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -273,9 +273,9 @@ static const ADParams detectionParams = {
sizeof(Drascula::DrasculaGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
drasculaGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"drascula",
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index be44c05bfb..fc0915e095 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -93,9 +93,9 @@ static const ADParams detectionParams = {
sizeof(Gob::GOBGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
gobGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
obsoleteGameIDsTable,
// Name of single gameid (optional)
"gob",
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 0dd510abca..6f1b5e1bd4 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -209,9 +209,9 @@ static const ADParams detectionParams = {
sizeof(GroovieGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
groovieGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"groovie",
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp
index 25b8b16084..29f5d9e6f2 100644
--- a/engines/hugo/detection.cpp
+++ b/engines/hugo/detection.cpp
@@ -138,9 +138,9 @@ static const ADParams detectionParams = {
sizeof(HugoGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
hugoGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
0,
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 47a086e08c..6f2dcb52d7 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -54,9 +54,9 @@ static const ADParams detectionParams = {
sizeof(KYRAGameDescription),
// Number of bytes to compute MD5 sum for
1024 * 1024,
- // List of all engine targets
+ // List of all engine gameid
gameList,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
0,
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index 7c7c6b0a36..e85ec41420 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -183,9 +183,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
lastExpressGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"lastexpress",
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index ced0be0cfb..69bc7d551a 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -182,9 +182,9 @@ static const ADParams detectionParams = {
sizeof(Lure::LureGameDescription),
// Number of bytes to compute MD5 sum for
1024,
- // List of all engine targets
+ // List of all engine gameid
lureGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"lure",
diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp
index 1aefe3d02d..49a38d2f00 100644
--- a/engines/m4/detection.cpp
+++ b/engines/m4/detection.cpp
@@ -391,9 +391,9 @@ static const ADParams detectionParams = {
sizeof(M4::M4GameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
m4Games,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"m4",
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp
index 4576e2b5ce..d27823faf0 100644
--- a/engines/made/detection.cpp
+++ b/engines/made/detection.cpp
@@ -532,9 +532,9 @@ static const ADParams detectionParams = {
sizeof(Made::MadeGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
madeGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"made",
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 6a73b28246..551c369d54 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -165,9 +165,9 @@ static const ADParams detectionParams = {
sizeof(Mohawk::MohawkGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
mohawkGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"mohawk",
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index c3719bcd51..006ebacf14 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -227,9 +227,9 @@ static const ADParams detectionParams = {
sizeof(Parallaction::PARALLACTIONGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
parallactionGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
0,
diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp
index 23bdc73666..4d1c89b0ec 100644
--- a/engines/saga/detection.cpp
+++ b/engines/saga/detection.cpp
@@ -108,9 +108,9 @@ static const ADParams detectionParams = {
sizeof(Saga::SAGAGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
sagaGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
obsoleteGameIDsTable,
// Name of single gameid (optional)
"saga",
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 100b71efa7..6fb28fcff9 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -379,9 +379,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
s_sciGameTitles,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"sci",
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp
index edb8c30545..6e639965e9 100644
--- a/engines/sword25/detection.cpp
+++ b/engines/sword25/detection.cpp
@@ -48,9 +48,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
Sword25Game,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
NULL,
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp
index 5012e6af65..5eb332f97b 100644
--- a/engines/teenagent/detection.cpp
+++ b/engines/teenagent/detection.cpp
@@ -86,9 +86,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
teenAgentGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"teenagent",
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index 13af0f1584..6a40b24858 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -52,9 +52,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
512,
- // List of all engine targets
+ // List of all engine gameid
testbed_setting,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"testbed",
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index 0f0e3cd1ef..0d283f2ceb 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -63,7 +63,7 @@ uint16 TinselEngine::getVersion() const {
return _gameDescription->version;
}
-}
+} // End of namespace Tinsel
static const PlainGameDescriptor tinselGames[] = {
{"tinsel", "Tinsel engine game"},
@@ -81,9 +81,9 @@ static const ADParams detectionParams = {
sizeof(Tinsel::TinselGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
tinselGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"tinsel",
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 1056f6ec0d..be47d24c29 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -124,9 +124,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
5000,
- // List of all engine targets
+ // List of all engine gameid
ToonGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"toon",
diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp
index b7f9c092aa..4ffad35ada 100644
--- a/engines/touche/detection.cpp
+++ b/engines/touche/detection.cpp
@@ -133,9 +133,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
4096,
- // List of all engine targets
+ // List of all engine gameid
toucheGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"touche",
diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp
index 31d9caef73..fe7cb4779a 100644
--- a/engines/tucker/detection.cpp
+++ b/engines/tucker/detection.cpp
@@ -109,9 +109,9 @@ static const ADParams detectionParams = {
sizeof(ADGameDescription),
// Number of bytes to compute MD5 sum for
512,
- // List of all engine targets
+ // List of all engine gameid
tuckerGames,
- // Structure for autoupgrading obsolete targets
+ // Structure for autoupgrading obsolete gameids
0,
// Name of single gameid (optional)
"tucker",