From 163f49240b39b74d30f548a56e5634608580a448 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 24 Jun 2006 22:44:51 +0000 Subject: Add Keith Scroggins to credits as Atari/FreeMiNT builder. svn-id: r23297 --- AUTHORS | 3 +++ doc/credits.tex | 6 ++++++ engines/scumm/plugin.cpp | 9 +++++---- gui/credits.h | 3 +++ tools/credits.pl | 4 ++++ 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 964c1735e7..4a77e39426 100644 --- a/AUTHORS +++ b/AUTHORS @@ -141,6 +141,9 @@ Other contributions Hans-Jorg Frieden Juha Niemimaki + Atari/FreeMiNT: + Keith Scroggins + BeOS: Stefan Parviainen diff --git a/doc/credits.tex b/doc/credits.tex index 1c9822b720..e4479761ec 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -222,6 +222,12 @@ All active team members Juha Niemim\"aki & \textit{}\\ \end{tabular} \end{list} +\item \textbf{ Atari/FreeMiNT} +\begin{list}{}{\setlength{\leftmargin}{0.2cm}} +\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} + Keith Scroggins & \textit{}\\ + \end{tabular} +\end{list} \item \textbf{ BeOS} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 0885fc77cf..7cad48cab3 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -100,7 +100,7 @@ static const PlainGameDescriptor gameDescriptions[] = { #ifndef DISABLE_HE { "activity", "Putt-Putt & Fatty Bear's Activity Pack" }, { "airport", "Let's Explore the Airport with Buzzy" }, - { "artdemo", "Blue's Art Time Activities (Demo)" }, + { "arttime", "Blue's Art Time Activities" }, { "balloon", "Putt-Putt and Pep's Balloon-O-Rama" }, { "baseball", "Backyard Baseball" }, { "baseball2001", "Backyard Baseball 2001" }, @@ -356,7 +356,7 @@ static const GameSettings gameVariantsTable[] = { {"Soccer2004", 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, // Uses smacker in external files, for testing only - {"artdemo", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, + {"arttime", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, {"readdemo", 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, UNK}, @@ -487,8 +487,9 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "airport", "Airport Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "airport", "The AirPort", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "artdemo", "artdemo", kGenHEPC, UNK_LANG, UNK, 0 }, - { "artdemo", "Blues-ArtTime Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "arttime", "arttime", kGenHEPC, UNK_LANG, UNK, 0 }, + { "arttime", "artdemo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "arttime", "Blues-ArtTime Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "balloon", "balloon", kGenHEPC, UNK_LANG, UNK, 0 }, { "balloon", "Balloon-O-Rama", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, diff --git a/gui/credits.h b/gui/credits.h index 0aee4e89cf..ce357f9373 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -156,6 +156,9 @@ static const char *credits[] = { "\\C\\c0""Hans-J\366rg Frieden", "\\C\\c0""Juha Niemim\344ki", "\\C\\c0""", +"\\C\\c1""Atari/FreeMiNT", +"\\C\\c0""Keith Scroggins", +"\\C\\c0""", "\\C\\c1""BeOS", "\\C\\c0""Stefan Parviainen", "\\C\\c0""", diff --git a/tools/credits.pl b/tools/credits.pl index c1a5fd47b9..219221b65b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -622,6 +622,10 @@ begin_credits("Credits"); add_person("Juha Niemimäki", "", ""); end_section(); + begin_section("Atari/FreeMiNT"); + add_person("Keith Scroggins", "KeithS", ""); + end_section(); + begin_section("BeOS"); add_person("Stefan Parviainen", "", ""); end_section(); -- cgit v1.2.3