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 (Expand)Author
2022-08-10steam_helper: Also store PROTON_VR_RUNTIME in registry.Paul Gofman
2022-08-03steam_helper: Respect VR_OVERRIDE envvarSupreeeme
2022-02-09steam_helper: Place Easy Anti Cheat runtime path into PROTON_EAC_RUNTIME.Derek Lesho
2022-01-19Update copyright datesAndrew Eikum
2022-01-19steam.exe: Make process system after child process has started.Rémi Bernon
2022-01-19steam.exe: Use NtSetInformationProcess instead of __wine_make_process_system.Rémi Bernon
2021-11-19steam_helper: Place BattlEye runtime path into PROTON_BATTLEYE_RUNTIME.Derek Lesho
2021-11-11steam_helper: Store OpenXR vulkan extensions in registry.Paul Gofman
2021-11-11steam_helper: Build as 64 bit.Paul Gofman
2021-11-11proton: Return the real application return code on exit.Andrew Eikum
2021-11-11steam_helper: Fix small typopchome
2021-11-11steam_helper: Create a thread to signal DIPC objects.Paul Gofman
2021-11-11steam_helper: Add PROTON_HIDE_PROCESS_WINDOW for hiding the child process's w...Andrew Eikum
2021-11-11steam_helper: create Config directoryPierre-Loup A. Griffais
2021-11-11steam_helper: Add PROTON_WAIT_ATTACH for debuggers to attach to game process ...Andrew Eikum
2021-08-12steam_helper: Don't hand off Steam appid to OpenVR runtime in initialize_vr_d...Paul Gofman
2021-05-13steam_helper: Create libraryfolders.vdf file.Paul Gofman
2021-05-13steam_helper: Create Valve_SteamIPC_Class event.Paul Gofman
2021-05-13steam_helper: Forward steam:// protocol requests to winebrowser.Paul Gofman
2021-05-13steam_helper: Store HMD presence status in registry.Paul Gofman
2021-03-31steam_helper: Store OpenVR status and required extensions in registry on star...Paul Gofman
2021-03-31steam_helper: Call FreeConsole before waiting to exitAndrew Eikum
2020-09-29steam_helper: Make file extension check case-insensitiveAndrew Eikum
2020-06-10steam_helper: Catch JSON exceptionsAndrew Eikum
2020-03-23steam_helper: Fix XDG_CONFIG_HOME handlingAndrew Eikum
2020-03-09steam_helper: Always pass CREATE_UNICODE_ENVIRONMENT to CreateProcessAndrew Eikum
2020-03-09steam_helper: Use ShellExecute when not launching .exesJoshua Ashton
2020-03-09steam_helper: Set up VR paths in steam.exe, not protonAndrew Eikum
2020-03-05steam_helper: Import jsoncppAndrew Eikum
2020-03-05steam_helper: Don't use msvcrtAndrew Eikum
2020-02-24steam.exe: Create Steam for Windows named event.Rémi Bernon
2020-02-03steam_helper: Do not let the default console ctrl handler kill us.Rémi Bernon
2019-08-12steam_helper: Run console apps with a new consoleAndrew Eikum
2019-07-03steam_helper: Fix building against Wine 4.11Andrew Eikum
2019-03-29steam_helper: Parse quote characters consistently with CommandLineToArgvWAndrew Eikum
2019-03-29steam_helper: Convert unix paths to DOSAndrew Eikum
2019-03-29steam_helper: Only do steam.exe setup for the game processAndrew Eikum
2019-03-08Add steam.exe winelib application that setups environment and launches the game.Jacek Caban