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
2021-01-21update wineexperimental-5.13-20210120Andrew Eikum
2021-01-19gitmodules: Consistently remove trailing slashSimon McVittie
The forms with or without a trailing slash are interchangeable via https, but the form with a trailing slash doesn't work if you have git configured to always access Github repositories via ssh, using something like: git config --global url."git+ssh://git@github.com/".insteadOf "https://github.com/" Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-01-15update wineexperimental-5.13-20210115Andrew Eikum
2021-01-15proton: Don't disable mfplayAndrew Eikum
2021-01-14steamclient: Fake Shift + Tab key release on overlay activation.proton-5.13-5Rémi Bernon
2021-01-14wineopenxr: HACK: Don't try to call OpenXR functions if OpenVR is not workingAndrew Eikum
2021-01-14update dxvk to v1.7.3-28-g8163eb41Andrew Eikum
2021-01-14update wineAndrew Eikum
2021-01-11steamclient: Monitor GameOverlayActivated_t callbacks to track overlay presence.Rémi Bernon
2021-01-11wineopenxr: Add openxr supportAndrew Eikum
2021-01-08update vkd3d-proton to v2.1Andrew Eikum
2020-12-09update vkd3d-proton to v2.0-103-ge2185df7proton-5.13-4Andrew Eikum
2020-12-09update wineAndrew Eikum
2020-12-08proton: Add gamedrive config setting to create an S: drive for the game's ↵Andrew Eikum
library
2020-12-08proton: Add helpers for pre/appending to env var listsAndrew Eikum
2020-12-08proton: Add vkd3dbindlesstb compat config optionAndrew Eikum
2020-12-07update dxvk to v1.7.3-4-g03f11bafproton-5.13-3Andrew Eikum
2020-12-03Upgrade mingw-w64 to v8.0.0Andrew Eikum
2020-12-03README: Clarify how to acquire sourceAndrew Eikum
A user on GitHub was using the GitHub Releases tarballs, which won't work as our build system depends on it being a Git repo. Try to guide users to check out with Git instead.
2020-12-03update wineAndrew Eikum
2020-12-01Silence expected and harmless errorsGiovanni Mascellani
2020-12-01Port gen_wrapper.py to Python 3Giovanni Mascellani
Basically the only issue left out is that Python3 is much more picky on file encoding, and some Valve headers are not UTF-8. Ignoring errors is enough to get everything fixed.
2020-12-01Sort callback tables by idGiovanni Mascellani
This way the generated file is more deterministic, and hopefully less irrelevant diff is produced (for example when switching from Python 2 to Python 3, or when adding more callbacks that cause rehashing the dictionary).
2020-12-01update FAudio to 20.12Andrew Eikum
2020-12-01proton: give transcoded files their own pathPierre-Loup A. Griffais
STEAM_COMPAT_TRANSCODED_MEDIA_PATH
2020-11-10update vkd3d-proton to 2.0proton-5.13-2-rc3proton-5.13-2Andrew Eikum
2020-11-10proton: Add dotnetfx35.exe builtin override.Rémi Bernon
2020-11-10update wineAndrew Eikum
2020-11-09lsteamclient: Allow callbacks to be NULLGiovanni Mascellani
Steamworks API seems to accept NULL callbacks, simply avoiding to call them when this is the case.
2020-11-09media-converter: Also support video/quicktimeAndrew Eikum
2020-11-09proton: Attempt to log SLR versionAndrew Eikum
2020-11-09lsteamclient: Fix end of string check in relative path conversion.Paul Gofman
2020-11-09Vagrantfile: fixed typoJacob Hrbek
2020-11-09proton: Make log directory configurable via PROTON_LOG_DIRNewbyte
2020-10-19media-converter: Simplify array copyArseniy Kucher
2020-10-14vrclient: Add FIXME for wined3d in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Add support for Vulkan in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Add support for DXVK in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Fix segfault on NULL texture handlesMatt Coffin
This fixes a crash on startup for Assetto Corsa Competizione (805550)
2020-10-13vrclient: Support v1.14.15proton-5.13-1bAndrew Eikum
2020-10-13vrclient: Support v1.13.10Andrew Eikum
2020-10-13proton: Also catch IOErrors from fcntlAndrew Eikum
2020-10-13update wineAndrew Eikum
2020-10-13update FAudio to 20.10Andrew Eikum
2020-10-13update dxvk to v1.7.2Andrew Eikum
2020-10-13update vkd3d-protonAndrew Eikum
2020-10-02lsteamclient: Handle callbacks for ISteamNetworking interfacesAndrew Eikum
2020-10-02lsteamclient: support ISteamNetworkingMessagesAndrew Eikum
2020-10-02lsteamclient: generate 1.50 supportAndrew Eikum
2020-10-02lsteamclient: import steamworks 1.50Andrew Eikum