Commit Graph

1669 Commits

Author SHA1 Message Date
Rémi Bernon
f6ebb7f506 lsteamclient: Sort classes by their version string.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
430cf3601a vrclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
6451808497 lsteamclient: Filter classes by version before generating.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
3008287221 lsteamclient: Strip interface version suffixes early.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
d1baf2d116 vrclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
7d61cb59ad lsteamclient: Parse SDK versions and ABIs in parallel.
CW-Bug-Id: #22729
2023-12-19 19:42:13 +01:00
Rémi Bernon
d4ac89c481 vrclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
07e1819ebb lsteamclient: Split loading, parsing, and generating steps.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
6f66cf2ffd vrclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
2ac946310c lsteamclient: Introduce a dedicated parsing function.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
bdac7963b3 vrclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
7f722fb6d1 lsteamclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
732ee565b5 vrclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
5fd4f7d72e lsteamclient: Use upper-case global constants.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
ac07abfc26 vrclient: Remove unused imports and duplicate entries.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Rémi Bernon
2cb0c9a2b6 lsteamclient: Remove unused imports and duplicate entries.
CW-Bug-Id: #22729
2023-12-19 19:42:12 +01:00
Bernhard Kölbl
dbca97049d build: Add and build Vosk submodule. 2023-12-19 19:42:12 +01:00
Bernhard Kölbl
40a46dbbb6 build: Add and build Kaldi submodule. 2023-12-19 19:42:12 +01:00
Bernhard Kölbl
5e051512c3 build: Add and build OpenFST submodule. 2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
8e997b1456 Revert ".gitmodules: Use downstream dxvk."
This reverts commit 15854dbb99.
2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
5ce08f259f Bump prefix version to one higher than Proton Stable. 2023-12-19 19:42:12 +01:00
Arkadiusz Hiler
6ab939a36c proton: Make copying d3d12core for vkd3d-proton mandatory. 2023-12-19 19:42:12 +01:00
Andrew Eikum
d9a9410ed2 Handle steampipe quirks in deploy builds 2023-12-19 19:42:12 +01:00
Andrew Eikum
8ac4af3909 Don't ship proton dist files in a tarball anymore 2023-12-19 19:42:12 +01:00
Rémi Bernon
d729306f6c build: Make sure configure uses configure.ac mtime.
Since we moved the rsync into the container, configure dependency on
configure.ac was broken, leading to it not being regenerated until a
second build. This is because timestamps are read by make earlier than
the rsync, which runs after the top-level rules are checked.
2023-12-19 19:36:40 +01:00
Anna Lasky
0a19090d66 proton: Enable AMD AGS for Devil May Cry 5 2023-12-15 18:32:25 +01:00
Arkadiusz Hiler
68cd5ce6a9 update wine 2023-12-12 17:37:56 +02:00
Arkadiusz Hiler
3c44ca59da update vkd3d-proton to v2.11-19-g0e681135 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
5e6fa08ea8 update dxvk-nvapi to v0.6.4-20-g0a7c48b 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
6acc0f9e12 update dxvk to v2.3-21-g1b31aa5d 2023-12-12 17:37:45 +02:00
Esme Povirk
a092df7ec4 Update Wine Mono to 8.1.0. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
0bcc20cbc1 proton: Enable AMDAGS for Japanese versions of RE 2,3,7 and 8. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
0e11c03ca0 .gitmodules: Remove paths for depreated submodules. 2023-12-12 17:37:45 +02:00
Jan200101
e6cd3f8ec3 steam_helper: separate parameters from command when using ShellExecuteW
ShellExecuteW ignores any extra information passed as part of lpFile
resulting in arguments being ignored.

Link: https://github.com/ValveSoftware/Proton/pull/6555
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
ea08ded0ca configure.sh: Remove mentions of --no-proton-sdk. 2023-12-12 17:37:45 +02:00
Nozomi Miyamori
c9f5e8ff47 configure.sh: drop --steam-runtime help text
This commit dropped the help text for --steam-runtime option.
That option is no longer used since the commit bc63dbbf2a.

Link: https://github.com/ValveSoftware/Proton/pull/7114
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
2e817dc4f6 README: Document compile_commands.json. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
90cc4f1075 configure.sh: Add --enable-bear for autotools builds.
With --enable-bear all autotools projects will be built via bear so
compile_commands.json are generated.
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
d78cb3c0da make: Don't copy compile_commands.json over to the build directory sources. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
10f39becdf make: Collect compile_commands.json in $(OBJ)/compile_commands/
All compile_commands.json from the build directories will be copied to
the compile_commands subdirectory adjusting the paths of the source to
point to the real (not the rsynced) one.

NOTE: it still may point to the build dir for things like generated config.h
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
5bd606ee03 Makefile.in: Update Proton SDK image to 0.20230905.59202-0
It has Bear 3.1.1 which is usable with larger projects.
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
21370a78f4 docker: Update base Sniper SDK to 0.20230905.59202 2023-12-12 17:37:45 +02:00
Paul Gofman
8eea1df800 proton: Enable AMD AGS for Injustice 2. 2023-12-12 17:37:45 +02:00
Paul Gofman
c6c9bf0a2a proton: Enable AMD AGS for Mass Effect Legendary Edition. 2023-12-12 17:37:45 +02:00
Timo Gurr
fb588c5389 proton: Enable amdags for The Last of Us Part I
WINEDLLOVERRIDES="amd_ags_x64=b" was required before to fix:

* outdated graphics driver warning on game start
* wrong vram reported in options
* delayed texture loading

https://github.com/ValveSoftware/Proton/issues/6653
2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
99009e774c proton: Enable nvapi for Satisfactory. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
0ab1dd2e70 proton: Enable AMD AGS for Hogwarts Legacy. 2023-12-12 17:37:45 +02:00
Arkadiusz Hiler
f3326b23c1 proton: Enable dxvk-nvapi for Hogwarts Legacy. 2023-12-12 17:37:45 +02:00
Joshua Ashton
8d989fdd46 proton: Enable dxvknvapi for Resident Evil 7 Biohazard (418370)
Needed for HDR support.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
4eb7119320 proton: Enable amdags for Resident Evil 7 Biohazard (418370)
Needed for HDR support.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00