userJake_Richcancel
reporust_rebootcancel

5,503 Commits over 1,553 Days - 0.15cph!

1 Year Ago
Cherrypick 123243 which was commited on wrong branch (fix reconnecting to same server as party leader not prompting other users to connect)
1 Year Ago
merge from party_system -> main
1 Year Ago
Fix party invites that arrived before the main menu was fully setup not being shown
1 Year Ago
fix merge to main
1 Year Ago
merge from party_system -> main
1 Year Ago
Update rich presense for party members at the same time the rich presense is updated for a friend
1 Year Ago
Fix rich presence not updating for friends inside your party
1 Year Ago
merge from main -> party_system
1 Year Ago
merge from party_system -> main
1 Year Ago
Rewrite party system so it integrates with the existing friends system code - support party from any provider but only provide party members from steam - add extra event that fires off when you leave the party since there is no callback for it normally
1 Year Ago
Fix connecting to same server multiple times in a row not firing off "OnLobbyGameCreated()" callback
1 Year Ago
merge from print_light_counts -> main
1 Year Ago
Fix "Print Lights" doing both ddraw and printing light count
1 Year Ago
merge from main -> print_light_counts
1 Year Ago
merge from party_system -> main
1 Year Ago
Hide friends menu names when in streamer mode
1 Year Ago
Hide party invite pop-up if accepting invite inside the friends menu
1 Year Ago
Give warning when party invite is sent to non-friend indicating it will likely be blocked
1 Year Ago
Fix party invite from friend menu when accepting invite via party invite popup
1 Year Ago
merge from party_system -> main
1 Year Ago
Add `party_invites_enabled` convar to disable receiving party invites
1 Year Ago
Fix party invites not hiding names in streamer mode
1 Year Ago
merge from party_system -> main
1 Year Ago
Add leave party button
1 Year Ago
merge from party_system -> main
1 Year Ago
Show party invites at top of friends menu - expire after 120s - can accept or reject the party invite
1 Year Ago
Connected to a server as the party leader will cause all other party members not on a server to connect to same one
1 Year Ago
merge from outpost_spawning -> main
1 Year Ago
Fix compile errors
1 Year Ago
Fix resetsleepingbagtimers to reset cooldown on static spawn points as well
1 Year Ago
merge from main -> outpost_spawning
1 Year Ago
merge from party_system -> main
1 Year Ago
Fix NRE when connecting to server in party (again)
1 Year Ago
Allow setting developer convar in editor when not an admin - fixes developer convar not printing errors when connecting to server in editor
1 Year Ago
merge from party_system -> main
1 Year Ago
Fix compile errors
1 Year Ago
merge from party_system -> main
1 Year Ago
Add context menu option to invite users to the party - create a party automatically when inviting someone
1 Year Ago
Add context menu to party members - UI to kick and promote members to party leader Add ability to promote other players to party leader
1 Year Ago
Update party invite modal to look less WIP - add profile picture - improve colors - wait up to 2 seconds before showing party invite to give time for profile picture to load Update HttpImage to expose whether the image is currently loading or finished
1 Year Ago
Ignore party invites from non steam friends
1 Year Ago
merge from main -> party_system
1 Year Ago
Add command to join party by ID
1 Year Ago
Merge from party_system -> main
1 Year Ago
Fix another NRE when connecting to a server in a party
1 Year Ago
Clicking link in steam chat will add you to the party
1 Year Ago
merge from party_system -> main
1 Year Ago
Fix `kickparty` not correctly checking if the person kicking is the leader
1 Year Ago
Fix NRE when connecting in party
1 Year Ago
merge from main -> party_system