-
-
Notifications
You must be signed in to change notification settings - Fork 271
Fix and Enhance Real Steam Client Functionality With Focus on Reducing Black Screens #1347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TideGear
wants to merge
36
commits into
utkarshdalal:master
Choose a base branch
from
TideGear:Fix-Steam-Client
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
15d74f1
fix: recursive delete in AdrenotoolsManager.extractDriverFromResources
TideGear e963f13
fix: defensive BadIdChoice on null Drawable/Pixmap in DRI3 pixmap cre…
TideGear 215b5b3
fix: cap leaked GLX client windows to prevent OOM
TideGear 8d9ab47
fix: skip orphaned Wine GLX leak chain in compositor
TideGear 05f303e
fix: guard SysVSharedMemory.delete with the shmemories lock
TideGear bff36e5
fix: real Steam client launch reliability + overlay toggle
TideGear 963d799
fix: suppress per-launch vcredist reinstall + DLL marker false desyncs
TideGear cdc1d80
refactor: PICS-driven shared depots + retire SteamFix diagnostics
TideGear 5a17944
fix: real-Steam cloud sync race, graceful exit, pending-upload filter
TideGear 711a050
fix: graceful-exit job leak, unowned SharedDepots, narrow shim catch
TideGear f392600
fix: clear lingering localhost session on real-Steam exit
TideGear e91f950
diag: log Steam binary fingerprint at launch, write steam.cfg in both…
TideGear 4dea44a
fix: skip localhost AppLaunchIntent in real-Steam mode
TideGear bf759e5
fix: harden beginLaunchApp against leaked AppSessionActive phantoms
TideGear 0324c16
fix: auto-clear same-device phantom pending ops in beginLaunchApp
TideGear 06501d8
fix: clear cloud phantoms before real-Steam launch, drop -silent
TideGear 5e50e0e
fix: probe for cloud phantoms before dismissing, don't corrupt Change…
TideGear 2072890
fix: graceful Steam shutdown on red exit in real-Steam mode
TideGear 5bf8459
fix: bridge SDK-cloud saves to Wine-Steam for Dead Cells
TideGear 9c0c5f2
feat: SDK cloud save bridge with Ludusavi + launch-time prompt
TideGear c0da85f
fix: complete imageFs.wineprefix migration in SteamUtils.kt
TideGear cf7b57c
fix: Steam-only per-container path migrations not covered by the gene…
TideGear 0c03f10
fix: post-9.1-merge container API migration in SteamUtils
TideGear 4cfe6a6
fix: overlay disable also blocks gameoverlayrenderer at Wine's loader
TideGear 9d2ac05
fix: address PR review findings
TideGear 82dddd9
fix: address second round of PR review findings
TideGear 6be9db1
fix: address third round of PR review findings
TideGear ae9653d
fix: ignore working-tree dirtiness in lsfg-vk-android submodule
TideGear ffcac75
fix: address fourth round of PR review findings
TideGear 41edf45
Merge upstream/master into Fix-Steam-Client
TideGear 2347384
fix: address fifth round of PR review findings
TideGear b233279
fix: address sixth round of PR review findings
TideGear 300fbf7
Merge upstream/master (PR #1430 bionic Steam + PR #1440 bionic Steam …
TideGear b19efda
fix: surface Cloud Save Bridge UI + launch-time prompt in Bionic Stea…
TideGear 9106054
fix: address PR review feedback on exit ordering + recursive SDK clou…
TideGear f105fd5
fix: route Bionic Steam exit through Steam's graceful shutdown path
TideGear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
214 changes: 156 additions & 58 deletions
214
app/src/main/java/app/gamenative/service/SteamAutoCloud.kt
Large diffs are not rendered by default.
Oops, something went wrong.
305 changes: 283 additions & 22 deletions
305
app/src/main/java/app/gamenative/service/SteamService.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.