[Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.3,1.4

Lars Persson anotherguest at users.sourceforge.net
Sat Dec 3 13:30:05 CET 2005


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31925/gui

Modified Files:
	Actions.cpp 
Log Message:
1. New build structure for Symbian builds to allow easier build and project updates
2. Updated framework files for new structure
3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether.
4. Incorporated Sevs code formatting changes in the new Symbian source structure.
5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered.
6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked)
7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome.
8. Built for S60V1 and UIQ2 targets from the cvs
9. Updated Readme with new build instructions.

Any comments are welcome.  Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated.

Index: Actions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Actions.cpp	18 Oct 2005 01:30:18 -0000	1.3
+++ Actions.cpp	3 Dec 2005 21:29:11 -0000	1.4
@@ -29,7 +29,7 @@
 	#include "backends/wince/CEActionsPocket.h"
 	#include "backends/wince/CEActionsSmartphone.h"
 #elif defined(__SYMBIAN32__)
-	#include "backends/epoc/SymbianActions.h"
+	#include "backends/epoc/src/SymbianActions.h"
 #endif
 
 namespace GUI {





More information about the Scummvm-git-logs mailing list