diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 |
3 files changed, 4 insertions, 0 deletions
@@ -565,6 +565,7 @@ Other contributions Jeroen Janssen - Numerous readability and bugfix patches Keith Kaisershot - Several Pegasus Prime patches Andreas Karlsson - Initial port for SymbianOS + Stefan Kristiansson - Initial work on SDL2 support Claudio Matsuoka - Daily Linux builds Thomas Mayer - PSP port contributions Sean Murray - ScummVM tools GUI application (GSoC 2007 diff --git a/devtools/credits.pl b/devtools/credits.pl index 7dc954a6a7..f82d0d4212 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1133,6 +1133,7 @@ begin_credits("Credits"); add_person("Jeroen Janssen", "japj", "Numerous readability and bugfix patches"); add_person("Keith Kaisershot", "blitter", "Several Pegasus Prime patches"); add_person("Andreas Karlsson", "Sprawl", "Initial port for SymbianOS"); + add_person("Stefan Kristiansson", "skristiansson", "Initial work on SDL2 support"); add_person("Claudio Matsuoka", "", "Daily Linux builds"); add_person("Thomas Mayer", "", "PSP port contributions"); add_person("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)"); diff --git a/gui/credits.h b/gui/credits.h index c7d9199db9..12e75b01fc 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -694,6 +694,8 @@ static const char *credits[] = { "C2""Several Pegasus Prime patches", "C0""Andreas Karlsson", "C2""Initial port for SymbianOS", +"C0""Stefan Kristiansson", +"C2""Initial work on SDL2 support", "C0""Claudio Matsuoka", "C2""Daily Linux builds", "C0""Thomas Mayer", |