From 7557a287e53a796e61c2287fda9c72a5ac1f32c6 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 9 Nov 2024 12:33:47 +0100 Subject: [PATCH] Update credits for 5.10.0 --- builtin/mainmenu/credits.json | 32 +++++++++++++++----------------- util/gather_git_credits.py | 2 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/builtin/mainmenu/credits.json b/builtin/mainmenu/credits.json index 1e35cc6b3..8a946893c 100644 --- a/builtin/mainmenu/credits.json +++ b/builtin/mainmenu/credits.json @@ -13,7 +13,9 @@ "Desour/DS", "srifqi", "Gregor Parzefall (grorp)", - "Lars Müller (luatic)" + "Lars Müller (luatic)", + "cx384", + "sfence" ], "previous_core_developers": [ "BlockMen", @@ -44,30 +46,25 @@ ], "#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py", "contributors": [ - "cx384", - "numzero", - "AFCMS", - "sfence", - "Wuzzy", - "ROllerozxa", "JosiahWI", - "OgelGames", - "David Heidelberg", "1F616EMO", - "HybridDog", - "Bradley Pierce (Thresher)", - "savilli", - "Stvk imension", "y5nw", + "Erich Schubert", + "numzero", + "red-001 ", + "David Heidelberg", + "Wuzzy", + "paradust7", + "HybridDog", + "Zemtzov7", + "kromka-chleba", + "AFCMS", "chmodsayshello", - "jordan4ibanez", - "superfloh247" + "OgelGames" ], "previous_contributors": [ "Ælla Chiana Moskopp (erle) [Logo]", - "red-001 ", "Giuseppe Bilotta", - "HybridDog", "ClobberXD", "Dániel Juhász (juhdanad) ", "MirceaKitsune ", @@ -75,6 +72,7 @@ "MoNTE48", "Constantin Wenger (SpeedProg)", "Ciaran Gultnieks (CiaranG)", + "ROllerozxa", "Paul Ouellette (pauloue)", "stujones11", "Rogier ", diff --git a/util/gather_git_credits.py b/util/gather_git_credits.py index cb0f42dde..d531f81cb 100755 --- a/util/gather_git_credits.py +++ b/util/gather_git_credits.py @@ -6,7 +6,7 @@ from collections import defaultdict codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$" # two minor versions back, for "Active Contributors" -REVS_ACTIVE = "5.7.0..HEAD" +REVS_ACTIVE = "5.8.0..HEAD" # all time, for "Previous Contributors" REVS_PREVIOUS = "HEAD"