branchrust_reboot/main/party_systemcancel

34 Commits over 31 Days - 0.05cph!

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