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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Thu Jun 7 22:52:31 CEST 2007


Revision: 27177
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27177&view=rev
Author:   anotherguest
Date:     2007-06-07 13:52:30 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Symbian PORT updated with CE mappings

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp
    scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.h
    scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianOS.cpp

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-07 20:34:15 UTC (rev 27176)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.cpp	2007-06-07 20:52:30 UTC (rev 27177)
@@ -47,7 +47,7 @@
 	"Save",
 	"Skip",
 	"Zone",
-	"FT Cheat",
+	"Multi Function",
 	"Swap character",
 	"Skip text",	
 	"Pause", 
@@ -174,8 +174,11 @@
 	_action_enabled[ACTION_ZONE] = true;
 
 	// FT Cheat
-	_action_enabled[ACTION_FT_CHEAT] = true;
-	_key_action[ACTION_FT_CHEAT].setAscii(86); // shift-V
+	_action_enabled[ACTION_MULTI] = true;
+	if (is_agi)
+		_key_action[ACTION_MULTI].setAscii(SDLK_PAUSE);
+	else
+		_key_action[ACTION_MULTI].setAscii(86); // shift-V
 
 	// Enable debugger
 	_action_enabled[ACTION_DEBUGGER] = true;

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.h
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.h	2007-06-07 20:34:15 UTC (rev 27176)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianActions.h	2007-06-07 20:52:30 UTC (rev 27177)
@@ -34,7 +34,7 @@
 
 namespace GUI {
 
-#define ACTION_VERSION 6
+#define ACTION_VERSION 7
 
 enum actionType {
         ACTION_UP = 0,
@@ -46,7 +46,7 @@
         ACTION_SAVE,
         ACTION_SKIP,
         ACTION_ZONE,
-		ACTION_FT_CHEAT,
+		ACTION_MULTI,
 		ACTION_SWAPCHAR,
 		ACTION_SKIP_TEXT,
 		ACTION_PAUSE,

Modified: scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianOS.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianOS.cpp	2007-06-07 20:34:15 UTC (rev 27176)
+++ scummvm/branches/branch-0-10-0/backends/platform/symbian/src/SymbianOS.cpp	2007-06-07 20:52:30 UTC (rev 27177)
@@ -348,7 +348,7 @@
 
 			case GUI::ACTION_SAVE:
 			case GUI::ACTION_SKIP:
-			case GUI::ACTION_FT_CHEAT:
+			case GUI::ACTION_MULTI:
 			case GUI::ACTION_SKIP_TEXT:
 			case GUI::ACTION_PAUSE:
 			case GUI::ACTION_SWAPCHAR:


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