From 95446f4b6d16e8b24b3513fcdd028cedebef3f06 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 24 Mar 2016 17:17:37 +0100 Subject: [PATCH] Update credits tab --- builtin/mainmenu/tab_credits.lua | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 822f64844..4d2ffd7f4 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -25,26 +25,28 @@ local core_developers = { "kahrl ", "sapier", "ShadowNinja ", - "Nathanael Courant (Nore/Ekdohibs) ", - "BlockMen", - "Craig Robbins (Zeno)", + "Nathanaël Courant (Nore/Ekdohibs) ", "Loic Blot (nerzhul/nrz) ", - "Mat Gregory (paramat)", + "Matt Gregory (paramat)", "est31 ", + "Craig Robbins (Zeno)", } local active_contributors = { + "Auke Kok (sofar) ", + "Duane Robertson ", "SmallJoker ", "Andrew Ward (rubenwardy) ", - "Aaron Suen ", + "Jeija ", + "Gregory Currie (gregorycu)", "Sokomine ", - "Břetislav Štec (t0suj4/TBC_x)", "TeTpaAka", "Jean-Patrick G (kilbith) ", - "Diego Martinez (kaeza) ", + "Diego Martínez (kaeza) ", } local previous_core_developers = { + "BlockMen", "Maciej Kasatkin (RealBadAngel) ", "Lisa Milne (darkrose) ", "proller", @@ -54,14 +56,14 @@ local previous_core_developers = { local previous_contributors = { "Vanessa Ezekowitz (VanessaE) ", "Jurgen Doser (doserj) ", - "Gregory Currie (gregorycu)", - "Jeija ", "MirceaKitsune ", "dannydark ", "0gb.us <0gb.us@0gb.us>", "Guiseppe Bilotta (Oblomov) ", "Jonathan Neuschafer ", "Nils Dagsson Moskopp (erlehmann) ", + "Břetislav Štec (t0suj4/TBC_x)", + "Aaron Suen ", "Constantin Wenger (SpeedProg) ", "matttpt ", "JacobF ", @@ -80,6 +82,11 @@ return { "tablecolumns[color;text]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" .. "table[3.5,-0.25;8.5,5.8;list_credits;" .. + "#FFFF00," .. "Dedication of the current release" .. ",," .. + "The 0.4.14 release is dedicated to the memory of" .. ",," .. + "Minetest developer Maciej Kasatkin (RealBadAngel)" .. ",," .. + "who died on March 24 2016." .. ",," .. + "Our thoughts are with his family and friends." .. ",,," .. "#FFFF00," .. fgettext("Core Developers") .. ",," .. table.concat(core_developers, ",,") .. ",,," .. "#FFFF00," .. fgettext("Active Contributors") .. ",," ..