userJake_Richcancel
branchrust_reboot/main/backpackscancel

111 Commits over 123 Days - 0.04cph!

10 Months Ago
Show `Hold [USE] to pickup` instead of "hold to open radial menu" when looking at backpack on the ground
10 Months Ago
Speed up open & close inventory animation
10 Months Ago
Ensure backpack panel is disabled when it is transparent
10 Months Ago
Fade out player name, underwear pick icon & protection values instead of instant disappearing
10 Months Ago
Switch from Lerping to animation curves when opening UI
10 Months Ago
Fix diving tanks replacing backpack when picked up (ideal slots tedious) Add bool to `ItemModWearable` to allow any wearable to be equipped by default when picked up Removed custom logic to equip backpacks on right click & instead use the same logic other wearables use
10 Months Ago
Prevent diving tank, parachute & future non-backpack items from being dropped when you are wounded / die
10 Months Ago
Merge from backpacks/backpack_ui_2 -> backpacks
11 Months Ago
Made "parachute" solid ground checks & underwater checks only apply to parachutes
11 Months Ago
Fix diving tank not right clicking to equip when wearing chest armor (will correctly unequip armor & equip diving tank)
11 Months Ago
Reduce weight scaling of backpacks dropped in the world to prevent rowboats capsizing instantly Max weight 1kg per slot and only apply 50% of the weight of each item inside
11 Months Ago
Diving tank now goes in backpack slot Diving tank still conflicts with chest armor slot
11 Months Ago
When backpack is dropped on ground add weight of items inside it to backpack This prevents transfering backpacks with vehicles instead of dropping all items onto vehicle individually
11 Months Ago
Only network contents of backpack to the player wearing it
11 Months Ago
Actually make large backpack uncraftable
11 Months Ago
Small backpack 12 slots Small backpack cost 5 sewing kits & 50 cloth Large backpack 30 slots & uncraftable Remove achievement gameobject from backpack itemdefinition (I guess backpack item was originally cloned from sunglasses)
11 Months Ago
Fixed weapons inside backpack not showing on your back
11 Months Ago
Merge from main -> backpacks
11 Months Ago
Unity only serializing backpack prefab when you close unity
11 Months Ago
Move large backpack to different folder Make the small backpack green as a placeholder model for the large backpack (so it looks different)
11 Months Ago
Fix backpack inventory not expanding to larger amount of slots when backpack item is changed (seemingly a bug with all player containers)
11 Months Ago
Removed "WIP" text from backpack because it looks stupid & too small Just assume the green backpack is a placeholder model Un-delete the small backpack item (whoops)
11 Months Ago
Added large backpack item Placeholder amount of slots (helk will assign intended values) Add "WIP" text to backpack icons Clamp backpack item icons to 256x256
11 Months Ago
Fix wrapping gift inside of backpack deleting the item
11 Months Ago
Fix no sound when opening backpack on the ground Placeholder zipper sound (from lockers)
11 Months Ago
Merge from main -> backpacks
12 Months Ago
Fix attachments not making sound when added to a weapon inside a backpack
12 Months Ago
Fix backpacks not hiding the tank part of hazmat suits
12 Months Ago
Fix wrapped items being deleted when opened inside backpack
12 Months Ago
Fix item right clicking into backpack after closing the backpack inventory
12 Months Ago
Backpacks will despawn based on the most valuable item inside them
12 Months Ago
Merge from main -> backpacks
12 Months Ago
Fix compile error when neither SERVER or CLIENT is defined
12 Months Ago
Fix compile errors in WorldItem.Server (from merge?) and BackpackInventoryPanel (from me)
12 Months Ago
Re-run codegen after merge
12 Months Ago
Fix ItemIcon.cs compile error after refactor of input keys on item move to an enum
12 Months Ago
Merge from main -> backpacks
1 Year Ago
Merge from main -> backpacks
1 Year Ago
Keep backpack panel open when selecting items inside the backpack
1 Year Ago
merge from main -> backpacks
1 Year Ago
#CLIENT and #SERVER compile fixes
1 Year Ago
Refactor "altMove" and "backpackOpen" into a enum "ItemMoveModifiers", add in ctrl + shift modifiers as well (unused)
1 Year Ago
Prevent backpack being dropped because the locker can't accept a backpack with items, instead keep it in the player's inventory
1 Year Ago
Add skinned backpack mesh
1 Year Ago
Fix cell size of backpack inventory
1 Year Ago
Try commiting GameUI.Inventory again
1 Year Ago
Add GameUI.Inventory.Backpack to GameUI.Inventory
1 Year Ago
Add BackpackInventoryPanel Set backpack panel to resizable
1 Year Ago
Set occupationOver of backpack to back
1 Year Ago
Cherrypick "prevent parenting"