[Scummvm-cvs-logs] SF.net SVN: scummvm: [27217] scummvm/branches/branch-0-10-0/backends/ platform/symbian

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Jun 8 23:10:31 CEST 2007


Revision: 27217
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27217&view=rev
Author:   anotherguest
Date:     2007-06-08 14:10:30 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Removed line in makefile not needed anymore

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in
    scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ2/ScummVM_UIQ2.mmp.in
    scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ3/ScummVM_UIQ3.mmp.in
    scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in	2007-06-08 21:10:01 UTC (rev 27216)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in	2007-06-08 21:10:30 UTC (rev 27217)
@@ -67,7 +67,7 @@
 ALWAYS_BUILD_AS_ARM
 MACRO			S60
 MACRO			S60V3
-MACRO			EPOC_AS_APP
+
 //START_AUTO_MACROS_SLAVE//
 
 	// empty base file, will be updated by Perl build scripts

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ2/ScummVM_UIQ2.mmp.in
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ2/ScummVM_UIQ2.mmp.in	2007-06-08 21:10:01 UTC (rev 27216)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ2/ScummVM_UIQ2.mmp.in	2007-06-08 21:10:30 UTC (rev 27217)
@@ -39,7 +39,6 @@
 UID             0x100039ce 0x101f9b57
 
 MACRO			UIQ
-MACRO			EPOC_AS_APP
 
 //START_AUTO_MACROS_SLAVE//
 

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ3/ScummVM_UIQ3.mmp.in
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ3/ScummVM_UIQ3.mmp.in	2007-06-08 21:10:01 UTC (rev 27216)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/UIQ3/ScummVM_UIQ3.mmp.in	2007-06-08 21:10:30 UTC (rev 27217)
@@ -66,7 +66,7 @@
 
 MACRO			UIQ
 MACRO			UIQ3
-MACRO			EPOC_AS_APP
+
 ALWAYS_BUILD_AS_ARM
 
 //START_AUTO_MACROS_SLAVE//

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp	2007-06-08 21:10:01 UTC (rev 27216)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp	2007-06-08 21:10:30 UTC (rev 27217)
@@ -173,12 +173,16 @@
 	// Zone
 	_action_enabled[ACTION_ZONE] = true;
 
-	// FT Cheat
+	// Multi function key
 	_action_enabled[ACTION_MULTI] = true;
 	if (is_agi)
-		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE);
+		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE); // agi: show predictive dialog
+	else if (is_gob)
+		_key_action[ACTION_MULTI].setAscii(315); // bargon : F1 to start
+	else if (gameid == "atlantis")
+		_key_action[ACTION_MULTI].setAscii(SDLK_KP0); // fate of atlantis : Ins to sucker-punch
 	else
-		_key_action[ACTION_MULTI].setAscii(86); // shift-V
+		_key_action[ACTION_MULTI].setAscii(86); // FT cheat : shift-V
 
 	// Enable debugger
 	_action_enabled[ACTION_DEBUGGER] = true;


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