branchrust_reboot/main/respawn_changescancel

38 Commits over 0 Days - ∞cph!

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