diff options
author | Sven Hesse | 2014-07-11 15:46:25 +0200 |
---|---|---|
committer | Sven Hesse | 2014-07-11 15:46:25 +0200 |
commit | 1bbee909fa368b9ebb823b93da15d7c5128893ae (patch) | |
tree | e8e8264478d642b074540c037c795152ecea1f6e | |
parent | f54a3304f264427373af056d72c2cb566cb9ddf2 (diff) | |
download | scummvm-rg350-1bbee909fa368b9ebb823b93da15d7c5128893ae.tar.gz scummvm-rg350-1bbee909fa368b9ebb823b93da15d7c5128893ae.tar.bz2 scummvm-rg350-1bbee909fa368b9ebb823b93da15d7c5128893ae.zip |
CREDITS: Add Haiku port maintained by Luc Schrijvers
Quoth Luc Schrijvers (Begasus) on scummvm-devel:
"Haiku is stepping up and there is a recipe (script to build
scummvm) in the haikuporters git repo [...] I'll still do a
full build and make it available for download that could be
upped on your download page when ready"
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -411,6 +411,9 @@ Other contributions Fedora / RedHat: Willem Jan Palenstijn + Haiku: + Luc Schrijvers + Mac OS X: Max Horn - (retired) Oystein Eftevaag diff --git a/devtools/credits.pl b/devtools/credits.pl index de5d9d105e..e33d3d1ec6 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -967,6 +967,10 @@ begin_credits("Credits"); add_person("Willem Jan Palenstijn", "wjp", ""); end_section(); + begin_section("Haiku"); + add_person("Luc Schrijvers", "Begasus", ""); + end_section(); + begin_section("Mac OS X"); add_person("Max Horn", "Fingolfin", "(retired)"); add_person("Oystein Eftevaag", "vinterstum", ""); diff --git a/gui/credits.h b/gui/credits.h index 84c7dbe415..8c60334f94 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -499,6 +499,9 @@ static const char *credits[] = { "C1""Fedora / RedHat", "C0""Willem Jan Palenstijn", "", +"C1""Haiku", +"C0""Luc Schrijvers", +"", "C1""Mac OS X", "C0""Max Horn", "C2""(retired)", |