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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Jun 14 21:32:34 CEST 2006


Revision: 23108
Author:   eriktorbjorn
Date:     2006-06-14 12:32:26 -0700 (Wed, 14 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23108&view=rev

Log Message:
-----------
Added --themepath option, and documented (very briefly) the --gui-theme option.

Modified Paths:
--------------
    scummvm/trunk/README
    scummvm/trunk/base/commandLine.cpp
    scummvm/trunk/doc/running-options.tex
Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README	2006-06-14 16:40:57 UTC (rev 23107)
+++ scummvm/trunk/README	2006-06-14 19:32:26 UTC (rev 23108)
@@ -602,6 +602,8 @@
   -f, --fullscreen         Force full-screen mode
   -F, --no-fullscreen      Force windowed mode
   -g, --gfx-mode=MODE      Select graphics scaler (see also section 5.3)
+  --gui-theme=THEME        Select GUI theme (default, modern, classic)
+  --themepath=PATH         Path to where GUI themes are stored
   -e, --music-driver=MODE  Select music driver (see also section 7.0)
   -q, --language=LANG      Select language (see also section 5.2)
   -m, --music-volume=NUM   Set the music volume, 0-255 (default: 192)

Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2006-06-14 16:40:57 UTC (rev 23107)
+++ scummvm/trunk/base/commandLine.cpp	2006-06-14 19:32:26 UTC (rev 23108)
@@ -83,6 +83,8 @@
 	"  -g, --gfx-mode=MODE      Select graphics scaler (normal,2x,3x,2xsai,\n"
 	"                           super2xsai,supereagle,advmame2x,advmame3x,hq2x,\n"
 	"                           hq3x,tv2x,dotmatrix)\n"
+	"  --gui-theme=THEME        Select GUI theme (default, modern, classic)\n"
+	"  --themepath=PATH         Path to where GUI themes are stored\n"
 	"  -e, --music-driver=MODE  Select music driver (see README for details)\n"
 	"  -q, --language=LANG      Select language (en,de,fr,it,pt,es,jp,zh,kr,se,gb,\n"
 	"                           hb,ru,cz)\n"
@@ -482,6 +484,10 @@
 			DO_LONG_OPTION("gui-theme")
 			END_OPTION
 
+			DO_LONG_OPTION("themepath")
+				// TODO: Verify whether the path is valid
+			END_OPTION
+
 			DO_LONG_OPTION("target-md5")
 			END_OPTION
 

Modified: scummvm/trunk/doc/running-options.tex
===================================================================
--- scummvm/trunk/doc/running-options.tex	2006-06-14 16:40:57 UTC (rev 23107)
+++ scummvm/trunk/doc/running-options.tex	2006-06-14 19:32:26 UTC (rev 23108)
@@ -17,6 +17,8 @@
   -f, --fullscreen        &Force full-screen mode\\
   -F, --no-fullscreen     &Force windowed mode\\
   -g, --gfx-mode=MODE     &Select graphics scaler (see also section \ref{sect-gfx-filters})\\
+  --gui-theme=THEME       &Select GUI theme (default, modern, classic)\\
+  --themepath=PATH        &Path to where GUI themes are stored\\
   -e, --music-driver=MODE &Select music driver (see also section \ref{sect-music-and-sound})\\
   -q, --language=LANG     &Select language (see also section \ref{sect-languages})\\
   -m, --music-volume=NUM  &Set the music volume, 0-255 (default: 192)\\


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