2100 Commits

Author SHA1 Message Date
Rémi Bernon
abb2ac58d9 vrclient: Use wide string literals.
CW-Bug-Id: #24510
2025-04-24 18:03:12 +03:00
Rémi Bernon
62e8cde35a steam_helper: Remove now unnecessary OpenVR path conversion.
CW-Bug-Id: #24510
2025-04-24 18:03:12 +03:00
Rémi Bernon
175f5f6aa4 vrclient: Remove unused variable. 2025-04-24 18:03:12 +03:00
Rémi Bernon
984fb5c1cc steam_helper: Remove unused functions and variables.
CW-Bug-Id: #24510
2025-04-24 18:03:12 +03:00
Rémi Bernon
cdda87fe88 proton: Setup openvrpaths.vrpath.
CW-Bug-Id: #24510
2025-04-24 18:03:11 +03:00
Rémi Bernon
6990bd8e88 make: Use the host architecture for build time tools. 2025-04-24 18:03:11 +03:00
Rémi Bernon
99660553f4 make: Use a single arch to build wine tools. 2025-04-24 18:03:11 +03:00
Rémi Bernon
0dc3217e02 make: Add support for arbitrary archs / cross archs selection. 2025-04-24 18:03:11 +03:00
Rémi Bernon
acc431b93c make: Reduce and simplify the use of CFLAGS / LDFLAGS. 2025-04-24 18:03:11 +03:00
Rémi Bernon
b33c6a4ec0 make: Pass target os instead of inconsistent CROSS. 2025-04-24 18:03:11 +03:00
Rémi Bernon
c8c66cc457 make: Use arch names instead of 32/64 suffixes. 2025-04-24 18:03:11 +03:00
Billy Laws
eebc8245fd make: Specify per-arch cross CFLAGS when building wine
Unlike passing CROSSCFLAGS, this works when multiple PE archs are built
for a single host wine arch with --enable-archs.
2025-04-24 18:02:51 +03:00
Rémi Bernon
0c6b70a50b make: Always use a cross file for meson builds. 2025-04-24 18:02:51 +03:00
Rémi Bernon
82b173490c make: Use prefixes for archs in variables. 2025-04-24 18:02:51 +03:00
Rémi Bernon
ead580b59e make: Use a more consistent rules arg variables names. 2025-04-24 18:02:51 +03:00
Billy Laws
d5b3f1a376 make: Use correct per-arch flags in the makedep cross config 2025-04-24 18:02:51 +03:00
Rémi Bernon
ccbdf8df30 make: Introduce an OBJCOPY_FLAGS variable. 2025-04-24 18:02:51 +03:00
Rémi Bernon
bad2c9268e make: Remove now less necessary -Wl,--file-alignment,4096.
Everything we really care about uses it already, and it won't work with
llvm-mingw toolchain.
2025-04-24 18:02:51 +03:00
Rémi Bernon
cc6cd89eac proton: Install DLLs and libraries to arch specific directories.
Based on a patch from Billy Laws.
2025-04-24 18:02:51 +03:00
Rémi Bernon
59068ee39f make: Move vkd3d libraries to where they should be after build. 2025-04-24 17:58:12 +03:00
Rémi Bernon
217c613cc7 make: Generate dxvk / nvapi / vkd3d-proton version in post-source. 2025-04-24 17:58:12 +03:00
Arkadiusz Hiler
411d09e9d2 proton: Bump CURRENT_PREFIX_VERSION. 2025-04-24 17:58:12 +03:00
Rémi Bernon
da0ee5ddbd make: Fix protonsdk_version initialization. 2025-04-24 17:58:12 +03:00
Billy Laws
42f2d563a4 steamclient: Call Windows vtable callbacks with the correct arg count
The x86 Windows ABI pushes all arguments onto the stack in the caller
and expects the callee to clean them up. The mismatch in parameter
counts thus causes the stack to be offset after calling these
callbacks leading to a crash.
2025-04-24 17:58:12 +03:00
Billy Laws
454533f7e3 vrclient: Mark VRClientCoreFactory, HmdSystemFactory as stdcall. 2025-04-24 17:58:12 +03:00
Arkadiusz Hiler
bd8b11463c .gitmodules: Switch vkd3d to winehq upstream. 2025-04-24 17:58:12 +03:00
Shaun Ren
33bf4e8317 steam_helper: Place Proton Voice Files path into PROTON_VOICE_FILES.
Used by the protontts DLL for speech synthesis.

CW-Bug-Id: #18723
CW-Bug-Id: #20918
CW-Bug-Id: #21959
CW-Bug-Id: #22520
CW-Bug-Id: #22894
2025-04-24 17:58:12 +03:00
Shaun Ren
4b31b17588 build: Add and build piper submodule.
CW-Bug-Id: #18723
CW-Bug-Id: #20918
CW-Bug-Id: #21959
CW-Bug-Id: #22520
CW-Bug-Id: #22894
2025-04-24 17:58:12 +03:00
Arkadiusz Hiler
82eb00515f compatibilitytool.vdf: Make sure internal tool name includes 'proton'.
This matters for builds dropped into compatibilitytools.d/. Steam uses
the internal tool name to detect it's Proton and alters some behavior
regarding how cloud saves work.

Not including Proton in the name may lead to confusing behavior
regarding saves where they are present on some builds but vanish on the
other, only to reappear when switching back.
2025-04-24 17:58:12 +03:00
Arkadiusz Hiler
5c3d790afd update submodules 2025-04-24 17:58:12 +03:00
Rémi Bernon
13298c5f7b build: Update requests generated file list.
server/trace.c and server/request.h aren't generated anymore.
2025-04-24 17:58:12 +03:00
Paul Gofman
61eefe67ca wineopenxr: Don't use WINAPI with vk callback functions. 2025-04-24 17:58:12 +03:00
Paul Gofman
12ea9f4700 wineopenxr: Fix native Vk functions prototyping for Wine 10. 2025-04-24 17:58:12 +03:00
Paul Gofman
e4fa0172f7 vrclient: Substitute Win32 extensions in GetVulkanDeviceExtensionsRequired().
CW-Bug-Id: #24553
2025-04-24 17:58:12 +03:00
Paul Gofman
8839d1e1f9 vrclient: Factor out get_vulkan_extensions_required().
CW-Bug-Id: #24553
2025-04-24 17:58:11 +03:00
Paul Gofman
1d3eb108be vrclient: Remove FIXME for Vulkan textures in set_skybox_override_init().
Nothing needs to be done with those on the PE side.

CW-Bug-Id: #24553
2025-04-24 17:58:11 +03:00
Rémi Bernon
c16af73048 build: Add ffmpeg dependency to wine. 2025-04-24 17:58:11 +03:00
Rémi Bernon
149a60e3d1 build: Set XDG_CACHE_HOME for make_vulkan. 2025-04-24 17:58:11 +03:00
Paul Gofman
cd779fbcca Makefile.in: Mind auto generated server/request_handlers.h. 2025-04-24 17:58:11 +03:00
Arkadiusz Hiler
8fa7fe7b69 Makefile.in: Copy vulkan_driver.h to wine's build src dir. 2025-04-24 17:58:11 +03:00
Arkadiusz Hiler
b7af1658e0 Makefile.in: Use video.xml bundled with wine. 2025-04-24 17:58:11 +03:00
Arkadiusz Hiler
1dc6090d51 Update Wine Mono to 9.4.0. 2025-03-24 10:46:07 +02:00
Arkadiusz Hiler
a62e072e94 lsteamclient: Generate SteamWorks SDK 1.62 support. proton-9.0-4e 2025-03-20 18:48:22 +02:00
Arkadiusz Hiler
b94b664f79 configure.sh: Detect non-silenced podman-docker. 2025-03-20 18:47:59 +02:00
Anna Lasky
8936896659 proton: Enable gamedrive compat option for Supermarket Together.
CW-Bug-Id: #24929
2025-02-25 14:40:18 -06:00
Anna Lasky
03ed6a381e proton: Enable gamedrive compat option for The Sims 2 Legacy Collection.
CW-Bug-Id: #24713
2025-01-31 10:56:55 -06:00
Arkadiusz Hiler
f1933d3f9c update wine proton-9.0-4d 2025-01-29 23:18:52 +02:00
Arkadiusz Hiler
5b723fb5f4 lsteamclient: Generate SteamWorks SDK 1.61 support. 2025-01-29 23:01:30 +02:00
Anna Lasky
2c7c15ca0b proton: Enable gamedrive compat option for Stronghold: Definitive
Edition.

CW-Bug-Id: #24765
2025-01-23 16:05:49 -06:00
Anna Lasky
6ada748972 proton: Enable gamedrive compat option for more games.
Added gamedrive for both Stronghold Crusader:Definitive Edition and Stronghold Crusader:
Definitive Edition demo.

CW-Bug-ID: #24728
2025-01-21 12:27:38 -06:00