userJake_Richcancel
reporust_rebootcancel

5,118 Commits over 1,492 Days - 0.14cph!

12 Months Ago
If you are the party leader and connecting to a server that has max team size lower than your party size, prevent connecting and show a toast indicating you need to remove party members before your party can connect - doesn't apply if max team size is zero or unable to be found
12 Months Ago
Add max team size convar to server tags & parse team size in server info
12 Months Ago
merge from party_system -> main
12 Months Ago
Fix joining a server in a party causing certain teammates to show their name as "DEAD" instead of their real name
12 Months Ago
merge from main -> party_system
12 Months Ago
merge from party_system -> main
12 Months Ago
Fix NRE from party menu trying to render when opening DM menu in chat
12 Months Ago
merge from party_system -> main
12 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)
12 Months Ago
Fix windows server console lagging server when spamming console (usually with errors) - buffer log messages in ConcurrentQueue and write to console on a separate thread - redraw input and status messages on that same thread - Unity logging is still slowish but improves windows console stalling the server when logging is spammed Add 'console_spam' command to forcibly spam the server console with text
12 Months Ago
merge from party_system -> main
12 Months Ago
Fix joinKey not being reset when team enters pool
12 Months Ago
merge from party_system -> main
12 Months Ago
Cherrypick 123243 which was commited on wrong branch (fix reconnecting to same server as party leader not prompting other users to connect)
12 Months Ago
merge from party_system -> main
12 Months Ago
Fix party invites that arrived before the main menu was fully setup not being shown
12 Months Ago
fix merge to main
12 Months Ago
merge from party_system -> main
12 Months Ago
Update rich presense for party members at the same time the rich presense is updated for a friend
12 Months Ago
Fix rich presence not updating for friends inside your party
12 Months Ago
merge from main -> party_system
12 Months Ago
merge from party_system -> main
12 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
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