Changeset - r25240:42b1784692ec
[Not reviewed]
master
0 2 0
Leif Linse - 3 years ago 2021-04-24 16:49:37
leif.linse@gmail.com
Update: Developer credits (#9091)
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CREDITS.md
Show inline comments
 
@@ -11,13 +11,12 @@
 
- 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)
 
- Leif Linse (Zuu) - AI/Game Script (since 1.2)
 

	
 
### Inactive Developers:
 

	
 
- 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)
 
@@ -25,12 +24,13 @@
 
- 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)
 
- Zdeněk Sojka (SmatZ) - Bug finder and fixer (0.6 - 1.3)
 
- 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)
 

	
 
### Retired Developers:
 

	
 
- 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)
src/misc_gui.cpp
Show inline comments
 
@@ -442,25 +442,25 @@ 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"  Leif Linse (Zuu) - AI/Game Script (since 1.2)",
 
	u8"",
 
	u8"Inactive Developers:",
 
	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"  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"  Zden\u011bk Sojka (SmatZ) - Bug finder and fixer (0.6 - 1.3)",
 
	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"",
 
	u8"Retired Developers:",
 
	u8"  Tam\u00e1s Farag\u00f3 (Darkvater) - Ex-Lead coder (0.3 - 0.5)",
 
	u8"  Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3 - 0.3)",
 
	u8"  Emil Djupfeld (egladil) - MacOSX (0.4.5 - 0.6)",
 
	u8"  Simon Sasburg (HackyKid) - Many bugfixes (0.4 - 0.4.5)",
0 comments (0 inline, 0 general)