mirror of
https://github.com/minetest/minetest.git
synced 2024-12-25 07:32:24 +01:00
Update credits for 5.9.0
This commit is contained in:
parent
f5a53647f9
commit
62a8c5ca32
@ -30,6 +30,7 @@ local core_developers = {
|
|||||||
"Desour/DS",
|
"Desour/DS",
|
||||||
"srifqi",
|
"srifqi",
|
||||||
"Gregor Parzefall (grorp)",
|
"Gregor Parzefall (grorp)",
|
||||||
|
"Lars Müller (luatic)",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- currently only https://github.com/orgs/minetest/teams/triagers/members
|
-- currently only https://github.com/orgs/minetest/teams/triagers/members
|
||||||
@ -43,19 +44,24 @@ local core_team = {
|
|||||||
-- For updating active/previous contributors, see the script in ./util/gather_git_credits.py
|
-- For updating active/previous contributors, see the script in ./util/gather_git_credits.py
|
||||||
|
|
||||||
local active_contributors = {
|
local active_contributors = {
|
||||||
"Wuzzy [Features, translations, documentation]",
|
"cx384",
|
||||||
"numzero [Optimizations, work on OpenGL driver]",
|
"numzero",
|
||||||
"ROllerozxa [Bugfixes, Mainmenu]",
|
"AFCMS",
|
||||||
"Lars Müller [Bugfixes]",
|
"sfence",
|
||||||
"AFCMS [Documentation]",
|
"Wuzzy",
|
||||||
"savilli [Bugfixes]",
|
"ROllerozxa",
|
||||||
"fluxionary [Bugfixes]",
|
"JosiahWI",
|
||||||
"Bradley Pierce (Thresher) [Documentation]",
|
"OgelGames",
|
||||||
"Stvk imension [Android]",
|
"David Heidelberg",
|
||||||
"JosiahWI [Code cleanups]",
|
"1F616EMO",
|
||||||
"OgelGames [UI, Bugfixes]",
|
"HybridDog",
|
||||||
"ndren [Bugfixes]",
|
"Bradley Pierce (Thresher)",
|
||||||
"Abdou-31 [Documentation]",
|
"savilli",
|
||||||
|
"Stvk imension",
|
||||||
|
"y5nw",
|
||||||
|
"chmodsayshello",
|
||||||
|
"jordan4ibanez",
|
||||||
|
"superfloh247",
|
||||||
}
|
}
|
||||||
|
|
||||||
local previous_core_developers = {
|
local previous_core_developers = {
|
||||||
|
@ -6,7 +6,7 @@ from collections import defaultdict
|
|||||||
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
|
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
|
||||||
|
|
||||||
# two minor versions back, for "Active Contributors"
|
# two minor versions back, for "Active Contributors"
|
||||||
REVS_ACTIVE = "5.6.0..HEAD"
|
REVS_ACTIVE = "5.7.0..HEAD"
|
||||||
# all time, for "Previous Contributors"
|
# all time, for "Previous Contributors"
|
||||||
REVS_PREVIOUS = "HEAD"
|
REVS_PREVIOUS = "HEAD"
|
||||||
|
|
||||||
@ -46,7 +46,8 @@ def load(revs):
|
|||||||
p.wait()
|
p.wait()
|
||||||
|
|
||||||
# Some authors duplicate? Don't add manual workarounds here, edit the .mailmap!
|
# Some authors duplicate? Don't add manual workarounds here, edit the .mailmap!
|
||||||
for author in ("updatepo.sh <script@mt>", "Weblate <42@minetest.ru>"):
|
for author in ("updatepo.sh <script@mt>", "Weblate <42@minetest.ru>",
|
||||||
|
"import <script@mt>", "minetest <minetest@minetest.net>"):
|
||||||
points.pop(author, None)
|
points.pop(author, None)
|
||||||
return points
|
return points
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user