Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-10Update wine.HEADproton-7.0-4proton_7.0Arkadiusz Hiler
2022-08-10Update dxvk to v1.10.3.Arkadiusz Hiler
2022-08-10Update vkd3d-proton to v2.6-1-gc05900da.Arkadiusz Hiler
2022-08-10Update vkd3d submodule.Giovanni Mascellani
CW-Bug-Id: #20349 CW-Bug-Id: #21016
2022-08-10gecko: Update version to 2.47.3.Jacek Caban
CW-Bug-Id: #20775
2022-08-10proton: Add PROTON_NO_STEAM_FFMPEG to ignore ffmpeg that ships with Steam.Arkadiusz Hiler
CW-Bug-Id: #20923
2022-08-10proton: Add Warframe to OPWR disablement list.Paul Gofman
CW-Bug-Id: #20944 The game's launcher starts hitting unimplemented d3dcompiler bits with OPWR supported.
2022-08-10proton: Add WINE_DISABLE_VULKAN_OPWR hack appid list.Paul Gofman
CW-Bug-Id: #20680
2022-08-10vrclient: Use PROTON_VR_RUNTIME from registry if env var is not there.Paul Gofman
CW-Bug-Id: #21036
2022-08-10steam_helper: Also store PROTON_VR_RUNTIME in registry.Paul Gofman
CW-Bug-Id: #21036
2022-08-10lsteamclient: Wrap SteamAPIWarningMessageHook_t callback.Paul Gofman
CW-Bug-Id: #20813
2022-08-10proton: Add dotnetfx35setup.exe builtin override.Paul Gofman
CW-Bug-Id: #20733
2022-08-10toolmanifest: Specify the compatmanager layer nameArkadiusz Hiler
Link: https://github.com/ValveSoftware/Proton/pull/5891
2022-08-10proton: Allow forwarding commands into the Proton environmentSimon McVittie
Recent versions of the Steam Runtime include an IPC server/client pair which can be used to run commands inside the container environment (or any other special execution environment), analogous to sshd/ssh or flatpak-portal/flatpak-spawn. The server runs inside the Steam Runtime container and accepts commands over D-Bus; the client runs on the host system, asks the server to run a command, and forwards its stdin, stdout and stderr back to the host. https://gitlab.steamos.cloud/steamrt/steamlinuxruntime/-/merge_requests/72 adds support for injecting commands into the SteamLinuxRuntime_soldier compatibility tool (and any later version, such as sniper). However, Steam compatibility tools are stackable: in particular, Proton runs in a soldier container (or presumably sniper in future). If we are debugging a Proton game, then ideally we will want to inject commands into Proton's execution environment rather than soldier's, so that they run with the correct environment variables etc. to communicate with a running Proton session. In particular, it's important that the `WINEPREFIX` is correct. The steam-runtime-launcher-interface-0 program implements the interface for compatibility tools to use to decide where, if anywhere, to launch the command server. This commit does not alter the scripts produced by PROTON_DUMP_DEBUG_COMMANDS. To run those scripts' commands in the container environment, pass their filenames to steam-runtime-launch-client. Signed-off-by: Simon McVittie <smcv@collabora.com> Link: https://github.com/ValveSoftware/Proton/pull/5891
2022-08-10proton: Add Greak: Memories of Azur to MFDXGI hack.Arkadiusz Hiler
CW-Bug-Id: #19126
2022-08-10proton: Add Terra Nil Demo to MFDXGI hack.Newbyte
CW-Bug-Id: #19126 Link: https://github.com/ValveSoftware/Proton/pull/5907 Works around main menu background video being corrupted.
2022-08-10proton: Add Lost Ember to MFDXGI hack.Paul Gofman
CW-Bug-Id: #21097
2022-08-10proton: Remove games from MFDXGI hackAnna Lasky
This removes games that we believe are fixed by the initial improved implementation of the mfdxgidevicemanager - specifically games with graphical distortion during video playback. CW-Bug-ID: #19126
2022-08-03proton: Add POSTAL: Brain Damaged to MFDXGI hackBitwolf
CW-Bug-Id: #19126 Link: https://github.com/ValveSoftware/Proton/pull/5899
2022-08-03lsteamclient: Also don't cache interfaces with vtable allocated from ↵Paul Gofman
steamclient.dll. CW-Bug-Id: #20909
2022-08-03lsteamclient: Place vtables for some interfaces in native steamclient.dll data.Paul Gofman
CW-Bug-Id: #20869
2022-08-03lsteamclient: Assume manual wrappers are needed for newer revisions of the ↵Arkadiusz Hiler
interfaces.
2022-08-03steam_helper: Respect VR_OVERRIDE envvarSupreeeme
Link: https://github.com/ValveSoftware/Proton/pull/5922
2022-08-03proton: Make reflinks for file copies when possible.Esme Povirk
CW-Bug-Id: #18633
2022-08-03Use GitHub mirrors for gstreamer rust repos.Arkadiusz Hiler
Those are the original repos that were later moved to freedesktop.org. The author recently started updating them as mirrors. Freedesktop.org goes down much more often than GitHub and we fetch everything else from GitHub anyway. It's better to depend on fewer hosting services to have fewer interruptions.
2022-08-03README.md: Add a section on debugging.Arkadiusz Hiler
2022-08-03README.md: Add a section on debug builds.Arkadiusz Hiler
2022-08-03Fix typos in documentationluz paz
Fix various typos in docs/ and docker/ sub-folders
2022-08-03configure.sh: Use SDK 0.20220601.0-0Andrew Eikum
2022-06-13Enable MP3 decoding pluginsAndrew Eikum
Required for games that play MP3 via MF, like "Let's Build a Zoo." CW-Bug-Id: #20803
2022-06-13Makefile.in: Fix build with recent mesonAndrew Eikum
It errors out on unknown options.
2022-06-13lsteamclient: Fix the order of arguments in ↵proton-7.0-3Arkadiusz Hiler
steamclient_isteaminput_getglyph_png().
2022-06-10lsteamclient: Wrap EnableActionEventCallbacks's callback also for SteamInput006.Arkadiusz Hiler
2022-06-10lsteamclient: Make helpers for EnableActionEventCallbacks reusable.Arkadiusz Hiler
2022-06-10lsteamclient: Fixup paths for GetGlyph*() also in SteamInput006.Arkadiusz Hiler
2022-06-10lsteamclient: Make getglyph png and svg helpers non-static.Arkadiusz Hiler
2022-06-10lsteamclient: Bump clang to 13.0.1.Arkadiusz Hiler
2022-06-07update wineArkadiusz Hiler
2022-06-03Update Wine Mono to 7.3.0.Esme Povirk
2022-06-03update dxvk to v1.10.1-57-g279b4b7eArkadiusz Hiler
2022-06-03update dxvk-nvapi to v0.5.4Arkadiusz Hiler
2022-06-03Add Dread X Collection: The Hunt to MFDXGI hackAnna Lasky
CW-Bug-Id: #19126
2022-06-03proton: Add Outward to MFDXGI hack.Arkadiusz Hiler
CW-Bug-Id: #19126
2022-06-03proton: Add V Rising to MFDXGI hack.Paul Gofman
CW-Bug-Id: #19126
2022-06-03Add two more games to MFDXGI manager hack.Arkadiusz Hiler
CW-Bug-Id: #19126 CW-Bug-Id: #20655
2022-06-03Add three more games to MFDXGI manager hack.Arkadiusz Hiler
CW-Bug-Id: #19126
2022-06-03Add Ember Knights to IMFDXGIDeviceManager hackAnna Lasky
CW-Bug-Id: #19126
2022-06-03Add El Hijo - A Wild West Tale to MFDXGI manager hackAnna Lasky
CW-Bug-ID: #19126
2022-06-03Add EZ2ON REBOOT : R to MFDXGI manager hackAnna Lasky
CW-Bug-ID: #19126
2022-06-03Add POSTAL4: No Regerts to MFDXGI manager hack.Paul Gofman
CW-Bug-Id: #20611