userJake_Richcancel

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

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
1 Year Ago
Reserialize existing static respawn points
1 Year Ago
Round to nearest minute instead of rounding down so it shows 30m after respawning at outpost instead of 29m
1 Year Ago
Show the number of minutes left if a spawn point has >5m left - "24m" instead of 1420s - once it goes under 5m it will switch back to seconds - only affects static respawn point cooldown since all bags have 5m cooldown
1 Year Ago
Add commands to unlock & lock every respawn point that requires some kind of unlock - `unlockrespawns` - `resetrespawns`
1 Year Ago
S2P outpost
1 Year Ago
Fix not setting cooldown when respawning at outpost after changing other cooldown code
1 Year Ago
Don't require unlocking outpost spawning while testing
1 Year Ago
Requring being authed (unlocking) outpost spawn in vanilla, don't require for softcore
1 Year Ago
Fix vanilla gamemode spawner so it only spawns the respawn point in vanilla
1 Year Ago
Add static respawn point to outpost scene
1 Year Ago
Update manifest
1 Year Ago
Add new static respawn point prefab - different prefab for softcore vs vanilla so they can be configured separately
1 Year Ago
Add support for per-player cooldowns on shared static respawn points Add support for authorizing multiple users on a respawn point - as opposed to bags and beds that can only be assigned to a single user - so players have to "unlock" respawning at outpost first
1 Year Ago
marge from party_system -> main
1 Year Ago
Network++
1 Year Ago
Codegen
1 Year Ago
Merge from main -> party_system
1 Year Ago
Fix compiile error
1 Year Ago
Ignore invites for a party you are already in
1 Year 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
1 Year Ago
merge from fix_compile_tester_editor -> main
1 Year Ago
Fix compile tester so it targets the editor assembly as well
1 Year Ago
merge from print_light_counts -> main
1 Year Ago
Fix compile error
1 Year Ago
Undo subtract
1 Year Ago
merge from main -> print_light_counts
1 Year Ago
Add kickparty command to remove members from your party
1 Year Ago
Fix party not showing for the player who joins a party via an invite