Alexander Tkachov
b4dd48f395
CLOUD: Add new flow (WIP)
...
- allow OPTIONS HTTP method to be handled by local webserver;
- add /connect_cloud endpoint;
- add new DropboxStorage constructor that works with JSON response instead of requesting that via shortcode;
- add CloudManager::connectStorage() overload for this new JSON flow.
/connect_cloud endpoint allows cross-origin request (via CORS HTTP headers) from cloud.scummvm.org, so user's browser sends the JSON response directly to ScummVM app, instead of the app requesting that response from the site.
This commit is WIP, introducing a new constructor for Dropbox only, and not changing the GUI part at all.
2023-04-08 16:20:11 +02:00
Little Cat
1cf1f302ad
BACKENDS: LIBCURL: URL Parsing.
2023-03-06 00:07:13 +01:00
Little Cat
f42930ba66
BACKENDS: CURL: Ability to create raw sockets.
...
This can be used to create custom protocols with an SDL_net like
interface while being able to connect to SSL/TLS servers.
2023-03-06 00:07:13 +01:00
Little Cat
c16244a23a
BACKENDS: ENET: Compile stable 1.3.17 source.
2023-03-06 00:07:13 +01:00
Little Cat
64200c8643
BACKENDS: ENET: Raw UDP socket creation.
2023-03-06 00:07:13 +01:00
Little Cat
129b56cd3e
BACKENDS: ENET: Host creation.
2023-03-06 00:07:13 +01:00
Little Cat
68425432ab
BACKENDS: ENET: Preliminary ENet backend.
2023-03-06 00:07:13 +01:00
Miro Kropacek
276cf354bf
BACKENDS: ATARI: Separate AtariEventSource from OSystem_Atari
2023-03-04 23:38:42 +01:00
Miro Kropacek
4d21a496d2
BACKENDS: ATARI: Add new backend (graphics, mixer, platform)
...
Compile as:
./configure --backend=atari --host=m68k-atari-mint --enable-release --disable-mt32emu --disable-lua --disable-nuked-opl --disable-16bit --disable-scalers --disable-translation --disable-eventrecorder --disable-tts --disable-bink --opengl-mode=none --enable-verbose-build --prefix=/usr --bindir=/ --datarootdir=share --datadir=data && make -j 16 && m68k-atari-mint-flags -S -r ./scummvm && make install DESTDIR=$PWD/_release/ && mv $PWD/_release/scummvm $PWD/_release/scummvm.ttp
2023-03-04 23:38:42 +01:00
Cameron Cawley
8adcc29df9
RISCOS: Use double buffering in full screen mode when V-sync is enabled
2023-02-19 21:27:45 +00:00
Vladimir Serbinenko
31071d7938
CONFIGURE: Support for kolibri OS
2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
4bcd4671ab
KOLIBRI: Add kolibrios backend
2023-02-05 22:55:40 +01:00
Le Philousophe
ca1dbfc9d6
ANDROID: Add SAF support
2023-01-20 14:14:03 +01:00
Vladimir Serbinenko
576b2be0cb
SDL: Workaround for broken SDL on Miyoo Mini
2023-01-18 00:51:38 +03:00
Vladimir Serbinenko
1bc4fe5279
SDL: Move RS90-specific code to opendingux directory
2023-01-17 13:48:50 +03:00
Vladimir Serbinenko
3701325b0e
OPENDINGUX: Don't add posix files twice
...
They are already added by POSIX conditional as OpenDingux is POSIX compliant
(Linux-based). Adding it twice confuses some linkers.
2023-01-12 10:27:20 +03:00
Johannes Schickel
9f3249286f
BACKENDS: OPENGL: Initial WIP import for shader support
2022-10-08 23:39:18 +02:00
Le Philousophe
2a84d3e988
VITA: Add plugins support
2022-08-07 18:15:09 +02:00
Cameron Cawley
863988fee4
OPENGL: Add proper error checking to the Shader class
2022-06-29 22:37:38 +01:00
Le Philousophe
4ab044a254
OPENGL: Merge both OpenGL contexts
2022-06-26 18:32:10 +02:00
Cameron Cawley
dd72e0e488
RISCOS: Add a native MIDI driver
2022-06-20 23:33:42 +01:00
Le Philousophe
02808a019a
RISCOS: Add an ELF plugin provider
...
This will allow do dynamically load plugins and not be limited by
24-bits relocations
2022-06-17 21:31:04 +02:00
Donovan Watteau
4672ba71dd
PLUGINS: Let macOS use its resource bundle as a valid plugin directory
2022-05-22 23:42:45 +01:00
Paweł Kołodziejski
e87773484c
BACKENDS: Add guard for SDL backend code under USE_OPENGL flag
2022-03-04 18:02:29 +01:00
Le Philousophe
9f84198643
ANDROIDSDL: Remove deprecated port
2022-02-06 21:34:08 +01:00
Le Philousophe
6fbd4a3abc
ANDROID3D: Remove deprecated backend
2022-02-05 21:50:00 +01:00
Le Philousophe
f11295edda
GRAPHICS3D: Don't build opengl stuff when it's not needed
2022-01-18 16:49:03 +01:00
Paweł Kołodziejski
e291436b54
ANDROID: Attempt to fix Android linking
2022-01-10 03:08:57 +01:00
Paweł Kołodziejski
3dd3e76bc2
BACKENDS3D: Shader code files shouldn't be moved
2022-01-10 02:38:44 +01:00
Paweł Kołodziejski
d1d77f887e
BACKENDS3D: Moved Surfaces and Texture specific backend code to backends
2022-01-10 01:21:49 +01:00
Le Philousophe
e4390abd86
ANDROID: Introduce back the touch controls for 3D
2021-11-29 00:04:45 +01:00
Le Philousophe
5d56c1cdf0
ANDROID: Merge 3D graphics backend
...
Move each graphic part in backends/graphics and backends/graphics3d
2021-11-29 00:04:45 +01:00
Eugene Sandulenko
cf1b6c5eb6
BACKENDS: NETWORKING: Add session.cpp to compilation
2021-11-18 22:38:42 +01:00
Cameron Cawley
5022489277
BACKENDS: Refactor the API for creating Mutexes
2021-11-12 20:19:45 +01:00
Christophe Branchereau
849d05b5e2
OPENDINGUX: Add support for Opendingux Beta
...
OD Beta is a mips linux OS based on buildroot, that runs on ingenic gaming handhelds
like the gcw0, rg350 and many more.
There was a previous GCW0 port, that was running on legacy opendingux, but that
OS is not maintained since 2014 and has an outdated kernel and toolchain.
Od Beta on the other hand, runs with linux 5.15, has a GCC 10 toolchain and
an active developpment community.
This adds support for 3 flavors :
gcw0 that runs on all jz4770 cpus
lepus that runs on all jz4760 cpus
rg99 which is a jz4725 device
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com >
2021-11-01 17:39:26 +01:00
Cameron Cawley
c4699cb280
SDL: Move getDisplayDpiFromSdl and getDpiScalingFactor into the SdlWindow class
2021-08-14 19:09:33 +01:00
Thierry Crozat
4ad54446f8
SDL: Get accurate HiDPI scaling on macOS
...
This fixes incorrect scaling on some non-retina screens that were
detected as HiDPI.
2021-08-13 21:41:33 +01:00
Cameron Cawley
d33487f641
SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager
2021-04-17 20:32:27 +02:00
rsn8887
044ea0b60e
VITA: Use regular SDL2 graphics code, fixes crash with latest SDK
2021-04-11 19:56:34 -05:00
Le Philousophe
584f82d895
GPH/DINGUX: Fix build
...
Downscaling code has been removed
2021-03-16 08:33:44 +01:00
BeWorld
4287f2ca9a
MORPHOS: fix module.mk
...
fix mistake of file name
2021-02-26 19:13:44 +01:00
BeWorld
134df1e746
MORPHOS: Added CAMD MIDI driver support
...
Merge with AmigaOS4 camd.cpp
2021-02-21 15:44:44 +00:00
Cameron Cawley
8b55134547
DS: Re-add audio support using MaxMod
2021-02-04 01:59:14 +01:00
Cameron Cawley
438c2d8714
DS: Rewrite event handling
2021-02-04 01:59:14 +01:00
Cameron Cawley
8c9eb8edc8
DS: List all available devices in the file browser
2021-02-04 01:59:14 +01:00
Cameron Cawley
28086f4f8a
DS: Replace outdated filesystem code
2021-02-04 01:59:14 +01:00
Alexander Tkachov
8c16575035
CLOUD: Update Dropbox to use refresh_token
...
Dropbox is switching to short-lived access_token OAuth. This commit adapts Cloud::DropboxStorage to use refresh_token similarly to how other Storages do: by introducing a DropboxTokenRefresher.
It is used instead of plain CurlJsonRequest. It just checks if received JSON has access_token-related error and tries to refresh it, then repeats the original request transparently for the caller. If no such errors found, it just passes the info to the caller.
2021-02-04 01:57:48 +01:00
Hubert Maier
e19d4e197b
AMIGAOS: Keep platform name continuity ( #2643 )
2020-11-26 15:10:01 +01:00
Hubert Maier
d17b1fdc66
AMIGAOS: Add dialogs.h file to module.mk
2020-11-23 19:18:46 +01:00
Cameron Cawley
128b20634f
IOS7: Fix compilation with Xcode
2020-11-09 19:12:33 +00:00