Donovan Watteau
2f3754d06a
DOCS: MAN: Sync --cdrom description with base/commandLine.cpp usage
...
--cdrom accepts more values than just numbers now.
2022-09-17 12:06:40 +02:00
Donovan Watteau
ae56288e33
DOCS: MAN: Negative numbers must be used for choosing the last --md5-length bytes
2022-09-17 12:06:40 +02:00
Donovan Watteau
14bf80710c
DOCS: MAN: Use a user-configured target in one of the examples
...
So that we don't only mention the built-in gameids (I'm not even sure
that a lot of command-line users know about them?).
Also add a bit more context.
2022-09-17 12:06:40 +02:00
Donovan Watteau
410af0369a
DOCS: MAN: Mention --list-games and --list-targets when introducing built-in gameids and user-configured targets
...
The example was nice, but it was only given for the first case,
leaving you wonder what the second one really meant.
2022-09-17 12:06:40 +02:00
Donovan Watteau
0a14985fcd
DOCS: MAN: Don't mention the Alt-s shortcut being "SDL backend only'
...
It works in OpenGL graphics mode too. Technically, it still relies on
the SDL backend, but end-users care about usage, not code internals.
2022-09-17 12:06:40 +02:00
Donovan Watteau
bcb3a14913
DOCS: MAN: Unify punctuation usage
2022-09-17 12:06:40 +02:00
Donovan Watteau
c1d8e571b9
DOCS: MAN: New sentence new line is the rule for mdoc
...
Also use "available" instead of "enabled", since the latter is more of
a compile-time word, but we're in the usage documentation here.
2022-09-17 12:06:40 +02:00
Donovan Watteau
837fe73c5f
DOCS: MAN: Use more specific words in some technical contexts
2022-09-17 12:06:40 +02:00
Donovan Watteau
73ff7f17fe
DOCS: MAN: Use .Pa macro for /dev/sequencer; mention "some Unix" instead of "*nix"
...
People remembering the `*nix` name probably already know about
/dev/sequencer, so just use a simpler name. Moreover, /dev/sequencer
is only available on some Unix systems, but not all of them, nowadays.
2022-09-17 12:06:40 +02:00
Donovan Watteau
aa5b261b1b
DOCS: MAN: Update the accepted values for stretch mode
...
From backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp.
2022-09-17 12:06:40 +02:00
Donovan Watteau
8e32dc41a7
DOCS: MAN: Document scummvm.ini instead of .scummvmrc
...
$HOME/.scummvmrc is the obsolete value; just document the default one.
2022-09-17 12:06:40 +02:00
Donovan Watteau
1079911b6a
DOCS: MAN: List the SCUMMVM_SAVEPATH environment variable
2022-09-17 12:06:40 +02:00
Donovan Watteau
ee1e8c6429
DOCS: MAN: Just mention docs.scummvm.org and don't mention it twice
2022-09-17 12:06:40 +02:00
Donovan Watteau
bc937ed7ba
DOCS: MAN: ScummVM supports adventure and role-playing games
2022-09-17 12:06:40 +02:00
Avijeet
22308ed4f7
MACVENTURE: Fix window borders
2022-09-04 20:30:02 +02:00
Avijeet
26c3c4f160
MACVENTURE: Invert exit window's color when active
2022-09-04 20:30:02 +02:00
athrxx
eb6a769085
KYRA: (LOK/Mac) - fix talkie version
...
The talkie version was silently killed while we completed the support for the regular Mac version.
Also cleanup all the LOK static resources a bit (remove garbage offsets).
2022-08-13 16:51:22 +02:00
Lars Sundström
8d395fd790
IOS7: Add support for Extended Gamepad controllers
...
Add support for Extended Gamepad controllers. What defines extended
gamepad controllers can be found here:
https://developer.apple.com/documentation/gamecontroller/gcextendedgamepad
Support has been added for controlling the pointer position using the
left thumbstick, left clicks using the A-button and right clicks using
the B-button. Also the Main menu can be accessed using the Home/Menu
button.
The thumbstick values are received when changed, however if holding the
thumbstick in the same position the valueChangedHandler will not be
called. Therefore store the X- and Y-axis values and begin to poll
readings of the stored values for as long as the thumbstick is out of
the center position.
2022-08-08 21:08:56 +01:00
Lars Sundström
db2e15b3f1
IOS7: Factor out touch pointer handling to TouchController class
...
Move touch inputs to a TouchController class to move some logic from the
iPhoneView class. Only do this for touches on screen since connected
trackpads can generate touches as well. The latter ones are of type
UITouchTypeIndirectPointer while touches on screen are of type
UITouchTypeDirect. They are separated thanks to the preference key
UIApplicationSupportsIndirectInputEvents set to YES in Info.plist.
Without the preference above, there is no way to distinguish touches
from screen from a trackpad.
2022-08-08 21:08:56 +01:00
Lars Sundström
4133cf4b9f
IOS7: Add GameController capability
...
Add the GameController framework to the project and enable support for
controller user interaction in the Info.plist file. This allows for
Game Controller compatible devices to notify the application when
connected.
Add GameController framework to configure and ports.mk if not using
Xcode to build the target.
2022-08-08 21:08:56 +01:00
Walter Agazzi
0c7eb8dbcf
ACHIEVEMENTS: Generated description files
2022-08-07 22:50:59 +03:00
Jonathan Gray
1d318e1161
DOCS: MAN: adjust --md5 text for consistency
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
1326643f02
DOCS: MAN: use Cm instead of Cy with no-
...
avoids an anchor in mandoc html output
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
2cd11d3e62
DOCS: MAN: don't list themes as they are dynamic
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
24d61c2482
DOCS: MAN: replace -g example that no longer works
2022-08-02 20:52:03 +02:00
Jonathan Gray
b06ed4d06f
DOCS: MAN: sync language options with language.cpp
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
55c970fa76
DOCS: MAN: sync -opl-driver options with commandLine.cpp
2022-08-02 20:52:03 +02:00
Jonathan Gray
0e4fffc103
DOCS: MAN: sync --render-mode options with gui_options.cpp
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
7601b499b0
DOCS: MAN: wording suggestions from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
f5ba15eeef
DOCS: MAN: 7th guest also has a demo mode
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
d0e6438675
DOCS: MAN: no longer possible to set scaler with -g
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
8e64f6435e
DOCS: MAN: use .Pa instead of .Em for dir name
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
d6e48884df
DOCS: MAN: PCjr also available for agi
...
from Donovan Watteau
2022-08-02 20:52:03 +02:00
Jonathan Gray
9fdcdbd601
DOCS: MAN: sync platform list with platform.cpp g_platforms[]
2022-08-02 20:52:03 +02:00
Jonathan Gray
25548d2485
DOCS: MAN: update document date
2022-08-02 20:52:03 +02:00
Jonathan Gray
e39eb3b677
DOCS: MAN: remove references to README file
...
no longer describes options
replace with links to docs.scummvm.org and scummvm.org
2022-08-02 20:52:03 +02:00
Jonathan Gray
59e66d70b6
DOCS: MAN: mention sndio MIDI option
2022-08-02 20:52:03 +02:00
Jonathan Gray
cdbacc7487
DOCS: MAN: end music driver options with '.'
2022-08-02 20:52:03 +02:00
Jonathan Gray
5c8282e079
DOCS: MAN: sort music driver options
2022-08-02 20:52:03 +02:00
Jonathan Gray
1077694d37
DOCS: MAN: spelling
2022-08-02 20:52:03 +02:00
Jonathan Gray
a48fabcd76
DOCS: MAN: end option sentences in '.'
2022-08-02 20:52:03 +02:00
Jonathan Gray
cfa158d4b0
DOCS: MAN: add more options from scummvm -h
2022-08-02 20:52:03 +02:00
Jonathan Gray
9da491f8c2
DOCS: MAN: remove myself and old email address from AUTHORS
2022-08-02 20:52:03 +02:00
Jonathan Gray
efa0c4d8ec
DOCS: MAN: sort options
2022-08-02 20:52:03 +02:00
Jonathan Gray
5c767f50d4
DOCS: MAN: remove uneeded comment including RCS id
2022-08-02 20:52:03 +02:00
Jonathan Gray
d2d01c214f
DOCS: MAN: use Lk for URL and Pa for file names
2022-08-02 20:52:03 +02:00
Jonathan Gray
a93787c735
DOCS: MAN: use Ar instead of Em for lists of arguments
2022-08-02 20:52:03 +02:00
Jonathan Gray
d8df46dc5c
DOCS: MAN: replace roff escapes with mdoc
2022-08-02 20:52:03 +02:00
Jonathan Gray
98325fd34d
DOCS: MAN: remove uneeded Pp afer Sh
2022-08-02 20:52:03 +02:00
Jonathan Gray
743fab92f5
DOCS: MAN: redo showing both short and long options
...
avoids mandoc warnings of the form
STYLE: no blank before trailing delimiter: Fl n,
2022-08-02 20:52:03 +02:00