Commit Graph

2234 Commits

Author SHA1 Message Date
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
Jonathan Gray
ffe516a416 DOCS: MAN: new sentence new line 2022-08-02 20:52:03 +02:00
Lothar Serra Mari
82e76f076c DISTS: Update Sparkle AppCast file for 2.6.0 2022-07-26 13:56:37 +02:00
Orgad Shaneh
1d72638473 DISTS: WIN32: Add .gitattributes for iss file
Force CRLF and set worktree encoding.

This lets Git store the file as UTF-8 text, easier for diffs/reviews,
and with LF line-endings, while the worktree copy has the right
attributes.
2022-07-18 19:32:56 +02:00
Lothar Serra Mari
44e716a481 DISTS: WIN32: Sync Inno Setup file with porter's current setup
This includes some changes I made for the official ScummVM builds starting
with 2.2.0 that have not yet been backported. Usually, the Inno Setup
script cannot be used completely as-is depending on the libraries
used (e.g. static via dynamic), so this is mainly for reference.

NOTE: Please note that the .iss files have a 'weird' encoding, so
in order to keep all the special characters, it should only be
modified with the official Inno Setup tools.
2022-07-17 08:39:42 +02:00
Lothar Serra Mari
e93cad7ce6 DISTS: WIN32: Specify release date for 2.6.0 2022-07-16 22:51:37 +02:00
Cameron Cawley
80f90a15a5 RISCOS: Use makerun to calculate the wimpslot 2022-07-08 22:07:32 +01:00
athrxx
e6f9baf8a3 KYRA: regenerate kyra.dat 2022-06-26 11:30:43 +02:00
Le Philousophe
57e27dcf12 ANDROID: Let user customize its preferred touch modes
There are 3 settings: in menus, in 2D games, in 3D games
2022-06-14 00:08:04 +03:00
athrxx
b5079ca5c7 COMMON: add Korean Johab string encoding 2022-06-13 19:38:47 +02:00
Christian Kündig
9bf564b54a EMSCRIPTEN: Remove patches from this repo 2022-06-12 14:34:13 +02:00
Christian Kündig
2be18776b8 EMSCRIPTEN: Clean up patches and update readme 2022-06-12 14:34:13 +02:00
Christian Kündig
319f178ede EMSCRIPTEN: Automatically bundle icons from scummvm/scummvm-icons repository 2022-06-12 14:34:13 +02:00
Christian Kündig
bc3679e928 EMSCRIPTEN: Major build improvements
- Updated Emscripten to version 3.1.8 (+ additional patches)
- Support for dynamic plugins
- Adding ScummvmFS with support for HTTP Range Requests for game data
- Automated games/demos bundling and ini config generation during build
- Allow passing CLI arguments via fragment identifier of the website (i.e. scummvm.html#—debuglevel=9 )
- UI improvements with nicer status messages, splash screen + favicon
- Fixed HiDPI handling and responsiveness
- Bugfix: Don't crash if gamepad support isn't available
2022-06-12 14:34:13 +02:00
Paweł Kołodziejski
167724850d
DISTS: Corrected project name in header 2022-06-09 07:42:41 +02:00
athrxx
ae62ce361d KYRA: regenerate kyra.dat 2022-06-09 00:51:33 +02:00
antoniou79
05b682fdc3 ANDROID: New versionCodes 89-93 for 2.7.0
Skipped 3 batches of codes as reserved for possible beta testing or bug fix 2.6.x releases
2022-06-05 22:54:51 +03:00