aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--doc/credits.tex1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
4 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2944bb66c2..2739cb3bdc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -221,6 +221,7 @@ Other contributions
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
+ Florian Kagerer - Various Kyrandia 1 FM-Towns code contributions
Andreas Karlsson - Initial port for EPOC/SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
diff --git a/doc/credits.tex b/doc/credits.tex
index cb6ace8d12..cd19340b22 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -359,6 +359,7 @@ All active team members
Janne Huttunen & \textit{V3 actor mask support, Dig/FT SMUSH audio}\\
Kov\'acs Endre J\'anos & \textit{Several fixes for Simon1}\\
Jeroen Janssen & \textit{Numerous readability and bugfix patches}\\
+ Florian Kagerer & \textit{Various Kyrandia 1 FM-Towns code contributions}\\
Andreas Karlsson & \textit{Initial port for EPOC/SymbianOS}\\
Claudio Matsuoka & \textit{Daily Linux builds}\\
Thomas Mayer & \textit{PSP port contributions}\\
diff --git a/gui/credits.h b/gui/credits.h
index 03f0ffad12..6509f9baf5 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -251,6 +251,8 @@ static const char *credits[] = {
"\\C\\c2""Several fixes for Simon1",
"\\C\\c0""Jeroen Janssen",
"\\C\\c2""Numerous readability and bugfix patches",
+"\\C\\c0""Florian Kagerer",
+"\\C\\c2""Various Kyrandia 1 FM-Towns code contributions",
"\\C\\c0""Andreas Karlsson",
"\\C\\c2""Initial port for EPOC/SymbianOS",
"\\C\\c0""Claudio Matsuoka",
diff --git a/tools/credits.pl b/tools/credits.pl
index e7402af389..468e2338fd 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -725,6 +725,7 @@ begin_credits("Credits");
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");
+ add_person("Florian Kagerer", "athrxx", "Various Kyrandia 1 FM-Towns code contributions");
add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
add_person("Claudio Matsuoka", "", "Daily Linux builds");
add_person("Thomas Mayer", "", "PSP port contributions");