@@ -23,28 +23,37 @@ local core_developers = {
23
23
" Nathanaël Courant (Nore/Ekdohibs) <[email protected] >" ,
24
24
" Loic Blot (nerzhul/nrz) <[email protected] >" ,
25
25
" paramat" ,
26
- " Auke Kok (sofar) <[email protected] >" ,
27
26
" Andrew Ward (rubenwardy) <[email protected] >" ,
28
27
" Krock/SmallJoker <[email protected] >" ,
29
28
" Lars Hofhansl <[email protected] >" ,
29
+ " Pierre-Yves Rollo <[email protected] >" ,
30
+
30
31
}
31
32
33
+ -- For updating active/previous contributors, see the script in ./util/gather_git_credits.py
34
+
32
35
local active_contributors = {
33
- " Hugues Ross [Formspecs]" ,
36
+ " Wuzzy [devtest game, visual corrections]" ,
37
+ " Zughy [Visual improvements, various fixes]" ,
34
38
" Maksim (MoNTE48) [Android]" ,
35
- " DS [Formspecs]" ,
36
- " pyrollo [Formspecs: Hypertext]" ,
37
- " v-rob [Formspecs]" ,
38
- " Jordach [set_sky]" ,
39
- " random-geek [Formspecs]" ,
40
- " Wuzzy [Pathfinder, builtin, translations]" ,
41
- " ANAND (ClobberXD) [Fixes, per-player FOV]" ,
42
- " Warr1024 [Fixes]" ,
43
- " Paul Ouellette (pauloue) [Fixes, Script API]" ,
44
- " Jean-Patrick G (kilbith) <[email protected] > [Audiovisuals]" ,
45
- " HybridDog [Script API]" ,
39
+ " numzero [Graphics and rendering]" ,
40
+ " appgurueu [Various internal fixes]" ,
41
+ " Desour [Formspec and vector API changes]" ,
42
+ " HybridDog [Rendering fixes and documentation]" ,
43
+ " Hugues Ross [Graphics-related improvements]" ,
44
+ " ANAND (ClobberXD) [Mouse buttons rebinding]" ,
45
+ " luk3yx [Fixes]" ,
46
+ " hecks [Audiovisuals, Lua API]" ,
47
+ " LoneWolfHT [Object crosshair, documentation fixes]" ,
48
+ " Lejo [Server-related improvements]" ,
49
+ " EvidenceB [Compass HUD element]" ,
50
+ " Paul Ouellette (pauloue) [Lua API, documentation]" ,
51
+ " TheTermos [Collision detection, physics]" ,
52
+ " David CARLIER [Unix & Haiku build fixes]" ,
46
53
" dcbrwn [Object shading]" ,
47
- " srifqi [Fixes]" ,
54
+ " Elias Fleckenstein [API features/fixes]" ,
55
+ " Jean-Patrick Guerrero (kilbith) [model element, visual fixes]" ,
56
+ " k.h.lai [Memory leak fixes, documentation]" ,
48
57
}
49
58
50
59
local previous_core_developers = {
@@ -60,30 +69,23 @@ local previous_core_developers = {
60
69
" sapier" ,
61
70
" Zeno" ,
62
71
" ShadowNinja <[email protected] >" ,
72
+ " Auke Kok (sofar) <[email protected] >" ,
63
73
}
64
74
65
75
local previous_contributors = {
66
76
" Nils Dagsson Moskopp (erlehmann) <[email protected] > [Minetest Logo]" ,
67
- " Dániel Juhász (juhdanad) <[email protected] >" ,
68
77
69
- " numberZero [Audiovisuals: meshgen]" ,
70
78
" Giuseppe Bilotta" ,
79
+ " Dániel Juhász (juhdanad) <[email protected] >" ,
71
80
" MirceaKitsune <[email protected] >" ,
72
81
" Constantin Wenger (SpeedProg)" ,
73
82
" Ciaran Gultnieks (CiaranG)" ,
74
83
" stujones11 [Android UX improvements]" ,
75
- " Jeija <[email protected] > [HTTP, particles]" ,
76
- " Vincent Glize (Dumbeldor) [Cleanups, CSM APIs]" ,
77
- " Ben Deutsch [Rendering, Fixes, SQLite auth]" ,
78
- " TeTpaAka [Hand overriding, nametag colors]" ,
79
- " Rui [Sound Pitch]" ,
80
- " Duane Robertson <[email protected] > [MGValleys]" ,
81
- " Raymoo [Tool Capabilities]" ,
82
84
" Rogier <[email protected] > [Fixes]" ,
83
85
" Gregory Currie (gregorycu) [optimisation]" ,
84
- " TriBlade9 <[email protected] > [Audiovisuals ]" ,
85
- " T4im [Profiler] " ,
86
- " Jurgen Doser (doserj) <[email protected] > " ,
86
+ " srifqi [Fixes ]" ,
87
+ " JacobF " ,
88
+ " Jeija <[email protected] > [HTTP, particles] " ,
87
89
}
88
90
89
91
local function buildCreditList (source )
0 commit comments