@@ -25,26 +25,28 @@ local core_developers = {
25
25
" kahrl <kahrl@gmx.net>" ,
26
26
" sapier" ,
27
27
" 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>" ,
31
29
" Loic Blot (nerzhul/nrz) <loic.blot@unix-experience.fr>" ,
32
- " Mat Gregory (paramat)" ,
30
+ " Matt Gregory (paramat)" ,
33
31
" est31 <MTest31@outlook.com>" ,
32
+ " Craig Robbins (Zeno)" ,
34
33
}
35
34
36
35
local active_contributors = {
36
+ " Auke Kok (sofar) <sofar@foo-projects.org>" ,
37
+ " Duane Robertson <duane@duanerobertson.com>" ,
37
38
" SmallJoker <mk939@ymail.com>" ,
38
39
" Andrew Ward (rubenwardy) <rubenwardy@gmail.com>" ,
39
- " Aaron Suen <warr1024@gmail.com>" ,
40
+ " Jeija <jeija@mesecons.net>" ,
41
+ " Gregory Currie (gregorycu)" ,
40
42
" Sokomine <wegwerf@anarres.dyndns.org>" ,
41
- " Břetislav Štec (t0suj4/TBC_x)" ,
42
43
" TeTpaAka" ,
43
44
" 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>" ,
45
46
}
46
47
47
48
local previous_core_developers = {
49
+ " BlockMen" ,
48
50
" Maciej Kasatkin (RealBadAngel) <maciej.kasatkin@o2.pl>" ,
49
51
" Lisa Milne (darkrose) <lisa@ltmnet.com>" ,
50
52
" proller" ,
@@ -54,14 +56,14 @@ local previous_core_developers = {
54
56
local previous_contributors = {
55
57
" Vanessa Ezekowitz (VanessaE) <vanessaezekowitz@gmail.com>" ,
56
58
" Jurgen Doser (doserj) <jurgen.doser@gmail.com>" ,
57
- " Gregory Currie (gregorycu)" ,
58
- " Jeija <jeija@mesecons.net>" ,
59
59
" MirceaKitsune <mirceakitsune@gmail.com>" ,
60
60
" dannydark <the_skeleton_of_a_child@yahoo.co.uk>" ,
61
61
" 0gb.us <0gb.us@0gb.us>" ,
62
62
" Guiseppe Bilotta (Oblomov) <guiseppe.bilotta@gmail.com>" ,
63
63
" Jonathan Neuschafer <j.neuschaefer@gmx.net>" ,
64
64
" Nils Dagsson Moskopp (erlehmann) <nils@dieweltistgarnichtso.net>" ,
65
+ " Břetislav Štec (t0suj4/TBC_x)" ,
66
+ " Aaron Suen <warr1024@gmail.com>" ,
65
67
" Constantin Wenger (SpeedProg) <constantin.wenger@googlemail.com>" ,
66
68
" matttpt <matttpt@gmail.com>" ,
67
69
" JacobF <queatz@gmail.com>" ,
@@ -80,6 +82,11 @@ return {
80
82
" tablecolumns[color;text]" ..
81
83
" tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
82
84
" 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." .. " ,,," ..
83
90
" #FFFF00," .. fgettext (" Core Developers" ) .. " ,," ..
84
91
table.concat (core_developers , " ,," ) .. " ,,," ..
85
92
" #FFFF00," .. fgettext (" Active Contributors" ) .. " ,," ..
0 commit comments