branchrust_reboot/main/party_systemcancel

37 Commits over 31 Days - 0.05cph!

Today
Add `party_invites_enabled` convar to disable receiving party invites
Today
Fix party invites not hiding names in streamer mode
Today
Add leave party button
Yesterday
Show party invites at top of friends menu - expire after 120s - can accept or reject the party invite
2 Days Ago
Connected to a server as the party leader will cause all other party members not on a server to connect to same one
2 Days Ago
Fix NRE when connecting to server in party (again)
2 Days Ago
Allow setting developer convar in editor when not an admin - fixes developer convar not printing errors when connecting to server in editor
3 Days Ago
Fix compile errors
3 Days Ago
Add context menu option to invite users to the party - create a party automatically when inviting someone
3 Days 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 Days 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 Days Ago
Ignore party invites from non steam friends
3 Days Ago
merge from main -> party_system
3 Days Ago
Add command to join party by ID
4 Days Ago
Fix another NRE when connecting to a server in a party
4 Days Ago
Clicking link in steam chat will add you to the party
4 Days Ago
Fix `kickparty` not correctly checking if the person kicking is the leader
4 Days Ago
Fix NRE when connecting in party
4 Days Ago
merge from main -> party_system
9 Days Ago
Network++
9 Days Ago
Codegen
9 Days Ago
Merge from main -> party_system
9 Days Ago
Fix compiile error
9 Days Ago
Ignore invites for a party you are already in
9 Days 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
10 Days Ago
Add kickparty command to remove members from your party
10 Days Ago
Fix party not showing for the player who joins a party via an invite
12 Days Ago
merge from main -> party_system
19 Days Ago
Comment
19 Days Ago
merge from main -> party_system
22 Days Ago
▉▌▇ ▄ ▊█▋▆▋▅ █▅▉▊▅▆▍ ▆▊ ▇▇▋▇ ▉▌▋▌▋ - ▉▆▄▇▊▌▅ ▊▌▅▆▄▅▌ ▇▄█'▅ ▋▅▆▊ ▊▆▆▅▍▋█ ▌▅▍▊▍'▊ █▄▄▉ ▊▉█▇▌▄ ▊▅██ ▇▄▋▍ ▊█▍ ▊▌▅█▌▇ ▅▄▍▇ ▇▅▅▌▍█ ▊▄ ▊▋▆ ▋▆▉▍▉'▇ ▅▌█▍▍▉▋▌ - ▆▍▄▋▅ ▇▆▍▊▆ ▄▆▉▇▊▄▌ ▄▊▊ ▌▉▉▉▇▍-▄▆██ █▊█ ▄▋▉▊▇██'▄ ▌▊ ▇▍▆▌ ▋▅ ▇▄▍▌▄▍ ▋▇▉▇▅▆▄█ ▅▋█▌█▊ ▅█▉ ▉▅▊ ▍▍▆▉▅▅▇ ▄▄ █▉▋ ▇▄▍▅▅ - ▍▇▆▍█ █▉▉ █▇▅▄ ▍▉▇ ▊█▄▌▄▍ ▆▄▍ ▍▇▋▆ ▊█ █▊▍ ▇▉▆▍▊▉ & █▋▄▊▋▆▄▅ ▍▅ ▄▍▄▅ ▅ ▅▋▆▇▍▄ ▊▇▌▍▍ █▅ ▉▍▅▋▋█▇
22 Days Ago
Fix compile errors
22 Days 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
23 Days Ago
Fix compile errors
23 Days 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
23 Days Ago
Add all players in a party to a team when they join the server
23 Days Ago
Add party system - command based until UI is ready - can invite friends to a party - when leader joins a server all party members will join the server as well