[Scummvm-git-logs] scummvm master -> 61da036aa69b1f10302777ddc07846cc6506d8e5
eriktorbjorn
noreply at scummvm.org
Tue Dec 26 10:01:32 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
61da036aa6 M4: Add English Orion Burger credits
Commit: 61da036aa69b1f10302777ddc07846cc6506d8e5
https://github.com/scummvm/scummvm/commit/61da036aa69b1f10302777ddc07846cc6506d8e5
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-12-26T10:59:43+01:00
Commit Message:
M4: Add English Orion Burger credits
These are not yet plugged in. If I do, text positioning is wrong and the
"Back to Main Menu" item doesn't work right.
Changed paths:
engines/m4/burger/rooms/section9/room904.cpp
diff --git a/engines/m4/burger/rooms/section9/room904.cpp b/engines/m4/burger/rooms/section9/room904.cpp
index 23e640be436..510281d5366 100644
--- a/engines/m4/burger/rooms/section9/room904.cpp
+++ b/engines/m4/burger/rooms/section9/room904.cpp
@@ -28,6 +28,203 @@ namespace M4 {
namespace Burger {
namespace Rooms {
+static const char *const CREDITS_ENG[] = {
+ "Design",
+ "Game Designer: Robert Aitken",
+ " ",
+ "Writer: Robert Aitken",
+ " ",
+ "Additional Dialog: Mark Solomon",
+ " ",
+ "Original Concept:",
+ " Robert Aitken",
+ " Matthew Powell",
+ nullptr,
+ "Art",
+ "Art Director: Andrew Pratt",
+ " ",
+ "Character Design:",
+ " Glen Lovett",
+ " Sean Newton",
+ " ",
+ "Background Layout: Glen Lovett",
+ " ",
+ "Background Art:",
+ " Bob Parr",
+ " Andrew Pratt",
+ " ",
+ "Art Technician: Garth Buzzard",
+ " ",
+ "Additional Art:",
+ " Darren Brereton",
+ " Shelley Burke",
+ " Garth Buzzard",
+ " Karl Johanson",
+ " Calvin Jones",
+ " Dwight Lockhart",
+ " Bob Parr",
+ " Andrew Pratt",
+ " ",
+ "GUI and Detail Art: Andrew Pratt",
+ nullptr,
+ "Animation",
+ "Lead Animator: Sean Newton",
+ " ",
+ "Animators:",
+ " Jim Bridle",
+ " Hilary Denny",
+ " Nelson Dewey",
+ " Richelle Grist",
+ " Glen Lovett",
+ " Kay Lovett",
+ " Tim Maltby",
+ " Stephen McCallum",
+ " Shelley McIntosh",
+ " Jean Paynter",
+ " Gary Scott",
+ " Nigel Tully",
+ " Adrie Van Viersen",
+ " ",
+ "Animation Design: Robert Aitken",
+ " ",
+ "3D Modeling/Animation:",
+ " Nelson Dewey",
+ " David Henry",
+ " ",
+ "Animation Technician: Robert McMurtry",
+ nullptr,
+ "Coloring",
+ "Colorists:",
+ " Allan Cameron",
+ " Scott Douglas",
+ " Cindy Johnson",
+ " ",
+ "Additional Coloring:",
+ " Brent Arnst",
+ " Rob Barrett",
+ " Garth Buzzard",
+ " Chris Capell",
+ " Jacob Dewey",
+ " Bruce Elder",
+ " Andrew James",
+ " Darren Keetley",
+ " Cal Jones",
+ " Jeff Kuipers",
+ " Dwight Lockhart",
+ " Kimberlie Manuel",
+ " Connie McCann",
+ " Stephen Rowe",
+ " Peter Taylor",
+ nullptr,
+ "Audio",
+ "Original Score: Darren McGrath",
+ " ",
+ "Sound Design: Darren McGrath",
+ " ",
+ "Audio Producer: Darren McGrath",
+ " ",
+ "Casting:",
+ " Robert Aitken",
+ " Darren McGrath",
+ " Kris Zimmerman",
+ " ",
+ "Dialog Cutting:",
+ " Darren McGrath",
+ " Allan Cameron",
+ nullptr,
+ "Programming",
+ "Game Lead: Matthew Powell",
+ " ",
+ "Game:",
+ " Robert McMurtry",
+ " Paul Lahaise",
+ " Chris Petkau",
+ " Jason Bevins",
+ " David Thomas",
+ " ",
+ "Systems Lead: Nick Porcino",
+ " ",
+ "Systems:",
+ " Andras Kovacs",
+ " Michael Ellis",
+ " Xi Huang",
+ " Tinman",
+ " Paul Lahaise",
+ " Matthew Powell",
+ " Cody Jones",
+ " ",
+ "Windows '95: Chris Blackwell",
+ " ",
+ "Macintosh:",
+ " Nick Porcino",
+ " Michael Ellis",
+ " ",
+ "Conversations: Robert Aitken",
+ nullptr,
+ "Production",
+ "Procucer: Fran\xe7""ois Robillard,",
+ " ",
+ "Assistant Producer: Danielle Cooper",
+ nullptr,
+ "Quality Assurance",
+ "Michael Beninger",
+ "Kimberlie Manuel",
+ "Chris Capell",
+ "Bruce Elder",
+ "Darren Keetley",
+ nullptr,
+ "Documentation",
+ "User's Guide Writer: Hope Hickli",
+ " ",
+ "Art and Layout:",
+ " Calvin Jones",
+ " Bob Parr",
+ nullptr,
+ "Audio Cast",
+ "Wilbur - Rob Paulsen",
+ "Zlarg - Jim Cummings",
+ "Flumix - Dee Bradley Baker",
+ "Astral - E.G. Daily",
+ "Harry - Michael Bell",
+ "Aunt Polly - Candi Milo",
+ "Burl - Phil Hayes",
+ "Elmo Perkins - Nick Jameson",
+ "Sheriff - Phil Hayes",
+ "Gus/Angus/Elgus - Mike Donovan",
+ "Odie - Rob Paulsen",
+ "Vipe - Mike Donovan",
+ "Roxy - Candi Milo",
+ "Vera - Pat Lentz",
+ "Eugene - Phil Hayes",
+ "Stolie - Mike Donovan",
+ "Borks - Dee Bradley Baker",
+ "VP of Protein Procurement - Jim Cummings",
+ "Truffles - Dee Bradley Baker",
+ "Junkyard Dog - Rob Paulsen",
+ "Ship's Computer - Candi Milo",
+ "Mutant Gerbils - Dee Bradley Baker",
+ nullptr,
+ "Special Thanks",
+ "Thanks to Lynda Gran for our paychecks,",
+ "Laura McCallum for keeping us organized",
+ "and Carol Schieck for always smiling.",
+ " ",
+ "Thanks to Vancouver Island Brewing for",
+ "keeping us happy every weekend.",
+ " ",
+ "Very Special Thanks to Significant Others",
+ "and Offspring who often made do without",
+ "their loved ones so that this product could",
+ "be made.",
+ " "
+ " ",
+ nullptr,
+ "Back To Main Menu",
+ " ",
+ nullptr,
+ nullptr
+};
+
static const char *const CREDITS[] = {
"Entwurf",
"Spielentwurf: Robert Aitken",
More information about the Scummvm-git-logs
mailing list