From b96e01d72acfbad5fd5fee910731d03486bfbede Mon Sep 17 00:00:00 2001 From: AndywinXp Date: Sun, 30 Jun 2024 20:25:39 +0200 Subject: [PATCH] CREDITS: Update SCUMM and add BAGEL --- AUTHORS | 8 +++++++- doc/docportal/help/credits.rst | 17 ++++++++++++++++- engines/scumm/credits.pl | 2 +- gui/credits.h | 8 +++++++- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 843100fcfaa..607250f8573 100644 --- a/AUTHORS +++ b/AUTHORS @@ -104,6 +104,12 @@ ScummVM Team Peter Bozso Arnaud Boutonne + Bagel: + Arnaud Boutonne + Daniel Albano + Eugene Sandulenko + Paul Gilbert + BBVS: Benjamin Haisch @@ -434,7 +440,7 @@ ScummVM Team Ludvig Strigeus - (retired) SCUMM HE: - Andrea Boscarino - Digital audio + Andrea Boscarino - Digital audio, WIZ graphics system Jonathan Gray - (retired) Travis Howell Gregory Montoir - (retired) diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst index ffe2821eea3..9ff8b2d5fdd 100644 --- a/doc/docportal/help/credits.rst +++ b/doc/docportal/help/credits.rst @@ -235,6 +235,21 @@ Avalanche * - Arnaud Boutonné - +Bagel +^^^^^ + +.. list-table:: + :widths: 35 65 + + * - Arnaud Boutonné + - + * - Daniel Albano + - + * - Eugene Sandulenko + - + * - Paul Gilbert + - + BBVS ^^^^ @@ -1097,7 +1112,7 @@ SCUMM HE :widths: 35 65 * - Andrea Boscarino - - Digital audio + - Digital audio, WIZ graphics system * - Jonathan Gray - (retired) * - Travis Howell diff --git a/engines/scumm/credits.pl b/engines/scumm/credits.pl index 62990ca9b7b..db0c8d7b098 100644 --- a/engines/scumm/credits.pl +++ b/engines/scumm/credits.pl @@ -13,7 +13,7 @@ begin_section("SCUMM"); end_section(); begin_section("SCUMM HE"); - add_person("Andrea Boscarino", "AndywinXp", "Digital audio"); + add_person("Andrea Boscarino", "AndywinXp", "Digital audio, WIZ graphics system"); add_person("Jonathan Gray", "khalek", "(retired)"); add_person("Travis Howell", "Kirben", ""); add_person("Gregory Montoir", "cyx", "(retired)"); diff --git a/gui/credits.h b/gui/credits.h index 85ba8e96942..eedaa9aaf83 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -147,6 +147,12 @@ static const char *const credits[] = { "C0""Peter Bozs\303\263", "C0""Arnaud Boutonn\303\251", "", +"C1""Bagel", +"C0""Arnaud Boutonn\303\251", +"C0""Daniel Albano", +"C0""Eugene Sandulenko", +"C0""Paul Gilbert", +"", "C1""BBVS", "C0""Benjamin Haisch", "", @@ -525,7 +531,7 @@ static const char *const credits[] = { "", "C1""SCUMM HE", "C0""Andrea Boscarino", -"C2""Digital audio", +"C2""Digital audio, WIZ graphics system", "C0""Jonathan Gray", "C2""(retired)", "C0""Travis Howell",