[Scummvm-cvs-logs] CVS: scummvm NEWS,1.47,1.48 README,1.215,1.216 scummvm.6,1.11,1.12

James Brown ender at users.sourceforge.net
Thu Dec 11 07:18:08 CET 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv20332

Modified Files:
	NEWS README scummvm.6 
Log Message:
A few updates, mostly replacing examples that still used -n to disable subtitles.

To prevent confusion I think we should simply use a different switch character instead of reversing the behavior of -n for 0.6.0... Any suggestions on a good letter that's free? :)



Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- NEWS	9 Dec 2003 03:33:30 -0000	1.47
+++ NEWS	11 Dec 2003 15:17:53 -0000	1.48
@@ -8,6 +8,7 @@
    - Added support for V1 SCUMM games 'Maniac Mansion' and 'Zak McKracken'
 
  General:
+   - Subtitles now default to disabled. '-n' option now enabled subtitles.
    - Added HQ2x and HQ3x scalers
    - New 'from scratch' sound mixer
    - Improved native MT32 support

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- README	11 Dec 2003 15:05:10 -0000	1.215
+++ README	11 Dec 2003 15:17:53 -0000	1.216
@@ -1,5 +1,5 @@
 ScummVM README
-Last updated:    2003-12-09
+Last updated:    2003-12-11
 Release version: 0.5.7-cvs
 ------------------------------------------------------------------------
 
@@ -366,13 +366,13 @@
  * Win32:
   Running Monkey Island, fullscreen, from a hard disk:
    C:\Games\LucasArts\scummvm.exe -f -pC:\Games\LucasArts\monkey\ monkey
-  Running Full Throttle from CD, fullscreen and with subtitles disabled:
+  Running Full Throttle from CD, fullscreen and with subtitles enabled:
    C:\Games\LucasArts\scummvm.exe -f -n -pD:\resource\ ft
 
  * Unix:
   Running Monkey Island, fullscreen, from a hard disk:
    /path/to/scummvm -f -p/games/LucasArts/monkey/ monkey
-  Running Full Throttle from CD, fullscreen and with subtitles disabled:
+  Running Full Throttle from CD, fullscreen and with subtitles enabled:
    /path/to/scummvm -f -n -p/cdrom/resource/ ft
 
 5.2) Language options:

Index: scummvm.6
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.6,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scummvm.6	11 Dec 2003 15:05:10 -0000	1.11
+++ scummvm.6	11 Dec 2003 15:17:53 -0000	1.12
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH SCUMMVM 6 "August 6, 2003"
+.TH SCUMMVM 6 "December 11, 2003"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -36,7 +36,9 @@
 .B http://www.scummvm.org/compatibility.php
 for the latest compatibility information.
 .SS OPTIONS
-If you don't pass ScummVM options it will start the graphical game launcher.
+If you don't pass ScummVM options it will start the graphical game launcher,
+which allows game selection from, and addition to, the config file.
+.P
 The interpreter expects to find the game's data files in the current directory,
 if a path isn't specified in a config file.
 You may supply a different path using -p on the command line. The name of the
@@ -321,11 +323,14 @@
 
 .SH EXAMPLES
 .TP
+.B Running the builtin game launcher
+scummvm
+.TP
 .B Running Day of the Tentacle specifying the path
 scummvm -p /usr/local/share/games/tentacle/ tentacle
 .TP
-.B Running The Dig with advmame2x graphics filter with no subtitles
-scummvm -g advmame2x -n dig
+.B Running The Dig with advmame2x graphics filter with subtitles
+scummvm -g advmame2x dig
 .TP
 .B Running The Italian version of Maniac Mansion fullscreen
 scummvm -q it -f maniac





More information about the Scummvm-git-logs mailing list