userJake_Richcancel
branchrust_reboot/main/respawn_changescancel

22 Commits over 0 Days - ∞cph!

11 Months Ago
Fix bag quota counting too many bags Added toast when you assign a bag to another player
11 Months Ago
Fix wiretool showing sleeping bag quota
11 Months Ago
merge from main -> respawn_changes
11 Months Ago
Fixed sleeping bags not actually being assigned to other players
11 Months Ago
Ensure sleeping bag quota is counted across server restart as well as when placed down
11 Months Ago
Disable DeleteButton in prefab & remove SetActive(false) from OnEnable()
11 Months Ago
Fix NRE when opening map with sleeping bag on it
11 Months 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
11 Months Ago
Add analytics of "how much bag quota" used when sleeping bag/bed is placed
11 Months Ago
Enable showing bag quota for bed & towel items too
11 Months 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
11 Months Ago
Merge from main -> respawn_changes
11 Months Ago
Also change sleeping bag cluster delete icon
11 Months Ago
Make sleeping bag icon darken while held instead of lighten
11 Months Ago
merge from main -> respawn_changes
12 Months Ago
Fix sleeping bag markers reseting cooldown every time the map is opened
12 Months Ago
Default to max 10 beds + bags Configure limit via `max_sleeping_bags` convar Change hardcore gamemode to use convar instead of gamemode code
12 Months Ago
Unclaim bags instead of deleting them when unclaiming on map
12 Months Ago
Remove "send list of bags every 60s"
12 Months Ago
Ensure that list of sleeping bags are sent out to old & new owner every time a sleeping bag is assigned
12 Months Ago
Only make bed public when unclaimed on map if the bed was set to public mode Destroy bed with gibs enabled when unclaimed
12 Months Ago
Allow deleting bags that are still on cooldown Use existing FindForPlayer method incase one gets changed in the future