Skip to content

Commit

Permalink
Update credits tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Aug 4, 2022
1 parent 644f145 commit 7c14b43
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
6 changes: 4 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ paramat <[email protected]>
paramat <[email protected]> <[email protected]>
lhofhansl <[email protected]> <[email protected]>
red-001 <[email protected]> <[email protected]>
Wuzzy <[email protected]> <[email protected]>
Wuzzy <[email protected]> <[email protected]>
Wuzzy <[email protected]> <[email protected]>
Wuzzy <[email protected]> <[email protected]>
Wuzzy <[email protected]> <[email protected]>
Jordach <[email protected]>
MoNTE48 <[email protected]>
v-rob <[email protected]>
Expand All @@ -65,3 +66,4 @@ EvidenceB <[email protected]>
gregorycu <[email protected]>
Rogier <[email protected]>
Rogier <[email protected]> <[email protected]>
x2048 <[email protected]>
54 changes: 29 additions & 25 deletions builtin/mainmenu/tab_about.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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) <[email protected]>",
"Perttu Ahola (celeron55) <[email protected]> [Project founder]",
"sfan5 <[email protected]>",
"ShadowNinja <[email protected]>",
"Nathanaëlle Courant (Nore/Ekdohibs) <[email protected]>",
"Loic Blot (nerzhul/nrz) <[email protected]>",
"paramat",
"Andrew Ward (rubenwardy) <[email protected]>",
"Krock/SmallJoker <[email protected]>",
"Lars Hofhansl <[email protected]>",
"Pierre-Yves Rollo <[email protected]>",
"v-rob <[email protected]>",
"hecks",
"Hugues Ross <[email protected]>",
"Dmitry Kostenko (x2048) <[email protected]>",
}

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 = {
Expand All @@ -71,25 +69,29 @@ local previous_core_developers = {
"Ryan Kwolek (kwolekr) <[email protected]>",
"sapier",
"Zeno",
"ShadowNinja <[email protected]>",
"Auke Kok (sofar) <[email protected]>",
"Aaron Suen <[email protected]>",
"paramat",
"Pierre-Yves Rollo <[email protected]>",
}

local previous_contributors = {
"Nils Dagsson Moskopp (erlehmann) <[email protected]> [Minetest Logo]",
"Nils Dagsson Moskopp (erlehmann) <[email protected]> [Minetest logo]",
"red-001 <[email protected]>",
"Giuseppe Bilotta",
"ClobberXD",
"Dániel Juhász (juhdanad) <[email protected]>",
"MirceaKitsune <[email protected]>",
"MoNTE48",
"Constantin Wenger (SpeedProg)",
"Ciaran Gultnieks (CiaranG)",
"Paul Ouellette (pauloue)",
"stujones11",
"srifqi",
"Rogier <[email protected]>",
"Gregory Currie (gregorycu)",
"JacobF",
"Jeija <[email protected]> [HTTP, particles]",
"Jeija <[email protected]>",
}

local function buildCreditList(source)
Expand All @@ -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") ..",," ..
Expand Down

0 comments on commit 7c14b43

Please sign in to comment.