[Scummvm-cvs-logs] scummvm master -> 1bbee909fa368b9ebb823b93da15d7c5128893ae

DrMcCoy drmccoy at drmccoy.de
Fri Jul 11 15:50:37 CEST 2014


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f54a3304f2 CREDITS: Retire BeOS porter Stefan Parviainen
1bbee909fa CREDITS: Add Haiku port maintained by Luc Schrijvers


Commit: f54a3304f264427373af056d72c2cb566cb9ddf2
    https://github.com/scummvm/scummvm/commit/f54a3304f264427373af056d72c2cb566cb9ddf2
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2014-07-11T15:40:16+02:00

Commit Message:
CREDITS: Retire BeOS porter Stefan Parviainen

Quoth Luc Schrijvers (Begasus) on scummvm-devel:
"BeOS isn't maintained anymore (latest version still working
on BeOS was something like 1.0."

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index 03726a4..90c7bb7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -401,7 +401,7 @@ Other contributions
        Keith Scroggins
 
     BeOS:
-       Stefan Parviainen
+       Stefan Parviainen            - (retired)
        Luc Schrijvers
 
     Debian GNU/Linux:
diff --git a/devtools/credits.pl b/devtools/credits.pl
index e61f918..de5d9d1 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -954,7 +954,7 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("BeOS");
-				add_person("Stefan Parviainen", "", "");
+				add_person("Stefan Parviainen", "", "(retired)");
 				add_person("Luc Schrijvers", "Begasus", "");
 			end_section();
 
diff --git a/gui/credits.h b/gui/credits.h
index a94c610..84c7dbe 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -488,6 +488,7 @@ static const char *credits[] = {
 "",
 "C1""BeOS",
 "C0""Stefan Parviainen",
+"C2""(retired)",
 "C0""Luc Schrijvers",
 "",
 "C1""Debian GNU/Linux",


Commit: 1bbee909fa368b9ebb823b93da15d7c5128893ae
    https://github.com/scummvm/scummvm/commit/1bbee909fa368b9ebb823b93da15d7c5128893ae
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2014-07-11T15:46:25+02:00

Commit Message:
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"

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index 90c7bb7..9d168a6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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 de5d9d1..e33d3d1 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 84c7dbe..8c60334 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)",






More information about the Scummvm-git-logs mailing list