[Scummvm-cvs-logs] SF.net SVN: scummvm: [24015] scummvm/trunk
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Fri Sep 29 13:19:21 CEST 2006
Revision: 24015
http://svn.sourceforge.net/scummvm/?rev=24015&view=rev
Author: kirben
Date: 2006-09-29 04:19:12 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
Update credits
Modified Paths:
--------------
scummvm/trunk/AUTHORS
scummvm/trunk/doc/credits.tex
scummvm/trunk/gui/credits.h
scummvm/trunk/tools/credits.pl
scummvm/trunk/tools/module.mk
Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS 2006-09-29 11:07:38 UTC (rev 24014)
+++ scummvm/trunk/AUTHORS 2006-09-29 11:19:12 UTC (rev 24015)
@@ -71,6 +71,7 @@
Eugene Sandulenko
Simon:
+ Torbjorn Andersson
Travis Howell
Oliver Kiehl
@@ -201,6 +202,7 @@
Code contributions
------------------
+ John Doe - Improved DXA compression
Ori Avtalion - Subtitle control options in the GUI
Stuart Caie - Decoders for Simon 1 Amiga data files
Paolo Costabel - PSP port contributions
@@ -257,5 +259,5 @@
is today. Feel free to drop us a line and tell us what you think, guys!
Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
- the source code of The Feeble Files with us.
+ the source code of The Feeble Files and Simon the Sorcerer's
Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex 2006-09-29 11:07:38 UTC (rev 24014)
+++ scummvm/trunk/doc/credits.tex 2006-09-29 11:19:12 UTC (rev 24015)
@@ -113,6 +113,7 @@
\item \textbf{ Simon}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ Torbj\"orn Andersson & \textit{}\\
Travis Howell & \textit{}\\
Oliver Kiehl & \textit{}\\
\end{tabular}
@@ -334,6 +335,7 @@
\item \textbf{\large Code contributions}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ John Doe & \textit{Improved DXA compression}\\
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}\\
@@ -381,7 +383,7 @@
\item
Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!
\item
-Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.
+Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's
\end{list}
\end{trivlist}
Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h 2006-09-29 11:07:38 UTC (rev 24014)
+++ scummvm/trunk/gui/credits.h 2006-09-29 11:19:12 UTC (rev 24015)
@@ -73,6 +73,7 @@
"\\C\\c0""Eugene Sandulenko",
"\\C\\c0""",
"\\C\\c1""Simon",
+"\\C\\c0""Torbj\366rn Andersson",
"\\C\\c0""Travis Howell",
"\\C\\c0""Oliver Kiehl",
"\\C\\c0""",
@@ -222,6 +223,8 @@
"\\C\\c2""ScummVM forum theme",
"\\C\\c0""",
"\\C\\c1""Code contributions",
+"\\C\\c0""John Doe",
+"\\C\\c2""Improved DXA compression",
"\\C\\c0""Ori Avtalion",
"\\C\\c2""Subtitle control options in the GUI",
"\\C\\c0""Stuart Caie",
@@ -294,7 +297,7 @@
"\\C\\c0""",
"\\C\\c0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!",
"\\C\\c0""",
-"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.",
+"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's ",
"\\C\\c0""",
"\\C\\c0""",
};
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl 2006-09-29 11:07:38 UTC (rev 24014)
+++ scummvm/trunk/tools/credits.pl 2006-09-29 11:19:12 UTC (rev 24015)
@@ -536,6 +536,7 @@
end_section();
begin_section("Simon");
+ add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Travis Howell", "Kirben", "");
add_person("Oliver Kiehl", "olki", "");
end_section();
@@ -703,6 +704,7 @@
begin_section("Code contributions");
begin_persons();
+ add_person("John Doe", "", "Improved DXA compression");
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");
@@ -771,7 +773,8 @@
add_paragraph(
"Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
- "sharing the source code of The Feeble Files with us.");
+ "sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+ "Puzzle Pack with us.");
end_section();
Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk 2006-09-29 11:07:38 UTC (rev 24014)
+++ scummvm/trunk/tools/module.mk 2006-09-29 11:19:12 UTC (rev 24015)
@@ -42,12 +42,12 @@
#
credits:
- $(srcdir)/tools/credits.pl --text > AUTHORS
- $(srcdir)/tools/credits.pl --tex > doc/credits.tex
- $(srcdir)/tools/credits.pl --rtf > Credits.rtf
- $(srcdir)/tools/credits.pl --cpp > gui/credits.h
- $(srcdir)/tools/credits.pl --html > ../../web/trunk/credits.inc
- $(srcdir)/tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
+ ./tools/credits.pl --text > AUTHORS
+ ./tools/credits.pl --tex > doc/credits.tex
+ ./tools/credits.pl --rtf > Credits.rtf
+ ./tools/credits.pl --cpp > gui/credits.h
+ ./tools/credits.pl --html > ../web/credits.inc
+ ./tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
md5scumm: tools/md5table$(EXEEXT)
tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list