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

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Oct 15 03:14:25 CEST 2006


Revision: 24321
          http://svn.sourceforge.net/scummvm/?rev=24321&view=rev
Author:   sev
Date:     2006-10-14 18:13:43 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Since proper detection is added to CinE, build it by default and
announce as supported. Future Wars is completable.

Modified Paths:
--------------
    scummvm/trunk/NEWS
    scummvm/trunk/configure
    scummvm/trunk/engines/cine/detection.cpp

Modified: scummvm/trunk/NEWS
===================================================================
--- scummvm/trunk/NEWS	2006-10-15 01:06:44 UTC (rev 24320)
+++ scummvm/trunk/NEWS	2006-10-15 01:13:43 UTC (rev 24321)
@@ -2,6 +2,9 @@
         http://scummvm.sourceforge.net/daily/ChangeLog
 
 0.10.0 (????-??-??)
+ New Games:
+   - Added Cinematique evo 1 engine. Currently only Future Wars is supported.
+
  General:
    - Better compression for DXA movies.
    - Added Dialog which allows the user to select the GUI theme on runtime.

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-10-15 01:06:44 UTC (rev 24320)
+++ scummvm/trunk/configure	2006-10-15 01:13:43 UTC (rev 24321)
@@ -58,7 +58,7 @@
 _build_gob=yes
 _build_kyra=yes
 _build_lure=no
-_build_cine=no
+_build_cine=yes
 _build_agi=no
 _need_memalign=no
 _build_plugins=no
@@ -330,7 +330,7 @@
   --disable-gob            don't build the Gobli*ns engine
   --disable-kyra           don't build the Legend of Kyrandia engine
   --enable-lure            build the Lure of the Temptress engine
-  --enable-cine            build the Cinematique engine evo 1
+  --disable-cine           don't build the Cinematique engine evo 1
   --enable-agi             build the AGI engine
   --enable-plugins         build engines as loadable modules instead of
                            static linking them
@@ -398,7 +398,7 @@
       --disable-gob)            _build_gob=no ;;
       --disable-kyra)           _build_kyra=no ;;
       --enable-lure)            _build_lure=yes ;;
-      --enable-cine)            _build_cine=yes ;;
+      --disable-cine)           _build_cine=no ;;
       --enable-agi)             _build_agi=yes ;;
       --disable-hq-scalers)     _build_hq_scalers=no ;;
       --disable-scalers)        _build_scalers=no ;;

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2006-10-15 01:06:44 UTC (rev 24320)
+++ scummvm/trunk/engines/cine/detection.cpp	2006-10-15 01:13:43 UTC (rev 24321)
@@ -97,7 +97,7 @@
 	return kNoGameDataFoundError;
 }
 
-REGISTER_PLUGIN(CINE, "Cinematique evo.1 engine", "Future Wars & Operation Stealth (C) Delphine Software");
+REGISTER_PLUGIN(CINE, "Cinematique evo 1 engine", "Future Wars & Operation Stealth (C) Delphine Software");
 
 namespace Cine {
 


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