From 7c14b434e04456034b0b3753d1963487d3952499 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 28 Jul 2022 17:45:16 +0200 Subject: [PATCH] Update credits tab --- .mailmap | 6 ++-- builtin/mainmenu/tab_about.lua | 54 ++++++++++++++++++---------------- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/.mailmap b/.mailmap index 288847015..76190d078 100644 --- a/.mailmap +++ b/.mailmap @@ -55,8 +55,9 @@ paramat paramat lhofhansl red-001 -Wuzzy -Wuzzy +Wuzzy +Wuzzy +Wuzzy Jordach MoNTE48 v-rob @@ -65,3 +66,4 @@ EvidenceB <49488517+EvidenceBKidscode@users.noreply.github.com> gregorycu Rogier Rogier +x2048 diff --git a/builtin/mainmenu/tab_about.lua b/builtin/mainmenu/tab_about.lua index d64bfdbb5..017156c4e 100644 --- a/builtin/mainmenu/tab_about.lua +++ b/builtin/mainmenu/tab_about.lua @@ -15,48 +15,46 @@ --with this program; if not, write to the Free Software Foundation, Inc., --51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --------------------------------------------------------------------------------- +-- https://github.com/orgs/minetest/teams/engine/members local core_developers = { - "Perttu Ahola (celeron55) ", + "Perttu Ahola (celeron55) [Project founder]", "sfan5 ", + "ShadowNinja ", "Nathanaëlle Courant (Nore/Ekdohibs) ", "Loic Blot (nerzhul/nrz) ", - "paramat", "Andrew Ward (rubenwardy) ", "Krock/SmallJoker ", "Lars Hofhansl ", - "Pierre-Yves Rollo ", "v-rob ", "hecks", "Hugues Ross ", "Dmitry Kostenko (x2048) ", } +local core_team = { + "Zughy [Issue triager]", +} + -- For updating active/previous contributors, see the script in ./util/gather_git_credits.py local active_contributors = { - "Wuzzy [I18n for builtin, liquid features, fixes]", - "Zughy [Various features and fixes]", - "numzero [Graphics and rendering]", - "Desour [Internal fixes, Clipboard on X11]", - "Lars Müller [Various internal fixes]", - "JosiahWI [CMake, cleanups and fixes]", - "HybridDog [builtin, documentation]", - "Jude Melton-Houghton [Database implementation]", - "savilli [Fixes]", + "Wuzzy [Features, translations, devtest]", + "Lars Müller [Lua optimizations and fixes]", + "Jude Melton-Houghton [Optimizations, bugfixes]", + "paradust7 [Performance, fixes, Irrlicht refactoring]", + "Desour [Fixes]", + "ROllerozxa [Main menu]", + "savilli [Bugfixes]", + "Lexi Hale [Particlespawner animation]", "Liso [Shadow Mapping]", - "MoNTE48 [Build fix]", - "Jean-Patrick Guerrero (kilbith) [Fixes]", - "ROllerozxa [Code cleanups]", - "Lejo [bitop library integration]", - "LoneWolfHT [Build fixes]", + "JosiahWI [Fixes, build system]", + "numzero [Graphics and rendering]", + "HybridDog [Fixes]", "NeroBurner [Joystick]", - "Elias Fleckenstein [Internal fixes]", - "David CARLIER [Unix & Haiku build fixes]", "pecksin [Clickable web links]", - "srfqi [Android & rendering fixes]", - "EvidenceB [Formspec]", + "Daroc Alden [Fixes]", + "Jean-Patrick Guerrero (kilbith) [Fixes]", } local previous_core_developers = { @@ -71,25 +69,29 @@ local previous_core_developers = { "Ryan Kwolek (kwolekr) ", "sapier", "Zeno", - "ShadowNinja ", "Auke Kok (sofar) ", "Aaron Suen ", + "paramat", + "Pierre-Yves Rollo ", } local previous_contributors = { - "Nils Dagsson Moskopp (erlehmann) [Minetest Logo]", + "Nils Dagsson Moskopp (erlehmann) [Minetest logo]", "red-001 ", "Giuseppe Bilotta", + "ClobberXD", "Dániel Juhász (juhdanad) ", "MirceaKitsune ", + "MoNTE48", "Constantin Wenger (SpeedProg)", "Ciaran Gultnieks (CiaranG)", "Paul Ouellette (pauloue)", "stujones11", + "srifqi", "Rogier ", "Gregory Currie (gregorycu)", "JacobF", - "Jeija [HTTP, particles]", + "Jeija ", } local function buildCreditList(source) @@ -115,6 +117,8 @@ return { "table[3.5,-0.25;8.5,6.05;list_credits;" .. "#FFFF00," .. fgettext("Core Developers") .. ",," .. buildCreditList(core_developers) .. ",,," .. + "#FFFF00," .. fgettext("Core Team") .. ",," .. + buildCreditList(core_team) .. ",,," .. "#FFFF00," .. fgettext("Active Contributors") .. ",," .. buildCreditList(active_contributors) .. ",,," .. "#FFFF00," .. fgettext("Previous Core Developers") ..",," ..