[Scummvm-cvs-logs] SF.net SVN: scummvm: [22766] scummvm/trunk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue May 30 03:09:04 CEST 2006
Revision: 22766
Author: fingolfin
Date: 2006-05-30 03:08:02 -0700 (Tue, 30 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22766&view=rev
Log Message:
-----------
Added sections for infrastructure and GUI to the credits file. These are badly incomplete; folks, please add yourself as appropriate
Modified Paths:
--------------
scummvm/trunk/AUTHORS
scummvm/trunk/doc/credits.tex
scummvm/trunk/gui/credits.h
scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS 2006-05-30 09:58:21 UTC (rev 22765)
+++ scummvm/trunk/AUTHORS 2006-05-30 10:08:02 UTC (rev 22766)
@@ -97,9 +97,19 @@
Other subsystems
----------------
- Jerome Fisher - MT-32 emulator
- Jochen Hoenicke - Speaker & PCjr sound support, Adlib work
+ Infrastructure:
+ Max Horn - Backend & Engine APIs, file API, sound mixer,
+ audiostreams, data structures, etc.
+ Eugene Sandulenko
+ GUI:
+ Eugene Sandulenko
+ Johannes Schickel
+
+ Miscellaneous:
+ Jerome Fisher - MT-32 emulator
+ Jochen Hoenicke - Speaker & PCjr sound support, Adlib work
+
Website (content)
-----------------
All active team members
Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex 2006-05-30 09:58:21 UTC (rev 22765)
+++ scummvm/trunk/doc/credits.tex 2006-05-30 10:08:02 UTC (rev 22766)
@@ -160,11 +160,28 @@
\end{list}
\item \textbf{\large Other subsystems}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \textbf{ Infrastructure}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ Max Horn & \textit{Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.}\\
+ Eugene Sandulenko & \textit{}\\
+ \end{tabular}
+\end{list}
+\item \textbf{ GUI}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+ Eugene Sandulenko & \textit{}\\
+ Johannes Schickel & \textit{}\\
+ \end{tabular}
+\end{list}
+\item \textbf{ Miscellaneous}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Jerome Fisher & \textit{MT-32 emulator}\\
Jochen Hoenicke & \textit{Speaker \& PCjr sound support, Adlib work}\\
\end{tabular}
\end{list}
+\end{list}
\item \textbf{\large Website (content)}
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item
Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h 2006-05-30 09:58:21 UTC (rev 22765)
+++ scummvm/trunk/gui/credits.h 2006-05-30 10:08:02 UTC (rev 22766)
@@ -99,11 +99,22 @@
"\\C\\c0""",
"\\C\\c0""",
"\\C\\c1""Other subsystems",
+"\\C\\c1""Infrastructure",
+"\\C\\c0""Max Horn",
+"\\C\\c2""Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.",
+"\\C\\c0""Eugene Sandulenko",
+"\\C\\c0""",
+"\\C\\c1""GUI",
+"\\C\\c0""Eugene Sandulenko",
+"\\C\\c0""Johannes Schickel",
+"\\C\\c0""",
+"\\C\\c1""Miscellaneous",
"\\C\\c0""Jerome Fisher",
"\\C\\c2""MT-32 emulator",
"\\C\\c0""Jochen Hoenicke",
"\\C\\c2""Speaker & PCjr sound support, Adlib work",
"\\C\\c0""",
+"\\C\\c0""",
"\\C\\c1""Website (content)",
"\\C\\c0""All active team members",
"\\C\\c0""",
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl 2006-05-30 09:58:21 UTC (rev 22765)
+++ scummvm/trunk/tools/credits.pl 2006-05-30 10:08:02 UTC (rev 22766)
@@ -550,10 +550,20 @@
end_section();
begin_section("Other subsystems");
- begin_persons();
+ begin_section("Infrastructure");
+ add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+
+ begin_section("GUI");
+ add_person("Eugene Sandulenko", "sev", "");
+ add_person("Johannes Schickel", "LordHoto", "");
+ end_section();
+
+ begin_section("Miscellaneous");
add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
- end_persons();
+ end_section();
end_section();
begin_section("Website (content)");
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