2291 Commits

Author SHA1 Message Date
Paul Gofman
b6f218b8ff lsteamclient: Wrap callbacks in SteamNetworkingConfigValue_t.
CW-Bug-Id: #25554
2025-07-17 18:14:17 +03:00
Paul Gofman
8158555508 lsteamclient: Make functions which take array of SteamNetworkingConfigValue_t manual.
CW-Bug-Id: #25554
2025-07-17 18:14:17 +03:00
Paul Gofman
31eeefb8b1 lsteamclient: Factor out wrap_callback_cdecl().
CW-Bug-Id: #25554
2025-07-17 18:14:17 +03:00
Paul Gofman
5d7d50cd6c lsteamclient: Support SteamNetworkingFakeIPResult in ISteamNetworkingUtils_SetConfigValue().
CW-Bug-Id: #25554
2025-07-17 18:14:17 +03:00
Anna Lasky
f13ae91ed4 Revert "proton: Disable nvapi for Digseum."
This reverts commit 036b17d2dc00528f1fd5d1fce32c869ed46a081e.
2025-07-17 18:14:17 +03:00
Anna Lasky
43965f3254 proton: Disable nvapi for Digseum.
CW-Bug-Id: #25564
2025-07-17 18:14:17 +03:00
Paul Gofman
c8dc68d75a proton: Copy ucrtbase.dll instead of symlinking.
CW-Bug-Id: #25520
2025-07-17 18:14:17 +03:00
Rémi Bernon
36c67faa70 proton: Enable the new SDL 2.30 Steam Input integration.
CW-Bug-Id: #23185
2025-07-17 18:13:36 +03:00
Rémi Bernon
27120315f3 proton: Reset the SteamVirtualGamepadInfo environment variable.
To keep SDL 2.30 old behavior until we start supporting it.

CW-Bug-Id: #23185
2025-07-17 18:13:36 +03:00
Arkadiusz Hiler
8ee304d7e3 Bump prefix version to higher than Proton Stable. 2025-07-17 18:13:36 +03:00
Bernhard Kölbl
162cba7763 build: Add and build Vosk submodule. 2025-07-17 18:13:36 +03:00
Bernhard Kölbl
87750d0cfe build: Add and build Kaldi submodule. 2025-07-17 18:13:36 +03:00
Bernhard Kölbl
5a9e7bab28 build: Add and build OpenFST submodule. 2025-07-17 18:13:36 +03:00
Paul Gofman
d77a5fe2b2 make: Build Battleye bridge using makedep rules.
CW-Bug-Id: #25631
2025-07-17 18:13:00 +03:00
Esme Povirk
54c06cf938 proton: Disable Xalia for Wuthering Waves.
CW-Bug-Id: #25642
2025-07-11 09:48:12 +03:00
Arkadiusz Hiler
c31a62ea60 update wine 2025-07-03 18:32:59 +03:00
Esme Povirk
31bc87acaa xalia-fixups.gudl: Ignore winforms applications.
CW-Bug-ID: #25607
2025-07-03 16:32:33 +03:00
Arkadiusz Hiler
707c83d5f5 proton: Enable gamedrive for The First Berserker: Khazan.
CW-Bug-Id: #25581
2025-06-19 22:44:58 +03:00
Esme Povirk
5d42dc3b88 xalia: Rockstar Games Installer supports gamepads.
CW-Bug-Id: #25575.
2025-06-18 19:48:39 +00:00
Arkadiusz Hiler
01cd85380f update wine 2025-06-18 18:07:10 +03:00
Arkadiusz Hiler
fe8e68c229 update dxvk-nvapi to v0.9.0-8-g5fa4b3c7cddc 2025-06-18 17:58:12 +03:00
Arkadiusz Hiler
e5c90807fb update dxvk to v2.6.2-1-g08870ab62b36 2025-06-18 17:58:12 +03:00
Arkadiusz Hiler
313e6d6994 update vkd3d-proton to v2.14.1-286-g2b766f7639cf 2025-06-18 17:58:12 +03:00
Arkadiusz Hiler
9be1efb353 update vkd3d to vkd3d-1.16-194-g7c0da1747a89 2025-06-18 17:58:12 +03:00
Esme Povirk
e9e2a13362 Update Xalia to 0.4.6. 2025-06-18 17:58:12 +03:00
Tyson Whitehead
e4a553d74e configure.sh: Fix default build-name
Have to put setting environment variable on its own line as
otherwise it just just sets that value for that one line.

Link: https://github.com/ValveSoftware/Proton/pull/8747
2025-06-12 09:06:45 +03:00
Arkadiusz Hiler
13a2abfac3 make/rules-common.mk: Specify CMAKE_PREFIX_PATH for cmake-only deps resolution.
It used to work due to cmake's convoluted dependency resolution rules
taking into account $PATH. Since it's now set a bit differently we have
to explicitly point it to dependency directories.
2025-06-12 09:05:59 +03:00
Arkadiusz Hiler
91117adc25 make/rules-configure.mk: Run autoreconf if configure is not provided. 2025-06-12 09:05:59 +03:00
Arkadiusz Hiler
0bb73a27d5 Makefile.in: Isolate ffmpeg-specific configure flags. 2025-06-12 09:05:59 +03:00
Arkadiusz Hiler
a33cdcd45c docker: Update SDK base and install libjson-perl. 2025-06-12 09:05:59 +03:00
Rémi Bernon
136811787c proton: Disable winebth.sys.
CW-Bug-Id: #25530
2025-06-11 21:46:26 +02:00
Paul Gofman
f838d8bc8f lsteamclient: Call execute_pending_callbacks() after ISteamMatchMakingServers::CancelQuery().
CW-Bug-Id: #25532
2025-06-11 22:24:23 +03:00
Paul Gofman
fcd4f8b69f lsteamclient: Make ISteamMatchMakingServers::CancelQuery() manual on the PE side.
CW-Bug-Id: #25532
2025-06-11 22:24:23 +03:00
Paul Gofman
a90a1ec010 lsteamclient: Handle NULL pRequestServersResponse in ISteamMatchmakingServers.
CW-Bug-Id: #25488
2025-06-11 22:24:23 +03:00
Paul Gofman
19453604d8 wineopenxr: Set __WINE_OPENXR_VK_DEVICE_EXTENSIONS in wine_openxr_init_once().
CW-Bug-Id: #25451
2025-06-11 22:24:23 +03:00
Paul Gofman
831ca5a645 wineopenxr: Get real host extensions in get_extensions().
CW-Bug-Id: #25451
2025-06-11 22:24:23 +03:00
Paul Gofman
6ef3fa672e wineopenxr: Handle Vulkan device extension substitution on the PE side.
CW-Bug-Id: #25451
2025-06-11 22:24:23 +03:00
Paul Gofman
f667d3c3bd wineopenxr: Make manual loader thunk for xrGetVulkanDeviceExtensionsKHR().
CW-Bug-Id: #25451
2025-06-11 22:24:23 +03:00
Arkadiusz Hiler
77855c0129 lsteamclient: Don't return status from steamclient_init_registry().
It's not used for anything anyway. Trying to use unix call's return
value just makes it hard to assert on actual errors like exceptions.
2025-06-11 22:24:23 +03:00
Paul Gofman
f7a80e50cc proton: Disable builtin opencl by default.
CW-Bug-Id: #25276
2025-06-11 22:24:23 +03:00
Paul Gofman
be315ed808 wineopenxr: Update to 1.1.47 registry version.
CW-Bug-Id: #25198
2025-06-11 22:24:23 +03:00
Aaron Leiby
b39936f911 wineopenxr: Initialize pNext when calling xrEnumerateSwapchainImages.
CW-Bug-Id: #25198
2025-06-11 22:24:23 +03:00
Billy Laws
eaa96cd216 wineopenxr: PE split.
CW-Bug-Id: #25198
2025-06-11 22:24:23 +03:00
Billy Laws
b232d2e1e2 makedep: Only apply makedep LDFLAGS to unix-side code.
CW-Bug-Id: #25198
2025-06-11 22:24:23 +03:00
Paul Gofman
003d6aa844 vrclient: Fix exported functions definition in spec file. 2025-06-11 22:24:23 +03:00
Paul Gofman
3f51c9f97d Revert "vrclient: Mark VRClientCoreFactory, HmdSystemFactory as stdcall."
This reverts commit 454533f7e3964a25e787ef8910a81244a686d0f0.
2025-06-11 22:24:23 +03:00
Paul Gofman
1a486e2d10 vrclient: Validate exact size for InputSkeletalActionData_t.
CW-Bug-Id: #25461
2025-06-11 22:24:23 +03:00
Paul Gofman
91ea4eda70 vrclient: Report VK_WINE_openvr_device_extensions in IVRCompositor_GetVulkanDeviceExtensionsRequired().
CW-Bug-Id: #24553
2025-06-11 22:24:23 +03:00
Paul Gofman
c304a78bce vrclient: Read Vulkan instance extensions from registry in load_vrclient().
CW-Bug-Id: #24553
CW-Bug-Id: #24891
2025-06-11 22:24:23 +03:00
Paul Gofman
9fe4f5b7e9 vrclient: Update to SDK v2.5.1. 2025-06-11 22:24:23 +03:00