aboutsummaryrefslogtreecommitdiff
path: root/devtools/credits.pl
diff options
context:
space:
mode:
authorThierry Crozat2011-05-15 15:50:09 +0100
committerThierry Crozat2011-05-16 00:11:32 +0100
commit3c59e37035742ce843f3e12039b5169e4bdd0168 (patch)
treec1b72fa4d4c814c8660978e4fa18d6e6a2a6d335 /devtools/credits.pl
parentecf23e1dc95d18f831edfa4afa06dcf7ca515eb9 (diff)
downloadscummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.tar.gz
scummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.tar.bz2
scummvm-rg350-3c59e37035742ce843f3e12039b5169e4bdd0168.zip
ENGINES: Unify engine names
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS").
Diffstat (limited to 'devtools/credits.pl')
-rwxr-xr-xdevtools/credits.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 46c75402c1..8d02891576 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -500,7 +500,7 @@ begin_credits("Credits");
add_person("Ludvig Strigeus", "ludde", "(retired)");
end_section();
- begin_section("BASS"); # Beneath a Steel Sky
+ begin_section("Beneath a Steel Sky");
add_person("Robert Göffringmann", "lavosspawn", "(retired)");
add_person("Oliver Kiehl", "olki", "(retired)");
add_person("Joost Peters", "joostp", "");
@@ -539,7 +539,7 @@ begin_credits("Credits");
add_person("Vincent Hamm", "yaz0r", "(retired)");
end_section();
- begin_section("Draci");
+ begin_section("Draci Historie");
add_person("Denis Kasak", "dkasak13", "");
add_person("Robert Špalek", "spalek", "");
end_section();
@@ -549,7 +549,7 @@ begin_credits("Credits");
add_person("Paweł Kołodziejski", "aquadran", "");
end_section();
- begin_section("FOTAQ"); # Flight of the Amazon Queen
+ begin_section("Flight of the Amazon Queen");
add_person("David Eriksson", "twogood", "(retired)");
add_person("Gregory Montoir", "cyx", "");
add_person("Joost Peters", "joostp", "");
@@ -574,7 +574,7 @@ begin_credits("Credits");
add_person("Eugene Sandulenko", "sev", "");
end_section();
- begin_section("Kyra");
+ begin_section("Legend of Kyrandia");
add_person("Torbjörn Andersson", "eriktorbjorn", "VQA Player");
add_person("Oystein Eftevaag", "vinterstum", "");
add_person("Florian Kagerer", "athrxx", "");
@@ -588,7 +588,7 @@ begin_credits("Credits");
add_person("Julien Templier", "littleboy", "");
end_section();
- begin_section("Lure");
+ begin_section("Lure of the Temptress");
add_person("Paul Gilbert", "dreammaster", "");
end_section();
@@ -636,7 +636,7 @@ begin_credits("Credits");
add_person("Lars Skovlund", "lskovlun", "");
end_section();
- begin_section("TeenAgent");
+ begin_section("Teen Agent");
add_person("Robert Megone", "sanguine", "Help with callback rewriting");
add_person("Vladimir Menshakov", "whoozle", "");
end_section();