[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.4,1.5

Eugene Sandulenko sev at users.sourceforge.net
Sat Dec 25 16:21:01 CET 2004


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30016/tools

Modified Files:
	credits.pl 
Log Message:
Give proper credits to Wyrmkeep folks


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- credits.pl	25 Dec 2004 19:41:02 -0000	1.4
+++ credits.pl	26 Dec 2004 00:20:22 -0000	1.5
@@ -240,8 +240,8 @@
 	add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 	add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
   end_section();
-  
-  
+
+
   begin_section("Retired Team Members");
 	add_person("Ralph Brorsen", "painelf", "Help with GUI implementation");
 	add_person('Vincent Hamm', 'yazoo', "Co-Founder");
@@ -252,8 +252,8 @@
 	add_person('Ludvig Strigeus', 'ludde', "Original ScummVM and SimonVM author");
 	add_person("Lionel Ulmer", "bbrox", "Port: X11");
   end_section();
-  
-  
+
+
   begin_section("Contributors");
 	add_person("Tore Anderson", "tore", "Packaging for Debian GNU/Linux");
 	add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
@@ -272,12 +272,12 @@
 	add_person("Tim ???", "realmz", "Initial MI1 CD music support");
   end_section();
 
-  
+
   add_paragraph("And to all the contributors, users, and beta testers we've missed. Thanks!");
-  
+
   # HACK!
   $max_name_width = 15;
-  
+
   begin_section("Special thanks to");
 	add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
 	add_person("", "Canadacow", "For the original MT-32 emulator");
@@ -287,21 +287,26 @@
 	add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
 	add_person("", "Tristan", "For additional work on the original MT-32 emulator");
   end_section();
-  
+
   # HACK!
   $Text::Wrap::columns = 46 if $mode eq "CPP";
-  
+
   add_paragraph(
   "Tony Warriner and everyone at Revolution Software Ltd. for sharing ".
   "with us the source of some of their brilliant games, allowing us to ".
   "release Beneath a Steel Sky as freeware... and generally being ".
   "supportive above and beyond the call of duty.");
-  
+
   add_paragraph(
   "John Passfield and Steve Stamatiadis for sharing the source of their ".
   "classic title, Flight of the Amazon Queen and also being incredibly ".
   "supportive.");
-  
+
+  add_paragraph(
+  "Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source ".
+  "of their famous title Inherit the Earth and always prompt replies to ".
+  "our questions.");
+
   add_paragraph(
   "Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at ".
   "LucasFilm/LucasArts who made SCUMM the insane mess to reimplement ".





More information about the Scummvm-git-logs mailing list