From 8ac0ab47b07a30845f4d646819118d5dfb89120d Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 4 Sep 2022 22:01:08 +0200 Subject: [PATCH] Update: to all the friends we have lost and those we have gained (#10000) --- CREDITS.md | 26 +++++++++++++------------- src/misc_gui.cpp | 15 +++++++-------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 33f8836265..698ea54ebb 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,31 +1,31 @@ ### The OpenTTD team (in alphabetical order): -- Grzegorz Duczyński (adf88) - General coding (since 1.7.2) -- Albert Hofkamp (Alberth) - GUI expert (since 0.7) - Matthijs Kooijman (blathijs) - Pathfinder-guru, Debian port (since 0.3) -- Ulf Hermann (fonsinchen) - Cargo Distribution (since 1.3) - Christoph Elsenhans (frosch) - General coding (since 0.6) -- Loïc Guilloux (glx) - Windows Expert (since 0.4.5) +- Loïc Guilloux (glx) - General / Windows Expert (since 0.4.5) - Charles Pigott (LordAro) - General / Correctness police (since 1.9) -- Michael Lutz (michi_cc) - Path based signals (since 0.7) +- Michael Lutz (michi_cc) - General / Path based signals (since 0.7) - Niels Martin Hansen (nielsm) - Music system, general coding (since 1.9) - Owen Rudge (orudge) - Forum host, OS/2 port (since 0.1) - Peter Nelson (peter1138) - Spiritual descendant from newGRF gods (since 0.4.5) -- Ingo von Borstel (planetmaker) - General coding, Support (since 1.1) -- Remko Bijker (Rubidium) - Lead coder and way more (since 0.4.5) -- José Soler (Terkhen) - General coding (since 1.0) +- Remko Bijker (Rubidium) - Coder and way more (since 0.4.5) +- Patric Stout (TrueBrain) - NoProgrammer (since 0.3), sys op ### Inactive Developers: +- Grzegorz Duczyński (adf88) - General coding (1.7 - 1.8) +- Albert Hofkamp (Alberth) - GUI expert (0.7 - 1.9) - Jean-François Claeys (Belugas) - GUI, newindustries and more (0.4.5 - 1.0) - Bjarni Corfitzen (Bjarni) - macOS port, coder and vehicles (0.3 - 0.7) - Victor Fischer (Celestar) - Programming everywhere you need him to (0.3 - 0.6) +- Ulf Hermann (fonsinchen) - Cargo Distribution (1.3 - 1.6) - Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;) (0.4.5 - 0.6) - Jonathan Coome (Maedhros) - High priest of the NewGRF Temple (0.5 - 0.6) -- Attila Bán (MiHaMiX) - WebTranslator 1 and 2 (0.3 - 0.5) +- Attila Bán (MiHaMiX) - Developer WebTranslator 1 and 2 (0.3 - 0.5) +- Ingo von Borstel (planetmaker) - General coding, Support (1.1 - 1.9) - Zdeněk Sojka (SmatZ) - Bug finder and fixer (0.6 - 1.3) +- José Soler (Terkhen) - General coding (1.0 - 1.4) - Christoph Mallon (Tron) - Programmer, code correctness police (0.3 - 0.5) -- Patric Stout (TrueBrain) - NoProgrammer (0.3 - 1.2), sys op (active) - Thijs Marinussen (Yexo) - AI Framework, General (0.6 - 1.3) - Leif Linse (Zuu) - AI/Game Script (1.2 - 1.6) @@ -33,11 +33,11 @@ - Tamás Faragó (Darkvater) - Ex-Lead coder (0.3 - 0.5) - Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3 - 0.3) -- Emil Djupfeld (egladil) - macOS port (0.4 - 0.6) +- Emil Djupfeld (egladil) - macOS port (0.4.5 - 0.6) - Simon Sasburg (HackyKid) - Bug fixer (0.4 - 0.4.5) - Ludvig Strigeus (ludde) - Original author of OpenTTD, main coder (0.1 - 0.3) - Cian Duffy (MYOB) - BeOS port / manual writing (0.1 - 0.3) -- Petr Baudiš (pasky) - Many patches, newgrf support, etc. (0.3 - 0.3) +- Petr Baudiš (pasky) - Many patches, newgrf support (0.3 - 0.3) - Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker (0.6 - 0.7) - Serge Paquet (vurlix) - 2nd contributor after ludde (0.1 - 0.3) @@ -52,7 +52,7 @@ - Alberto Demichelis - Squirrel scripting language - L. Peter Deutsch - MD5 implementation - Michael Blunck - For revolutionizing TTD with awesome graphics -- George - Canal graphics +- George - Canal/Lock graphics - Andrew Parkhouse (andythenorth) - River graphics - David Dallaston (Pikka) - Tram tracks - All Translators - For their support to make OpenTTD a truly international game diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index f0b60e63cb..7248efd6a6 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -409,10 +409,7 @@ static const char * const _credits[] = { u8"Original graphics by Simon Foster", u8"", u8"The OpenTTD team (in alphabetical order):", - u8" Grzegorz Duczy\u0144ski (adf88) - General coding (since 1.7.2)", - u8" Albert Hofkamp (Alberth) - GUI expert (since 0.7)", u8" Matthijs Kooijman (blathijs) - Pathfinder-guru, Debian port (since 0.3)", - u8" Ulf Hermann (fonsinchen) - Cargo Distribution (since 1.3)", u8" Christoph Elsenhans (frosch) - General coding (since 0.6)", u8" Lo\u00efc Guilloux (glx) - General / Windows Expert (since 0.4.5)", u8" Charles Pigott (LordAro) - General / Correctness police (since 1.9)", @@ -420,20 +417,23 @@ static const char * const _credits[] = { u8" Niels Martin Hansen (nielsm) - Music system, general coding (since 1.9)", u8" Owen Rudge (orudge) - Forum host, OS/2 port (since 0.1)", u8" Peter Nelson (peter1138) - Spiritual descendant from NewGRF gods (since 0.4.5)", - u8" Ingo von Borstel (planetmaker) - General, Support (since 1.1)", - u8" Remko Bijker (Rubidium) - Lead coder and way more (since 0.4.5)", - u8" Jos\u00e9 Soler (Terkhen) - General coding (since 1.0)", + u8" Remko Bijker (Rubidium) - Coder and way more (since 0.4.5)", + u8" Patric Stout (TrueBrain) - NoProgrammer (since 0.3), sys op", u8"", u8"Inactive Developers:", + u8" Grzegorz Duczy\u0144ski (adf88) - General coding (1.7 - 1.8)", + u8" Albert Hofkamp (Alberth) - GUI expert (0.7 - 1.9)", u8" Jean-Fran\u00e7ois Claeys (Belugas) - GUI, NewGRF and more (0.4.5 - 1.0)", u8" Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles (0.3 - 0.7)", u8" Victor Fischer (Celestar) - Programming everywhere you need him to (0.3 - 0.6)", + u8" Ulf Hermann (fonsinchen) - Cargo Distribution (1.3 - 1.6)", u8" Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;) (0.4.5 - 0.6)", u8" Jonathan Coome (Maedhros) - High priest of the NewGRF Temple (0.5 - 0.6)", u8" Attila B\u00e1n (MiHaMiX) - Developer WebTranslator 1 and 2 (0.3 - 0.5)", + u8" Ingo von Borstel (planetmaker) - General coding, Support (1.1 - 1.9)", u8" Zden\u011bk Sojka (SmatZ) - Bug finder and fixer (0.6 - 1.3)", + u8" Jos\u00e9 Soler (Terkhen) - General coding (1.0 - 1.4)", u8" Christoph Mallon (Tron) - Programmer, code correctness police (0.3 - 0.5)", - u8" Patric Stout (TrueBrain) - NoAI, NoGo, Network (0.3 - 1.2), sys op (active)", u8" Thijs Marinussen (Yexo) - AI Framework, General (0.6 - 1.3)", u8" Leif Linse (Zuu) - AI/Game Script (1.2 - 1.6)", u8"", @@ -455,7 +455,6 @@ static const char * const _credits[] = { u8" Mike Ragsdale - OpenTTD installer", u8" Christian Rosentreter (tokai) - MorphOS / AmigaOS port", u8" Richard Kempton (richK) - additional airports, initial TGP implementation", - u8"", u8" Alberto Demichelis - Squirrel scripting language \u00a9 2003-2008", u8" L. Peter Deutsch - MD5 implementation \u00a9 1999, 2000, 2002", u8" Michael Blunck - Pre-signals and semaphores \u00a9 2003",