[Scummvm-cvs-logs] SF.net SVN: scummvm:[40056] scummvm/trunk
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Apr 21 21:49:49 CEST 2009
Revision: 40056
http://scummvm.svn.sourceforge.net/scummvm/?rev=40056&view=rev
Author: lordhoto
Date: 2009-04-21 19:49:47 +0000 (Tue, 21 Apr 2009)
Log Message:
-----------
- Typo fixes
- Command line parameter updates
(Thanks to salty-horse for the patch)
Modified Paths:
--------------
scummvm/trunk/README
scummvm/trunk/base/commandLine.cpp
Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README 2009-04-21 19:17:39 UTC (rev 40055)
+++ scummvm/trunk/README 2009-04-21 19:49:47 UTC (rev 40056)
@@ -599,9 +599,9 @@
3.15) Sierra AGI games Predictive Input Dialog notes:
----- -----------------------------------------------
-The Predictive Input Dialog is a ScummVM aid for running AGI engines
+The Predictive Input Dialog is a ScummVM aid for running AGI engine
games (which notoriously require command line input) on devices with
-limited keyboard support. In these situations since typing with emulated
+limited keyboard support. In these situations, since typing with emulated
keyboards is quite tedious, commands can be entered quickly and easily
via the Predictive Input Dialog.
@@ -669,7 +669,7 @@
3.17) Winnie the Pooh notes:
----- ----------------------
It is possible to import saved games from the original interpreter of the
-game in ScummVM.
+game into ScummVM.
There is extensive mouse support for the game under ScummVM, even though
there wasn't any mouse support in the original game. Menu items can be
@@ -758,7 +758,7 @@
The Legend of Kyrandia:
- Amiga versions aren't supported
- Waxworks
+ Waxworks:
- No music in the PC version
Humongous Entertainment games:
@@ -850,6 +850,7 @@
-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
+ --list-themes Display list of all usable GUI themes
-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)
@@ -860,13 +861,15 @@
-n, --subtitles Enable subtitles (use with games that have voice)
-b, --boot-param=NUM Pass number to the boot script (boot param)
-d, --debuglevel=NUM Set debug verbosity level
+ --debugflags=FLAGS Enable engine specific debug flags
+ (separated by commas)
-u, --dump-scripts Enable script dumping if a directory called 'dumps'
exists in the current directory
--cdrom=NUM CD drive to play CD audio from (default: 0 = first
drive)
--joystick[=NUM] Enable joystick input (default: 0 = first joystick)
- --platform=WORD Specify version of game (allowed values: 2gs, 3do,
+ --platform=WORD Specify platform of game (allowed values: 2gs, 3do,
acorn, amiga, atari, c64, fmtowns, mac, nes, pc,
pce, segacd, windows)
--savepath=PATH Path to where savegames are stored
Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp 2009-04-21 19:17:39 UTC (rev 40055)
+++ scummvm/trunk/base/commandLine.cpp 2009-04-21 19:49:47 UTC (rev 40056)
@@ -84,15 +84,14 @@
" -n, --subtitles Enable subtitles (use with games that have voice)\n"
" -b, --boot-param=NUM Pass number to the boot script (boot param)\n"
" -d, --debuglevel=NUM Set debug verbosity level\n"
- " --debugflags=FLAGS Enables engine specific debug flags\n"
+ " --debugflags=FLAGS Enable engine specific debug flags\n"
" (separated by commas)\n"
" -u, --dump-scripts Enable script dumping if a directory called 'dumps'\n"
" exists in the current directory\n"
"\n"
" --cdrom=NUM CD drive to play CD audio from (default: 0 = first\n"
" drive)\n"
- " --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
- " joystick)\n"
+ " --joystick[=NUM] Enable joystick input (default: 0 = first joystick)\n"
" --platform=WORD Specify platform of game (allowed values: 2gs, 3do,\n"
" acorn, amiga, atari, c64, fmtowns, nes, mac, pc, pc98,\n"
" pce, segacd, wii, windows)\n"
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