Skip to content

Commit

Permalink
Update credits for 5.2.0 (minetest#9593)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored Apr 5, 2020
1 parent 40dccc0 commit 09b8f5d
Showing 1 changed file with 34 additions and 47 deletions.
81 changes: 34 additions & 47 deletions builtin/mainmenu/tab_credits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,51 +20,31 @@
local core_developers = {
"Perttu Ahola (celeron55) <[email protected]>",
"sfan5 <[email protected]>",
"ShadowNinja <[email protected]>",
"Nathanaël Courant (Nore/Ekdohibs) <[email protected]>",
"Loic Blot (nerzhul/nrz) <[email protected]>",
"paramat",
"Auke Kok (sofar) <[email protected]>",
"rubenwardy <[email protected]>",
"Andrew Ward (rubenwardy) <[email protected]>",
"Krock/SmallJoker <[email protected]>",
"Lars Hofhansl <[email protected]>",
}

local active_contributors = {
"numberZero [Audiovisuals: meshgen]",
"stujones11 [Android UX improvements]",
"red-001 <[email protected]> [CSM & Menu fixes]",
"Paul Ouellette (pauloue) [Docs, fixes]",
"Dániel Juhász (juhdanad) <[email protected]> [Audiovisuals: lighting]",
"Hybrid Dog [API]",
"srifqi [Android]",
"Vincent Glize (Dumbeldor) [Cleanups, CSM APIs]",
"Ben Deutsch [Rendering, Fixes, SQLite auth]",
"Wuzzy [Translation, Slippery]",
"ANAND (ClobberXD) [Docs, Fixes]",
"Shara/Ezhh [Docs, Game API]",
"DTA7 [Fixes, mute key]",
"Thomas-S [Disconnected, Formspecs]",
"Raymoo [Tool Capabilities]",
"Elijah Duffy (octacian) [Mainmenu]",
"noob3167 [Fixes]",
"adelcoding1 [Formspecs]",
"adrido [Windows Installer, Formspecs]",
"Rui [Sound Pitch]",
"Jean-Patrick G (kilbith) <[email protected]> [Audiovisuals]",
"Esteban (EXio4) [Cleanups]",
"Vaughan Lapsley (vlapsley) [Carpathian mapgen]",
"CoderForTheBetter [Add set_rotation]",
"Quentin Bazin (Unarelith) [Cleanups]",
"Hugues Ross [Formspecs]",
"Maksim (MoNTE48) [Android]",
"Gaël-de-Sailly [Mapgen, pitch fly]",
"zeuner [Docs, Fixes]",
"ThomasMonroe314 (tre) [Fixes]",
"Rob Blanckaert (basicer) [Fixes]",
"Jozef Behran (osjc) [Fixes]",
"random-geek [Fixes]",
"Pedro Gimeno (pgimeno) [Fixes]",
"lisacvuk [Fixes]",
"DS [Formspecs]",
"pyrollo [Formspecs: Hypertext]",
"v-rob [Formspecs]",
"Jordach [set_sky]",
"random-geek [Formspecs]",
"Wuzzy [Pathfinder, builtin, translations]",
"ANAND (ClobberXD) [Fixes, per-player FOV]",
"Warr1024 [Fixes]",
"Paul Ouellette (pauloue) [Fixes, Script API]",
"Jean-Patrick G (kilbith) <[email protected]> [Audiovisuals]",
"HybridDog [Script API]",
"dcbrwn [Object shading]",
"srifqi [Fixes]",
}

local previous_core_developers = {
Expand All @@ -79,24 +59,31 @@ local previous_core_developers = {
"Ryan Kwolek (kwolekr) <[email protected]>",
"sapier",
"Zeno",
"ShadowNinja <[email protected]>",
}

local previous_contributors = {
"Gregory Currie (gregorycu) [optimisation]",
"Diego Martínez (kaeza) <[email protected]>",
"T4im [Profiler]",
"TeTpaAka [Hand overriding, nametag colors]",
"Duane Robertson <[email protected]> [MGValleys]",
"neoascetic [OS X Fixes]",
"TriBlade9 <[email protected]> [Audiovisuals]",
"Jurgen Doser (doserj) <[email protected]> [Fixes]",
"MirceaKitsune <[email protected]> [Audiovisuals]",
"Guiseppe Bilotta (Oblomov) <[email protected]> [Fixes]",
"matttpt <[email protected]> [Fixes]",
"Nils Dagsson Moskopp (erlehmann) <[email protected]> [Minetest Logo]",
"Dániel Juhász (juhdanad) <[email protected]>",
"red-001 <[email protected]>",
"numberZero [Audiovisuals: meshgen]",
"Giuseppe Bilotta",
"MirceaKitsune <[email protected]>",
"Constantin Wenger (SpeedProg)",
"Ciaran Gultnieks (CiaranG)",
"stujones11 [Android UX improvements]",
"Jeija <[email protected]> [HTTP, particles]",
"bigfoot547 [CSM]",
"Vincent Glize (Dumbeldor) [Cleanups, CSM APIs]",
"Ben Deutsch [Rendering, Fixes, SQLite auth]",
"TeTpaAka [Hand overriding, nametag colors]",
"Rui [Sound Pitch]",
"Duane Robertson <[email protected]> [MGValleys]",
"Raymoo [Tool Capabilities]",
"Rogier <[email protected]> [Fixes]",
"Gregory Currie (gregorycu) [optimisation]",
"TriBlade9 <[email protected]> [Audiovisuals]",
"T4im [Profiler]",
"Jurgen Doser (doserj) <[email protected]>",
}

local function buildCreditList(source)
Expand Down

0 comments on commit 09b8f5d

Please sign in to comment.