diff options
author | Johannes Schickel | 2007-02-14 21:16:14 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-02-14 21:16:14 +0000 |
commit | 8bd1bd53b9ef0b16367a9fe8a986a5ffef17dfe3 (patch) | |
tree | 649373b8349656b23ad4fbcfc5e460f53e186a31 | |
parent | f4b4a30327f87568be5e74a067e019ec131064de (diff) | |
download | scummvm-rg350-8bd1bd53b9ef0b16367a9fe8a986a5ffef17dfe3.tar.gz scummvm-rg350-8bd1bd53b9ef0b16367a9fe8a986a5ffef17dfe3.tar.bz2 scummvm-rg350-8bd1bd53b9ef0b16367a9fe8a986a5ffef17dfe3.zip |
Adding Florian Kagerer for his Kyra FM-Towns code contributions.
svn-id: r25589
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/credits.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 5 insertions, 0 deletions
@@ -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"); |