diff options
author | Eugene Sandulenko | 2006-11-12 19:46:40 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-11-12 19:46:40 +0000 |
commit | ae39374c831d678d2d180319ecb415ba6a4d0cec (patch) | |
tree | eccd0da84a56550023d14a3b1086f942079c7a71 | |
parent | 3e6414a55fb05fa733248574f8305c0f716415d8 (diff) | |
download | scummvm-rg350-ae39374c831d678d2d180319ecb415ba6a4d0cec.tar.gz scummvm-rg350-ae39374c831d678d2d180319ecb415ba6a4d0cec.tar.bz2 scummvm-rg350-ae39374c831d678d2d180319ecb415ba6a4d0cec.zip |
Credit criezy for BS1 Mac and mention it in NEWS.
svn-id: r24698
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/credits.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
5 files changed, 6 insertions, 0 deletions
@@ -209,6 +209,7 @@ Other contributions Ori Avtalion - Subtitle control options in the GUI Stuart Caie - Decoders for Simon 1 Amiga data files Paolo Costabel - PSP port contributions + Thierry Crozat - Support for Broken Sword 1 Macintosh version John Doe - Improved DXA compression Thomas Fach-Pedersen - ProTracker module player Benjamin Haisch - Encoder for DXA videos @@ -12,6 +12,7 @@ For a more comprehensive changelog for the latest experimental SVN code, see: Broken Sword 1: - Added support for DXA cutscenes. + - Added support for Macintosh version. Broken Sword 2: - Added support for DXA cutscenes. diff --git a/doc/credits.tex b/doc/credits.tex index 4fd3001fc1..b8dc155e76 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -345,6 +345,7 @@ All active team members Ori Avtalion & \textit{Subtitle control options in the GUI}\\ Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\ Paolo Costabel & \textit{PSP port contributions}\\ + Thierry Crozat & \textit{Support for Broken Sword 1 Macintosh version}\\ John Doe & \textit{Improved DXA compression}\\ Thomas Fach-Pedersen & \textit{ProTracker module player}\\ Benjamin Haisch & \textit{Encoder for DXA videos}\\ diff --git a/gui/credits.h b/gui/credits.h index b1ff6753dc..0717b358b8 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -233,6 +233,8 @@ static const char *credits[] = { "\\C\\c2""Decoders for Simon 1 Amiga data files", "\\C\\c0""Paolo Costabel", "\\C\\c2""PSP port contributions", +"\\C\\c0""Thierry Crozat", +"\\C\\c2""Support for Broken Sword 1 Macintosh version", "\\C\\c0""John Doe", "\\C\\c2""Improved DXA compression", "\\C\\c0""Thomas Fach-Pedersen", diff --git a/tools/credits.pl b/tools/credits.pl index c611a81062..9dc879f782 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -712,6 +712,7 @@ begin_credits("Credits"); add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI"); add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files"); add_person("Paolo Costabel", "", "PSP port contributions"); + add_person("Thierry Crozat", "criezy", "Support for Broken Sword 1 Macintosh version"); add_person("John Doe", "", "Improved DXA compression"); add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player"); add_person("Benjamin Haisch", "", "Encoder for DXA videos"); |