branchrust_reboot/main/respawn_changescancel

38 Commits over 0 Days - ∞cph!

1 Year Ago
Fix bag quota counting too many bags Added toast when you assign a bag to another player
1 Year Ago
Resend respawn info to the client when a bag is renamed
1 Year Ago
Merge from main
1 Year Ago
Fix wiretool showing sleeping bag quota
1 Year Ago
merge from main -> respawn_changes
1 Year Ago
Fixed sleeping bags not actually being assigned to other players
1 Year Ago
Ensure sleeping bag quota is counted across server restart as well as when placed down
1 Year Ago
Disable DeleteButton in prefab & remove SetActive(false) from OnEnable()
1 Year Ago
Fix NRE when opening map with sleeping bag on it
1 Year Ago
max sleeping bags 10 -> 15
1 Year Ago
Enable correct options tab
1 Year Ago
Merge from respawn_changes/block
1 Year Ago
Server compile fix
1 Year 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
1 Year Ago
Added a button on the layer widget on the right to toggle respawn options on/off on the map screen
1 Year Ago
Merge from main
1 Year 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
1 Year Ago
Add analytics of "how much bag quota" used when sleeping bag/bed is placed
1 Year Ago
Enable showing bag quota for bed & towel items too
1 Year 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
1 Year Ago
Merge from main -> respawn_changes
1 Year Ago
Also change sleeping bag cluster delete icon
1 Year Ago
Make sleeping bag icon darken while held instead of lighten
1 Year Ago
Applied click and hold behaviour to clusters
1 Year Ago
Reworked into a press and hold button
1 Year Ago
First pass on a confirmation prompt for deleting sleeping bags on map screen
1 Year Ago
merge from main -> respawn_changes
1 Year Ago
Fix sleeping bag markers reseting cooldown every time the map is opened
1 Year Ago
Default to max 10 beds + bags Configure limit via `max_sleeping_bags` convar Change hardcore gamemode to use convar instead of gamemode code
1 Year Ago
Unclaim bags instead of deleting them when unclaiming on map
1 Year Ago
Remove "send list of bags every 60s"
1 Year Ago
Ensure that list of sleeping bags are sent out to old & new owner every time a sleeping bag is assigned
1 Year Ago
Only make bed public when unclaimed on map if the bed was set to public mode Destroy bed with gibs enabled when unclaimed
1 Year Ago
Allow deleting bags that are still on cooldown Use existing FindForPlayer method incase one gets changed in the future
1 Year Ago
Cluster delete support
1 Year Ago
Sleeping bag now notifies players involved when ownership changes (so client side bag info is up to date)
1 Year Ago
Allow deleting bags
1 Year Ago
Initial implementation of showing respawn options on map screen