userJake_Richcancel
reporust_rebootcancel

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

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
1 Year Ago
merge from main -> party_system
1 Year Ago
Split into multiple windows so the inspector and preview window can be resized instead of being a fixed size - allow skins to be selected with a dedicated "Preview" button until I find a hook for the ObjectFields being clicked
1 Year Ago
update iconrender_improvements/wallpaper
1 Year Ago
Prevent IconScene from being saveable - can toggle via `Tools/IconRender/Allow Saving Scene` Show preview of the icon on the right side of the window - pull texture from Game window with a render texture - will have inspector to change render icons below
1 Year Ago
update iconrender_improvements/batch
1 Year Ago
merge from main -> iconrender_improvements
1 Year Ago
Prevent dud satchels from exploding if they are attached to a door that clips through a wall
1 Year Ago
Add editor tool to print count of active lights per entity (Tools/Optimize/Lights/Print Active Lights)
1 Year Ago
Comment
1 Year Ago
merge from main -> party_system
1 Year Ago
Fix compile errors