|
18 | 18 | -- https://github.com/orgs/minetest/teams/engine/members |
19 | 19 |
|
20 | 20 | local core_developers = { |
21 | | - "Perttu Ahola (celeron55) <[email protected]> [Project founder]", |
22 | | - |
23 | | - "ShadowNinja <[email protected]>", |
24 | | - "Nathanaëlle Courant (Nore/Ekdohibs) <[email protected]>", |
25 | | - "Loic Blot (nerzhul/nrz) <[email protected]>", |
26 | | - "Andrew Ward (rubenwardy) <[email protected]>", |
27 | | - "Krock/SmallJoker <[email protected]>", |
28 | | - "Lars Hofhansl <[email protected]>", |
29 | | - |
30 | | - "Hugues Ross <[email protected]>", |
31 | | - "Dmitry Kostenko (x2048) <[email protected]>", |
32 | | - "Desour", |
| 21 | + "Perttu Ahola (celeron55) <[email protected]> [Original MineTest Project founder]", |
| 22 | + "The rest of the minetest team", |
| 23 | + "Sai Panneerselvam (MrCoder) <>", |
| 24 | + "your name could be here! develop something in minebuild's foundation to get added.}, |
33 | 25 | } |
34 | 26 |
|
35 | 27 | -- currently only https://github.com/orgs/minetest/teams/triagers/members |
36 | 28 |
|
37 | 29 | local core_team = { |
38 | | - "Zughy [Issue triager]", |
| 30 | + "SaiPanneerselvam [Manager]", |
39 | 31 | "wsor [Issue triager]", |
40 | 32 | "Hugo Locurcio (Calinou) [Issue triager]", |
41 | 33 | } |
42 | 34 |
|
43 | 35 | -- For updating active/previous contributors, see the script in ./util/gather_git_credits.py |
44 | 36 |
|
45 | 37 | local active_contributors = { |
46 | | - "Wuzzy [Features, translations, devtest]", |
47 | | - "Lars Müller [Bugfixes and entity features]", |
48 | | - "paradust7 [Bugfixes]", |
49 | | - "ROllerozxa [Bugfixes, Android]", |
50 | | - "srifqi [Android, translations]", |
51 | | - "Lexi Hale [Particlespawner animation]", |
52 | | - "savilli [Bugfixes]", |
53 | | - "fluxionary [Bugfixes]", |
54 | | - "Gregor Parzefall [Bugfixes]", |
55 | | - "Abdou-31 [Documentation]", |
56 | | - "pecksin [Bouncy physics]", |
57 | | - "Daroc Alden [Fixes]", |
| 38 | + "Nobody!", |
| 39 | + |
58 | 40 | } |
59 | 41 |
|
60 | 42 | local previous_core_developers = { |
61 | | - "BlockMen", |
62 | | - "Maciej Kasatkin (RealBadAngel) [RIP]", |
63 | | - "Lisa Milne (darkrose) <[email protected]>", |
64 | | - "proller", |
65 | | - "Ilya Zhuravlev (xyz) <[email protected]>", |
66 | | - |
67 | | - |
68 | | - |
69 | | - "Ryan Kwolek (kwolekr) <[email protected]>", |
70 | | - "sapier", |
71 | | - "Zeno", |
72 | | - "Auke Kok (sofar) <[email protected]>", |
73 | | - |
74 | | - "paramat", |
75 | | - "Pierre-Yves Rollo <[email protected]>", |
76 | | - "hecks", |
77 | | - "Jude Melton-Houghton (TurkeyMcMac) [RIP]", |
| 43 | + "Nobody!", |
78 | 44 | } |
79 | 45 |
|
80 | 46 | local previous_contributors = { |
81 | | - "Nils Dagsson Moskopp (erlehmann) <[email protected]> [Minetest logo]", |
82 | | - |
83 | | - "Giuseppe Bilotta", |
84 | | - "numzero", |
85 | | - "HybridDog", |
86 | | - "ClobberXD", |
87 | | - "Dániel Juhász (juhdanad) <[email protected]>", |
88 | | - "MirceaKitsune <[email protected]>", |
89 | | - "Jean-Patrick Guerrero (kilbith)", |
90 | | - "MoNTE48", |
91 | | - "Constantin Wenger (SpeedProg)", |
92 | | - "Ciaran Gultnieks (CiaranG)", |
93 | | - "Paul Ouellette (pauloue)", |
94 | | - "stujones11", |
95 | | - |
96 | | - "Gregory Currie (gregorycu)", |
97 | | - "JacobF", |
98 | | - |
| 47 | + "no one", |
99 | 48 | } |
100 | 49 |
|
101 | 50 | local function prepare_credits(dest, source) |
@@ -129,8 +78,8 @@ return { |
129 | 78 | local credit_list = {} |
130 | 79 | table.insert_all(credit_list, { |
131 | 80 | core.colorize("#000", "Dedication of the current release"), |
132 | | - "The 5.7.0 release is dedicated to the memory of", |
133 | | - "Minetest developer Jude Melton-Houghton (TurkeyMcMac)", |
| 81 | + "The 1.0.0 release is dedicated to the memory of", |
| 82 | + "The original Minetest project's developer Jude Melton-Houghton (TurkeyMcMac)", |
134 | 83 | "who died on February 1, 2023.", |
135 | 84 | "Our thoughts are with his family and friends.", |
136 | 85 | "", |
|
0 commit comments