mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 11:11:28 +00:00
Add Keith Scroggins to credits as Atari/FreeMiNT builder.
svn-id: r23297
This commit is contained in:
parent
e53c1af362
commit
163f49240b
3
AUTHORS
3
AUTHORS
@ -141,6 +141,9 @@ Other contributions
|
||||
Hans-Jorg Frieden
|
||||
Juha Niemimaki
|
||||
|
||||
Atari/FreeMiNT:
|
||||
Keith Scroggins
|
||||
|
||||
BeOS:
|
||||
Stefan Parviainen
|
||||
|
||||
|
@ -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}}
|
||||
|
@ -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 },
|
||||
|
@ -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""",
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user