Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pythonology
/
YARG
Public
forked from
YARC-Official/YARG
Notifications
You must be signed in to change notification settings
Fork
0
Star
9
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Add "gameplay" hashes for multiplayer library matching
- #2
#2
Draft
asimard1
wants to merge 37 commits into
pythonology:feature/multiplayer
pythonology/YARG:feature/multiplayer
from
asimard1:feature/soft-hash
asimard1/YARG:feature/soft-hash
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Draft
Add "gameplay" hashes for multiplayer library matching
#2
asimard1
wants to merge 37 commits into
pythonology:feature/multiplayer
pythonology/YARG:feature/multiplayer
from
asimard1:feature/soft-hash
asimard1/YARG:feature/soft-hash
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
Add soft hash creation and utilization
asimard1
committed
f035b6e
View commit details
Copy full SHA for f035b6e
Browse repository at this point
Fixed a bug where it was updating the library too often
asimard1
committed
4110a1b
View commit details
Copy full SHA for 4110a1b
Browse repository at this point
Commits on Jul 16, 2026
Manage LocalSongLibrary event subscription
Show description for 7e7c2b6
asimard1
authored
7e7c2b6
View commit details
Copy full SHA for 7e7c2b6
Browse repository at this point
Refactor LocalSongLibrary to improve hash handling
Show description for 4261627
asimard1
authored
4261627
View commit details
Copy full SHA for 4261627
Browse repository at this point
Implement GameplayHashCache for efficient hash mapping
Show description for 3fada50
asimard1
authored
3fada50
View commit details
Copy full SHA for 3fada50
Browse repository at this point
Refactor PushGameplayHashUpdate methods for async
asimard1
authored
4152b19
View commit details
Copy full SHA for 4152b19
Browse repository at this point
Set anyNewHashes to true when registering gameplay hash
asimard1
authored
0dea4ac
View commit details
Copy full SHA for 0dea4ac
Browse repository at this point
Refactor hash retrieval in LocalSongLibrary
asimard1
authored
0f5dc19
View commit details
Copy full SHA for 0f5dc19
Browse repository at this point
Refactor PushGameplayHashUpdate methods
asimard1
authored
b53469a
View commit details
Copy full SHA for b53469a
Browse repository at this point
Update callback invocation with resolved picker hash
asimard1
authored
e11aa38
View commit details
Copy full SHA for e11aa38
Browse repository at this point
Add ResolvePickerHash to see which hash is used for online
asimard1
authored
800fd16
View commit details
Copy full SHA for 800fd16
Browse repository at this point
Implement EnsureBackfillRunning method
Show description for c550aac
asimard1
authored
c550aac
View commit details
Copy full SHA for c550aac
Browse repository at this point
Ensure backfill running on lobby creation and entry
Show description for 08ad48f
asimard1
authored
08ad48f
View commit details
Copy full SHA for 08ad48f
Browse repository at this point
Implement DumpLibraryDiff method for lobby song library
Show description for bc35da5
asimard1
authored
bc35da5
View commit details
Copy full SHA for bc35da5
Browse repository at this point
Use AllLocalHashes for local hash retrieval
Show description for d73611d
asimard1
authored
d73611d
View commit details
Copy full SHA for d73611d
Browse repository at this point
Commits on Jul 17, 2026
Add gameplayHash parameter to QueueSongAsync method
asimard1
authored
6e1f04e
View commit details
Copy full SHA for 6e1f04e
Browse repository at this point
Update song retrieval logic to include gameplay hash
asimard1
authored
c703200
View commit details
Copy full SHA for c703200
Browse repository at this point
Enhance song queueing with gameplay hash logging
Show description for 6c062e1
asimard1
authored
6c062e1
View commit details
Copy full SHA for 6c062e1
Browse repository at this point
Readd removed code.
asimard1
authored
6e980aa
View commit details
Copy full SHA for 6e980aa
Browse repository at this point
Code was already there, later...
asimard1
authored
1465585
View commit details
Copy full SHA for 1465585
Browse repository at this point
Remove debug logs from LobbyViewMenu
Show description for ef115e5
asimard1
authored
ef115e5
View commit details
Copy full SHA for ef115e5
Browse repository at this point
Refactor song queue logging and result retrieval
asimard1
authored
347bdb3
View commit details
Copy full SHA for 347bdb3
Browse repository at this point
Improve song hash selection logic in LobbyViewMenu
Show description for d76bb29
asimard1
authored
d76bb29
View commit details
Copy full SHA for d76bb29
Browse repository at this point
Revert QueueSongAsync to only one hash parameter
Show description for fecf7e0
asimard1
authored
fecf7e0
View commit details
Copy full SHA for fecf7e0
Browse repository at this point
Commits on Jul 18, 2026
Make it so the gameplay hash is used for the queue
asimard1
authored
a6aef41
View commit details
Copy full SHA for a6aef41
Browse repository at this point
Use Gameplay Hash
Show description for 50c1fdc
asimard1
authored
50c1fdc
View commit details
Copy full SHA for 50c1fdc
Browse repository at this point
Refactor song locking logic for Gameplay Hash
asimard1
authored
3c43f46
View commit details
Copy full SHA for 3c43f46
Browse repository at this point
Add handling for gameplay hash in LobbyViewType
asimard1
authored
ef18903
View commit details
Copy full SHA for ef18903
Browse repository at this point
Refactor GameplayHashCache for versioned cache files
Show description for c16f5ea
asimard1
authored
c16f5ea
View commit details
Copy full SHA for c16f5ea
Browse repository at this point
Commits on Jul 19, 2026
Clean up using directives and add success toast
Show description for 1cbcfd1
asimard1
authored
1cbcfd1
View commit details
Copy full SHA for 1cbcfd1
Browse repository at this point
Add using directive for YARG.Menu.Persistent
asimard1
authored
8dbf458
View commit details
Copy full SHA for 8dbf458
Browse repository at this point
Notify song changes and log info in LobbyViewMenu
asimard1
authored
b47fb70
View commit details
Copy full SHA for b47fb70
Browse repository at this point
Prevent duplicate song entries in gameplay hash
Show description for 7c66f87
asimard1
authored
7c66f87
View commit details
Copy full SHA for 7c66f87
Browse repository at this point
Add logging for null _currentSong in MusicLibraryMenu
Show description for afa51dd
asimard1
authored
afa51dd
View commit details
Copy full SHA for afa51dd
Browse repository at this point
Commits on Jul 20, 2026
Remove unnecessary logging in LobbyHubSession
Show description for 6118b07
asimard1
authored
6118b07
View commit details
Copy full SHA for 6118b07
Browse repository at this point
Remove logging for lobby library updates
Show description for 3030bf6
asimard1
authored
3030bf6
View commit details
Copy full SHA for 3030bf6
Browse repository at this point
Remove chunked logging of lobby song library
Show description for 342e5a7
asimard1
authored
342e5a7
View commit details
Copy full SHA for 342e5a7
Browse repository at this point
You can’t perform that action at this time.