userJake_Richcancel
branchrust_reboot/main/party_systemcancel

52 Commits over 61 Days - 0.04cph!

2 Months Ago
Fix joining a server in a party causing certain teammates to show their name as "DEAD" instead of their real name
2 Months Ago
merge from main -> party_system
2 Months Ago
Fix NRE from party menu trying to render when opening DM menu in chat
2 Months Ago
Show party leader icon beside the leader in the party - use callback to detect right when party owner has changed - expose party leader via IFriend (can make new interface in future)
2 Months Ago
Fix joinKey not being reset when team enters pool
2 Months Ago
Cherrypick 123243 which was commited on wrong branch (fix reconnecting to same server as party leader not prompting other users to connect)
2 Months Ago
Fix party invites that arrived before the main menu was fully setup not being shown
2 Months Ago
Update rich presense for party members at the same time the rich presense is updated for a friend
2 Months Ago
Fix rich presence not updating for friends inside your party
2 Months Ago
merge from main -> party_system
2 Months 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
3 Months Ago
Hide friends menu names when in streamer mode
3 Months Ago
Hide party invite pop-up if accepting invite inside the friends menu
3 Months Ago
Give warning when party invite is sent to non-friend indicating it will likely be blocked
3 Months Ago
Fix party invite from friend menu when accepting invite via party invite popup
3 Months Ago
Add `party_invites_enabled` convar to disable receiving party invites
3 Months Ago
Fix party invites not hiding names in streamer mode
3 Months Ago
Add leave party button
3 Months Ago
Show party invites at top of friends menu - expire after 120s - can accept or reject the party invite
3 Months Ago
Connected to a server as the party leader will cause all other party members not on a server to connect to same one
3 Months Ago
Fix NRE when connecting to server in party (again)
3 Months Ago
Allow setting developer convar in editor when not an admin - fixes developer convar not printing errors when connecting to server in editor
3 Months Ago
Fix compile errors
3 Months Ago
Add context menu option to invite users to the party - create a party automatically when inviting someone
3 Months 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
3 Months 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
3 Months Ago
Ignore party invites from non steam friends
3 Months Ago
merge from main -> party_system
3 Months Ago
Add command to join party by ID
3 Months Ago
Fix another NRE when connecting to a server in a party
3 Months Ago
Clicking link in steam chat will add you to the party
3 Months Ago
Fix `kickparty` not correctly checking if the person kicking is the leader
3 Months Ago
Fix NRE when connecting in party
3 Months Ago
merge from main -> party_system
3 Months Ago
Network++
3 Months Ago
Codegen
3 Months Ago
Merge from main -> party_system
3 Months Ago
Fix compiile error
3 Months Ago
Ignore invites for a party you are already in
3 Months Ago
Add temp invite button so you can accept party invites - default timeout 10s - add `fakepartyinvite` command to show invite UI without needing a 2nd client
3 Months Ago
Add kickparty command to remove members from your party
3 Months Ago
Fix party not showing for the player who joins a party via an invite
3 Months Ago
merge from main -> party_system
3 Months Ago
Comment
3 Months Ago
merge from main -> party_system
3 Months Ago
▉▌▇ ▄ ▊█▋▆▋▅ █▅▉▊▅▆▍ ▆▊ ▇▇▋▇ ▉▌▋▌▋ - ▉▆▄▇▊▌▅ ▊▌▅▆▄▅▌ ▇▄█'▅ ▋▅▆▊ ▊▆▆▅▍▋█ ▌▅▍▊▍'▊ █▄▄▉ ▊▉█▇▌▄ ▊▅██ ▇▄▋▍ ▊█▍ ▊▌▅█▌▇ ▅▄▍▇ ▇▅▅▌▍█ ▊▄ ▊▋▆ ▋▆▉▍▉'▇ ▅▌█▍▍▉▋▌ - ▆▍▄▋▅ ▇▆▍▊▆ ▄▆▉▇▊▄▌ ▄▊▊ ▌▉▉▉▇▍-▄▆██ █▊█ ▄▋▉▊▇██'▄ ▌▊ ▇▍▆▌ ▋▅ ▇▄▍▌▄▍ ▋▇▉▇▅▆▄█ ▅▋█▌█▊ ▅█▉ ▉▅▊ ▍▍▆▉▅▅▇ ▄▄ █▉▋ ▇▄▍▅▅ - ▍▇▆▍█ █▉▉ █▇▅▄ ▍▉▇ ▊█▄▌▄▍ ▆▄▍ ▍▇▋▆ ▊█ █▊▍ ▇▉▆▍▊▉ & █▋▄▊▋▆▄▅ ▍▅ ▄▍▄▅ ▅ ▅▋▆▇▍▄ ▊▇▌▍▍ █▅ ▉▍▅▋▋█▇
3 Months Ago
Fix compile errors
3 Months Ago
Prototype showing party members at the top of the friends menu - hacked friend code slightly to make it work - will integrate with friend code properly if it's confirmed to live in friend menu - subscribe to a bunch of "OnLobbyMemberChanged" hooks to ensure the UI updates when players join / leave the party - refactor LobbySystem class so all logic has to pass through it instead of directly accessing steam's lobby class
3 Months Ago
Fix compile errors
3 Months Ago
Party members will spawn near the first party member that spawned on the server - try to spawn party members within 100m of the first player to join - only applies the first time you spawn on a server, subsequent spawns will be random