[Scummvm-cvs-logs] scummvm master -> df69e97e57fd35c0033badb3ae253ca23dda144e

sev- sev at scummvm.org
Sun Jan 31 22:40:32 CET 2016


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

Summary:
c4bc8f8174 NEWS: Mention AGI rewrite
a0444c9f3d CREDITS: Added Martin to AGI engine
df69e97e57 CREDITS: Regenerate


Commit: c4bc8f81746a4a168e74d4c8d5fba875a527d142
    https://github.com/scummvm/scummvm/commit/c4bc8f81746a4a168e74d4c8d5fba875a527d142
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-01-31T22:37:54+01:00

Commit Message:
NEWS: Mention AGI rewrite

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 9ab5798..fc5a600 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - It is now possible to disable mouse support (except for Amiga versions
      and fanmade games, that require a mouse).
    - Fix incorrect volume attenuation in PCjr sound code (bug #6858).
+   - Major rewrite of graphics subsystem.
 
  AGOS:
    - Fixed arpeggio effect used in music of Amiga version of Elvira 1.


Commit: a0444c9f3d25947e3ead5ddd45411facf4097ce8
    https://github.com/scummvm/scummvm/commit/a0444c9f3d25947e3ead5ddd45411facf4097ce8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-01-31T22:39:03+01:00

Commit Message:
CREDITS: Added Martin to AGI engine

Changed paths:
    devtools/credits.pl



diff --git a/devtools/credits.pl b/devtools/credits.pl
index 6201fc1..78e29dc 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -538,6 +538,7 @@ begin_credits("Credits");
 				add_person("Stuart George", "darkfiber", "");
 				add_person("Matthew Hoops", "clone2727", "");
 				add_person("Filippos Karapetis", "[md5]", "");
+				add_person("Martin Kiewitz", "m_kiewitz", "");
 				add_person("Paweł Kołodziejski", "aquadran", "");
 				add_person("Walter van Niftrik", "waltervn", "(retired)");
 				add_person("Kari Salminen", "Buddha^", "");


Commit: df69e97e57fd35c0033badb3ae253ca23dda144e
    https://github.com/scummvm/scummvm/commit/df69e97e57fd35c0033badb3ae253ca23dda144e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-01-31T22:39:43+01:00

Commit Message:
CREDITS: Regenerate

Changed paths:
    AUTHORS
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index c973bc1..2f597b4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -49,6 +49,7 @@ ScummVM Team
        Stuart George
        Matthew Hoops
        Filippos Karapetis
+       Martin Kiewitz
        Pawel Kolodziejski
        Walter van Niftrik           - (retired)
        Kari Salminen
diff --git a/gui/credits.h b/gui/credits.h
index b084935..5630222 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -59,6 +59,7 @@ static const char *credits[] = {
 "C0""Stuart George",
 "C0""Matthew Hoops",
 "C0""Filippos Karapetis",
+"C0""Martin Kiewitz",
 "C0""Pawel Kolodziejski",
 "C0""Walter van Niftrik",
 "C2""(retired)",






More information about the Scummvm-git-logs mailing list