[Scummvm-cvs-logs] SF.net SVN: scummvm: [23636] scummvm/branches/branch-0-9-0/tools

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Jul 30 15:22:35 CEST 2006


Revision: 23636
Author:   kirben
Date:     2006-07-30 06:22:27 -0700 (Sun, 30 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23636&view=rev

Log Message:
-----------
Add Pajama Sam 3 and Spy FOX 2 mini games

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp
    scummvm/branches/branch-0-9-0/engines/scumm/scumm-md5.h
    scummvm/branches/branch-0-9-0/tools/scumm-md5.txt
Modified: scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp	2006-07-30 13:06:32 UTC (rev 23635)
+++ scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp	2006-07-30 13:22:27 UTC (rev 23636)
@@ -641,6 +641,7 @@
 	{ "pajama3", "pj3demo", kGenHEPC, UNK_LANG, UNK, 0 },
 	{ "pajama3", "PJ3Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
 	{ "pajama3", "Pajama Sam Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
+	{ "pajama3", "PJMini", kGenHEPC, UNK_LANG, UNK, 0 },
 	{ "pajama3", "PjSamDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
 	{ "pajama3", "PjSamDemo", kGenHEPC, UNK_LANG, UNK, 0 },
 	{ "pajama3", "PyjamaSKS", kGenHEPC, Common::DE_DEU, UNK, 0 },
@@ -738,6 +739,7 @@
 	{ "spyfox2", "SpyFoxOR", kGenHEPC, Common::DE_DEU, UNK, 0 },
 	{ "spyfox2", "SpyFoxOR", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 },
 	{ "spyfox2", "spyfoxsr", kGenHEPC, UNK_LANG, UNK, 0 },
+	{ "spyfox2", "SPYMini", kGenHEPC, UNK_LANG, UNK, 0 },
 
 	{ "spyozon", "spyozon", kGenHEPC, UNK_LANG, UNK, 0 },
 	{ "spyozon", "sf3-demo", kGenHEPC, UNK_LANG, UNK, 0 },

Modified: scummvm/branches/branch-0-9-0/engines/scumm/scumm-md5.h
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/scumm-md5.h	2006-07-30 13:06:32 UTC (rev 23635)
+++ scummvm/branches/branch-0-9-0/engines/scumm/scumm-md5.h	2006-07-30 13:22:27 UTC (rev 23636)
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Sat Jul 08 08:38:21 2006
+  This file was generated by the md5table tool on Sun Jul 30 13:04:36 2006
   DO NOT EDIT MANUALLY!
  */
 
@@ -175,6 +175,7 @@
 	{ "4f580a021eee026f3b4589e17d130d78", "freddi4", "", "", Common::UNK_LANG, Common::kPlatformUnknown },
 	{ "4fa6870d9bc8c313b65d54b1da5a1891", "pajama", "", "", Common::NL_NLD, Common::kPlatformWindows },
 	{ "4fbbe9f64b8bc547503a379a301183ce", "tentacle", "", "CD", Common::IT_ITA, Common::kPlatformUnknown },
+	{ "4fe6a2e8df3c4536b278fdd2fbcb181e", "pajama3", "", "Mini Game", Common::EN_ANY, Common::kPlatformWindows },
 	{ "5057fb0e99e5aa29df1836329232f101", "freddi2", "HE 80", "", Common::UNK_LANG, Common::kPlatformWindows },
 	{ "507bb360688dc4180fdf0d7597352a69", "freddi", "HE 73", "", Common::SE_SWE, Common::kPlatformWindows },
 	{ "50fcdc982a25063b78ad46bf389b8e8d", "tentacle", "", "Floppy", Common::IT_ITA, Common::kPlatformPC },
@@ -446,6 +447,7 @@
 	{ "e361a7058ed8e8ebb462663c0a3ae8d6", "puttputt", "HE 61", "", Common::HB_ISR, Common::kPlatformPC },
 	{ "e41de1c2a15abbcdbf9977e2d7e8a340", "freddi2", "HE 100", "Updated", Common::RU_RUS, Common::kPlatformWindows },
 	{ "e534d29afb3c6e0ee9dc3d53c5956714", "atlantis", "", "Floppy", Common::DE_DEU, Common::kPlatformAmiga },
+	{ "e62056ba675ad65d8854ab3c5ad4b3c0", "spyfox2", "", "Mini Game", Common::EN_ANY, Common::kPlatformWindows },
 	{ "e63a0b9249b5ca4cc4d3ac34305ae360", "freddi", "HE 71", "", Common::NB_NOR, Common::kPlatformWindows },
 	{ "e689bdf67f98b1d760ce4487ec0e8d06", "indy3", "EGA", "EGA", Common::FR_FRA, Common::kPlatformAmiga },
 	{ "e6cd81b25ab1453a8a6d3482118c391e", "pass", "", "", Common::EN_ANY, Common::kPlatformPC },

Modified: scummvm/branches/branch-0-9-0/tools/scumm-md5.txt
===================================================================
--- scummvm/branches/branch-0-9-0/tools/scumm-md5.txt	2006-07-30 13:06:32 UTC (rev 23635)
+++ scummvm/branches/branch-0-9-0/tools/scumm-md5.txt	2006-07-30 13:22:27 UTC (rev 23636)
@@ -526,6 +526,7 @@
 	a654fb60c3b67d6317a7894ffd9f25c5	us	All	-	Demo	-	sev
 	a9f2f04b1ecaab9495b59befffe9bf88	us	All	-	Demo	-	sev
 	0c45eb4baff0c12c3d9dfa889c8070ab	de	All	-	Demo	-	Joachim Eberhard
+	4fe6a2e8df3c4536b278fdd2fbcb181e	en	Windows	-	Mini Game	-	Trekky
 	3e48298920fab9b7aec5a971e1bd1fab	gb	Windows	-	Demo	-	eriktorbjorn
 	cf90b4db5486ef798db78fe6fbf897e5	us	Windows	-	Demo	-	khalek
 
@@ -665,6 +666,7 @@
 	1c792d28376d45e145cb916bca0400a2	nl	All	-	Demo	-	joostp
 	7222f260253f325c21fcfa68b5bfab67	us	All	-	Demo	-	Kirben
 	732845548b1d6c2da572cb6a1bf81b07	de	All	-	Demo	-	Joachim Eberhard
+	e62056ba675ad65d8854ab3c5ad4b3c0	en	Windows	-	Mini Game	-	Trekky
 	19bf6938a94698296bcb0c99c31c91a7	gb	Windows	-	Demo	-	eriktorbjorn
 
 spyozon	SPY Fox 3: Operation Ozone


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