Skip to content

Commit 95446f4

Browse files
committedMay 9, 2016
Update credits tab
1 parent 1db499d commit 95446f4

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed
 

‎builtin/mainmenu/tab_credits.lua

+16-9
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,28 @@ local core_developers = {
2525
"kahrl <kahrl@gmx.net>",
2626
"sapier",
2727
"ShadowNinja <shadowninja@minetest.net>",
28-
"Nathanael Courant (Nore/Ekdohibs) <nore@mesecons.net>",
29-
"BlockMen",
30-
"Craig Robbins (Zeno)",
28+
"Nathanaël Courant (Nore/Ekdohibs) <nore@mesecons.net>",
3129
"Loic Blot (nerzhul/nrz) <loic.blot@unix-experience.fr>",
32-
"Mat Gregory (paramat)",
30+
"Matt Gregory (paramat)",
3331
"est31 <MTest31@outlook.com>",
32+
"Craig Robbins (Zeno)",
3433
}
3534

3635
local active_contributors = {
36+
"Auke Kok (sofar) <sofar@foo-projects.org>",
37+
"Duane Robertson <duane@duanerobertson.com>",
3738
"SmallJoker <mk939@ymail.com>",
3839
"Andrew Ward (rubenwardy) <rubenwardy@gmail.com>",
39-
"Aaron Suen <warr1024@gmail.com>",
40+
"Jeija <jeija@mesecons.net>",
41+
"Gregory Currie (gregorycu)",
4042
"Sokomine <wegwerf@anarres.dyndns.org>",
41-
"Břetislav Štec (t0suj4/TBC_x)",
4243
"TeTpaAka",
4344
"Jean-Patrick G (kilbith) <jeanpatrick.guerrero@gmail.com>",
44-
"Diego Martinez (kaeza) <kaeza@users.sf.net>",
45+
"Diego Martínez (kaeza) <kaeza@users.sf.net>",
4546
}
4647

4748
local previous_core_developers = {
49+
"BlockMen",
4850
"Maciej Kasatkin (RealBadAngel) <maciej.kasatkin@o2.pl>",
4951
"Lisa Milne (darkrose) <lisa@ltmnet.com>",
5052
"proller",
@@ -54,14 +56,14 @@ local previous_core_developers = {
5456
local previous_contributors = {
5557
"Vanessa Ezekowitz (VanessaE) <vanessaezekowitz@gmail.com>",
5658
"Jurgen Doser (doserj) <jurgen.doser@gmail.com>",
57-
"Gregory Currie (gregorycu)",
58-
"Jeija <jeija@mesecons.net>",
5959
"MirceaKitsune <mirceakitsune@gmail.com>",
6060
"dannydark <the_skeleton_of_a_child@yahoo.co.uk>",
6161
"0gb.us <0gb.us@0gb.us>",
6262
"Guiseppe Bilotta (Oblomov) <guiseppe.bilotta@gmail.com>",
6363
"Jonathan Neuschafer <j.neuschaefer@gmx.net>",
6464
"Nils Dagsson Moskopp (erlehmann) <nils@dieweltistgarnichtso.net>",
65+
"Břetislav Štec (t0suj4/TBC_x)",
66+
"Aaron Suen <warr1024@gmail.com>",
6567
"Constantin Wenger (SpeedProg) <constantin.wenger@googlemail.com>",
6668
"matttpt <matttpt@gmail.com>",
6769
"JacobF <queatz@gmail.com>",
@@ -80,6 +82,11 @@ return {
8082
"tablecolumns[color;text]" ..
8183
"tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
8284
"table[3.5,-0.25;8.5,5.8;list_credits;" ..
85+
"#FFFF00," .. "Dedication of the current release" .. ",," ..
86+
"The 0.4.14 release is dedicated to the memory of" .. ",," ..
87+
"Minetest developer Maciej Kasatkin (RealBadAngel)" .. ",," ..
88+
"who died on March 24 2016." .. ",," ..
89+
"Our thoughts are with his family and friends." .. ",,," ..
8390
"#FFFF00," .. fgettext("Core Developers") .. ",," ..
8491
table.concat(core_developers, ",,") .. ",,," ..
8592
"#FFFF00," .. fgettext("Active Contributors") .. ",," ..

0 commit comments

Comments
 (0)