Opened 21 years ago

Closed 21 years ago

Last modified 5 years ago

#7300 closed feature request

'-F' not documented

Reported by: SF/logicdeluxe Owned by: SF/jamieson630
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

The force windowed mode option is not documented neither with '--help' nor in the readme.txt

Furthermore the '--help' should list the syntax something like this: "scummvm [options] game" or it consequently has to list all of the switches instead of only some of them, which would be of no much use, as they are still listed bellow with their descriptions.

Ticket imported from: #778833. Ticket imported from: feature-requests/116.

Change History (11)

comment:1 by SF/khalek, 21 years ago

maybe thats because it doesn't exist in the code? the code lowercases all single char params...

closing

comment:2 by SF/khalek, 21 years ago

Owner: set to SF/khalek
Resolution: wontfix
Status: newclosed

comment:3 by fingolfin, 21 years ago

Owner: SF/khalek removed
Status: closednew

comment:4 by fingolfin, 21 years ago

Wrong khalek. It *does* exist. The code which handles -f checks the original value to distinguish upper and lower case. -f and -F have opposite meaning (force always full screen, and force never full screen).

comment:5 by SF/khalek, 21 years ago

I tried -F before closing and it didn't work

comment:6 by fingolfin, 21 years ago

Well take a look at https://sourceforge.net/tracker/ index.php?func=detail&aid=779013&group_id=37116&atid=418820 , and also at gameDetector.cpp, line 401

comment:7 by SF/ender, 21 years ago

As I get the same behavior, this option obviously does not work - hence a request for it to be documented is premature.

(In any case, it should be changed to --no-f / --no-fullscreen, in order to keep with our current naming scheme and documentation)

comment:8 by SF/ender, 21 years ago

Owner: set to SF/ender
Resolution: wontfix
Status: newclosed

comment:9 by SF/jamieson630, 21 years ago

Owner: changed from SF/ender to SF/jamieson630

comment:10 by SF/jamieson630, 21 years ago

-F (and the new --fullscreen) have worked since 2003-08-11, per the fix for Bug #779013 (http://sourceforge.net/tracker/index.php? func=detail&aid=779013&group_id=37116&atid=418820). They were documented in the README at that time, and I just committed the additional information for the --help output.

comment:11 by digitall, 5 years ago

Component: --Other--
Note: See TracTickets for help on using tickets.