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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 14 13:17:21 CEST 2008


Revision: 32699
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32699&view=rev
Author:   Kirben
Date:     2008-06-14 04:17:16 -0700 (Sat, 14 Jun 2008)

Log Message:
-----------
Disable drawObject type 0x41, which is currently causing frequent crashes.

Modified Paths:
--------------
    scummvm/trunk/base/plugins.cpp
    scummvm/trunk/configure
    scummvm/trunk/engines/engines.mk

Modified: scummvm/trunk/base/plugins.cpp
===================================================================
--- scummvm/trunk/base/plugins.cpp	2008-06-14 04:52:10 UTC (rev 32698)
+++ scummvm/trunk/base/plugins.cpp	2008-06-14 11:17:16 UTC (rev 32699)
@@ -140,6 +140,9 @@
 		#if PLUGIN_ENABLED_STATIC(SWORD2)
 		LINK_PLUGIN(SWORD2)
 		#endif
+		#if PLUGIN_ENABLED_STATIC(TINSEL)
+		LINK_PLUGIN(TINSEL)
+		#endif
 		#if PLUGIN_ENABLED_STATIC(TOUCHE)
 		LINK_PLUGIN(TOUCHE)
 		#endif

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-06-14 04:52:10 UTC (rev 32698)
+++ scummvm/trunk/configure	2008-06-14 11:17:16 UTC (rev 32699)
@@ -100,6 +100,7 @@
 add_engine sky "Beneath a Steel Sky" yes
 add_engine sword1 "Broken Sword 1" yes
 add_engine sword2 "Broken Sword 2" yes
+add_engine tinsel "Tinsel" yes
 add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
 
 _endian=unknown

Modified: scummvm/trunk/engines/engines.mk
===================================================================
--- scummvm/trunk/engines/engines.mk	2008-06-14 04:52:10 UTC (rev 32698)
+++ scummvm/trunk/engines/engines.mk	2008-06-14 11:17:16 UTC (rev 32699)
@@ -97,6 +97,11 @@
 MODULES += engines/sword2
 endif
 
+ifdef ENABLE_TINSEL
+DEFINES += -DENABLE_TINSEL=$(ENABLE_TINSEL)
+MODULES += engines/tinsel
+endif
+
 ifdef ENABLE_TOUCHE
 DEFINES += -DENABLE_TOUCHE=$(ENABLE_TOUCHE)
 MODULES += engines/touche


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