[Scummvm-cvs-logs] SF.net SVN: scummvm: [30754] scummvm/trunk/engines

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Feb 3 11:15:37 CET 2008


Revision: 30754
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30754&view=rev
Author:   eriktorbjorn
Date:     2008-02-03 02:15:36 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
Changed "COMPATIBLITY" to "COMPATIBILITY".

Modified Paths:
--------------
    scummvm/trunk/engines/agi/detection.cpp
    scummvm/trunk/engines/agos/detection.cpp
    scummvm/trunk/engines/cine/detection.cpp
    scummvm/trunk/engines/cruise/detection.cpp
    scummvm/trunk/engines/drascula/detection.cpp
    scummvm/trunk/engines/gob/detection.cpp
    scummvm/trunk/engines/igor/detection.cpp
    scummvm/trunk/engines/kyra/detection.cpp
    scummvm/trunk/engines/lure/detection.cpp
    scummvm/trunk/engines/metaengine.h
    scummvm/trunk/engines/parallaction/detection.cpp
    scummvm/trunk/engines/queen/queen.cpp
    scummvm/trunk/engines/saga/detection.cpp
    scummvm/trunk/engines/scumm/detection.cpp
    scummvm/trunk/engines/sky/sky.cpp
    scummvm/trunk/engines/sword1/sword1.cpp
    scummvm/trunk/engines/sword2/sword2.cpp
    scummvm/trunk/engines/touche/detection.cpp

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/agi/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -2284,7 +2284,7 @@
 	return res;
 }
 
-META_COMPATIBLITY_WRAPPER(AGI, AgiMetaEngine);
+META_COMPATIBILITY_WRAPPER(AGI, AgiMetaEngine);
 
 REGISTER_PLUGIN(AGI, "AGI preAGI + v2 + v3 Engine", "Sierra AGI Engine (C) Sierra On-Line Software");
 

Modified: scummvm/trunk/engines/agos/detection.cpp
===================================================================
--- scummvm/trunk/engines/agos/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/agos/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -151,7 +151,7 @@
 	return res;
 }
 
-META_COMPATIBLITY_WRAPPER(AGOS, AgosMetaEngine);
+META_COMPATIBILITY_WRAPPER(AGOS, AgosMetaEngine);
 
 REGISTER_PLUGIN(AGOS, "AGOS", "AGOS (C) Adventure Soft");
 

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/cine/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -511,6 +511,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(CINE, CineMetaEngine);
+META_COMPATIBILITY_WRAPPER(CINE, CineMetaEngine);
 
 REGISTER_PLUGIN(CINE, "Cinematique evo 1 engine", "Future Wars & Operation Stealth (C) Delphine Software");

Modified: scummvm/trunk/engines/cruise/detection.cpp
===================================================================
--- scummvm/trunk/engines/cruise/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/cruise/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -146,6 +146,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(CRUISE, CruiseMetaEngine);
+META_COMPATIBILITY_WRAPPER(CRUISE, CruiseMetaEngine);
 
 REGISTER_PLUGIN(CRUISE, "Cinematique evo 2 engine", "Cruise for a Corpse (C) Delphine Software");

Modified: scummvm/trunk/engines/drascula/detection.cpp
===================================================================
--- scummvm/trunk/engines/drascula/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/drascula/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -186,6 +186,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(DRASCULA, DrasculaMetaEngine);
+META_COMPATIBILITY_WRAPPER(DRASCULA, DrasculaMetaEngine);
 
 REGISTER_PLUGIN(DRASCULA, "Drascula Engine", "Drascula Engine (C) 2000 Alcachofa Soft, 1996 (C) Digital Dreams Multimedia, 1994 (C) Emilio de Paz");

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -1779,7 +1779,7 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(GOB, GobMetaEngine);
+META_COMPATIBILITY_WRAPPER(GOB, GobMetaEngine);
 
 REGISTER_PLUGIN(GOB, "Gob Engine", "Goblins Games (C) Coktel Vision");
 

Modified: scummvm/trunk/engines/igor/detection.cpp
===================================================================
--- scummvm/trunk/engines/igor/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/igor/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -134,6 +134,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(IGOR, IgorMetaEngine);
+META_COMPATIBILITY_WRAPPER(IGOR, IgorMetaEngine);
 
 REGISTER_PLUGIN(IGOR, "Igor: Objective Uikokahonia", "Igor: Objective Uikokahonia (C) Pendulo Studios");

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/kyra/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -484,6 +484,6 @@
 	return res;
 }
 
-META_COMPATIBLITY_WRAPPER(KYRA, KyraMetaEngine);
+META_COMPATIBILITY_WRAPPER(KYRA, KyraMetaEngine);
 
 REGISTER_PLUGIN(KYRA, "Legend of Kyrandia Engine", "The Legend of Kyrandia (C) Westwood Studios");

Modified: scummvm/trunk/engines/lure/detection.cpp
===================================================================
--- scummvm/trunk/engines/lure/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/lure/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -197,6 +197,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(LURE, LureMetaEngine);
+META_COMPATIBILITY_WRAPPER(LURE, LureMetaEngine);
 
 REGISTER_PLUGIN(LURE, "Lure of the Temptress Engine", "Lure of the Temptress (C) Revolution");

Modified: scummvm/trunk/engines/metaengine.h
===================================================================
--- scummvm/trunk/engines/metaengine.h	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/metaengine.h	2008-02-03 10:15:36 UTC (rev 30754)
@@ -59,12 +59,12 @@
 
 
 /**
- * The META_COMPATIBLITY_WRAPPER macro is there to ease the transition from the
+ * The META_COMPATIBILITY_WRAPPER macro is there to ease the transition from the
  * old plugin API to the new MetaEngine class. Ultimately, this macro will go
  * and REGISTER_PLUGIN will be changed to simply take an ID and a METACLASS.
- * Until then, use META_COMPATIBLITY_WRAPPER + REGISTER_PLUGIN.
+ * Until then, use META_COMPATIBILITY_WRAPPER + REGISTER_PLUGIN.
  */
-#define META_COMPATIBLITY_WRAPPER(ID,METACLASS) \
+#define META_COMPATIBILITY_WRAPPER(ID,METACLASS) \
 	static MetaEngine &getMetaEngine() { \
 		static MetaEngine *meta = 0; \
 		if (!meta) meta = new METACLASS(); \

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -218,6 +218,6 @@
 	return res;
 }
 
-META_COMPATIBLITY_WRAPPER(PARALLACTION, ParallactionMetaEngine);
+META_COMPATIBILITY_WRAPPER(PARALLACTION, ParallactionMetaEngine);
 
 REGISTER_PLUGIN(PARALLACTION, "Parallaction engine", "Nippon Safes Inc. (C) Dynabyte");

Modified: scummvm/trunk/engines/queen/queen.cpp
===================================================================
--- scummvm/trunk/engines/queen/queen.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/queen/queen.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -128,7 +128,7 @@
 	return kNoError;
 }
 
-META_COMPATIBLITY_WRAPPER(QUEEN, QueenMetaEngine);
+META_COMPATIBILITY_WRAPPER(QUEEN, QueenMetaEngine);
 
 REGISTER_PLUGIN(QUEEN, "Flight of the Amazon Queen", "Flight of the Amazon Queen (C) John Passfield and Steve Stamatiadis");
 

Modified: scummvm/trunk/engines/saga/detection.cpp
===================================================================
--- scummvm/trunk/engines/saga/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/saga/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -164,7 +164,7 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(SAGA, SagaMetaEngine);
+META_COMPATIBILITY_WRAPPER(SAGA, SagaMetaEngine);
 
 REGISTER_PLUGIN(SAGA, "SAGA Engine", "Inherit the Earth (C) Wyrmkeep Entertainment");
 

Modified: scummvm/trunk/engines/scumm/detection.cpp
===================================================================
--- scummvm/trunk/engines/scumm/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/scumm/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -929,7 +929,7 @@
 	       "Humongous SCUMM Games (C) Humongous";
 }
 
-META_COMPATIBLITY_WRAPPER(SCUMM, ScummMetaEngine);
+META_COMPATIBILITY_WRAPPER(SCUMM, ScummMetaEngine);
 
 REGISTER_PLUGIN(SCUMM, "Scumm Engine",
 				"LucasArts SCUMM Games (C) LucasArts\n"

Modified: scummvm/trunk/engines/sky/sky.cpp
===================================================================
--- scummvm/trunk/engines/sky/sky.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/sky/sky.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -195,7 +195,7 @@
 	return kNoError;
 }
 
-META_COMPATIBLITY_WRAPPER(SKY, SkyMetaEngine);
+META_COMPATIBILITY_WRAPPER(SKY, SkyMetaEngine);
 
 REGISTER_PLUGIN(SKY, "Beneath a Steel Sky", "Beneath a Steel Sky (C) Revolution");
 

Modified: scummvm/trunk/engines/sword1/sword1.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sword1.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/sword1/sword1.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -187,7 +187,7 @@
 	return kNoError;
 }
 
-META_COMPATIBLITY_WRAPPER(SWORD1, SwordMetaEngine);
+META_COMPATIBILITY_WRAPPER(SWORD1, SwordMetaEngine);
 
 REGISTER_PLUGIN(SWORD1, "Broken Sword", "Broken Sword Games (C) Revolution");
 

Modified: scummvm/trunk/engines/sword2/sword2.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sword2.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/sword2/sword2.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -180,7 +180,7 @@
 	return kNoGameDataFoundError;
 }
 
-META_COMPATIBLITY_WRAPPER(SWORD2, Sword2MetaEngine);
+META_COMPATIBILITY_WRAPPER(SWORD2, Sword2MetaEngine);
 
 REGISTER_PLUGIN(SWORD2, "Broken Sword 2", "Broken Sword Games (C) Revolution");
 

Modified: scummvm/trunk/engines/touche/detection.cpp
===================================================================
--- scummvm/trunk/engines/touche/detection.cpp	2008-02-03 09:39:43 UTC (rev 30753)
+++ scummvm/trunk/engines/touche/detection.cpp	2008-02-03 10:15:36 UTC (rev 30754)
@@ -147,6 +147,6 @@
 	return gd != 0;
 }
 
-META_COMPATIBLITY_WRAPPER(TOUCHE, ToucheMetaEngine);
+META_COMPATIBILITY_WRAPPER(TOUCHE, ToucheMetaEngine);
 
 REGISTER_PLUGIN(TOUCHE, "Touche Engine", "Touche: The Adventures of the 5th Musketeer (C) Clipper Software");


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