branchrust_reboot/main/respawn_changescancel

38 Commits over 0 Days - ∞cph!

2 Years Ago
Fix bag quota counting too many bags Added toast when you assign a bag to another player
2 Years Ago
Resend respawn info to the client when a bag is renamed
2 Years Ago
Merge from main
2 Years Ago
Fix wiretool showing sleeping bag quota
2 Years Ago
merge from main -> respawn_changes
2 Years Ago
Fixed sleeping bags not actually being assigned to other players
2 Years Ago
Ensure sleeping bag quota is counted across server restart as well as when placed down
2 Years Ago
Disable DeleteButton in prefab & remove SetActive(false) from OnEnable()
2 Years Ago
Fix NRE when opening map with sleeping bag on it
2 Years Ago
max sleeping bags 10 -> 15
2 Years Ago
Enable correct options tab
2 Years Ago
Merge from respawn_changes/block
2 Years Ago
Server compile fix
2 Years Ago
Restored RequestRespawnInformation RPC on player - this is still used when campers are in a players respawn list to update their position in real time
2 Years Ago
Added a button on the layer widget on the right to toggle respawn options on/off on the map screen
2 Years Ago
Merge from main
2 Years Ago
Fix bag quota not updating when unclaming camper bed Fix visual bag quota not updating when you unclaim your bed on the map Fix sleeping bag item amount not updating if you are holding bag while unclaiming another bag
2 Years Ago
Add analytics of "how much bag quota" used when sleeping bag/bed is placed
2 Years Ago
Enable showing bag quota for bed & towel items too
2 Years Ago
Cache list of sleeping bags per player on the server & network to clients Show current bag quota in item amount when placing bag Can disable showing bag quota in item amount by setting `bag_quota_item_amount` false Can set `max_sleeping_bags` to -1 to disable the toasts & bag limit Codegen https://files.facepunch.com/jakerich/1b1711b1/oarP1RLiz1Kwy2D1.mp4
2 Years Ago
Merge from main -> respawn_changes
2 Years Ago
Also change sleeping bag cluster delete icon
2 Years Ago
Make sleeping bag icon darken while held instead of lighten
2 Years Ago
Applied click and hold behaviour to clusters
2 Years Ago
Reworked into a press and hold button
2 Years Ago
First pass on a confirmation prompt for deleting sleeping bags on map screen
2 Years Ago
merge from main -> respawn_changes
2 Years Ago
Fix sleeping bag markers reseting cooldown every time the map is opened
2 Years Ago
Default to max 10 beds + bags Configure limit via `max_sleeping_bags` convar Change hardcore gamemode to use convar instead of gamemode code
2 Years Ago
Unclaim bags instead of deleting them when unclaiming on map
2 Years Ago
Remove "send list of bags every 60s"
2 Years Ago
Ensure that list of sleeping bags are sent out to old & new owner every time a sleeping bag is assigned
2 Years Ago
Only make bed public when unclaimed on map if the bed was set to public mode Destroy bed with gibs enabled when unclaimed
2 Years Ago
Allow deleting bags that are still on cooldown Use existing FindForPlayer method incase one gets changed in the future
2 Years Ago
Cluster delete support
2 Years Ago
Sleeping bag now notifies players involved when ownership changes (so client side bag info is up to date)
2 Years Ago
Allow deleting bags
2 Years Ago
Initial implementation of showing respawn options on map screen