branchrust_reboot/main/backpackscancel

135 Commits over 123 Days - 0.05cph!

2 Years Ago
Fix attachments not making sound when added to a weapon inside a backpack
2 Years Ago
Fix backpacks not hiding the tank part of hazmat suits
2 Years Ago
Fix wrapped items being deleted when opened inside backpack
2 Years Ago
Fix item right clicking into backpack after closing the backpack inventory
2 Years Ago
Backpacks will despawn based on the most valuable item inside them
2 Years Ago
Merge from main -> backpacks
2 Years Ago
Fix compile error when neither SERVER or CLIENT is defined
2 Years Ago
Fix compile errors in WorldItem.Server (from merge?) and BackpackInventoryPanel (from me)
2 Years Ago
Fix ItemIcon.cs compile error after refactor of input keys on item move to an enum
2 Years Ago
Re-run codegen after merge
2 Years Ago
Merge from main -> backpacks
2 Years Ago
Merge from main -> backpacks
2 Years Ago
Keep backpack panel open when selecting items inside the backpack
2 Years Ago
merge from main -> backpacks
2 Years Ago
#CLIENT and #SERVER compile fixes
2 Years Ago
Refactor "altMove" and "backpackOpen" into a enum "ItemMoveModifiers", add in ctrl + shift modifiers as well (unused)
2 Years Ago
Prevent backpack being dropped because the locker can't accept a backpack with items, instead keep it in the player's inventory
2 Years Ago
Add skinned backpack mesh
2 Years Ago
Fix cell size of backpack inventory
2 Years Ago
Try commiting GameUI.Inventory again
2 Years Ago
Add GameUI.Inventory.Backpack to GameUI.Inventory
2 Years Ago
Add BackpackInventoryPanel Set backpack panel to resizable
2 Years Ago
Set occupationOver of backpack to back
2 Years Ago
Cherrypick "prevent parenting"
2 Years Ago
Reassign entityPrefab of backpack wearable
2 Years Ago
Change default volume from `1` to `0` Rename `itemVolume` to `volume` as unity is confused after changing default value
2 Years Ago
merge from main -> backpacks
2 Years Ago
Missing file
2 Years Ago
Add BackpackContents container type to LocalPlayerItemContainer
2 Years Ago
Merge from main -> backpacks
2 Years Ago
Generate manifest
2 Years Ago
Implement rest of item volume Fixes Codegen
2 Years Ago
More fixes and cherrypicks
2 Years Ago
Cherrypick the backpack assets and fix them up
2 Years Ago
Cherrypick parts of hackweek backpack branch while keeping compatibility with parachute implementation