userJake_Richcancel
branchrust_reboot/main/hackweek_backpacks_2cancel

41 Commits over 61 Days - 0.03cph!

6 Months Ago
merge from main -> hackweek_backpacks_2
7 Months Ago
Compile fix
7 Months Ago
merge from main -> hackweek_backpacks_2
9 Months Ago
Show loot panel when backpacks other than your equipped one are selected
9 Months Ago
Don't allow moving items into backpacks by drag & drop items onto them
9 Months Ago
▍▉▋█▉▆▍ █▊▉▋▍▊▌▉ ▆█▄▉▌▍ ▊▋▇██ █▅▉ ▋▅ ▇▌▆▄▊ ▉▍▌▌▉▋'▇ ▊█▇██▇▅▆▊ ▋▋▆▆ ▌█▍▄▌▌▌▍█▇ ▄▇▋▌▊█
9 Months Ago
Don't network contents of backpacks, only network the backpack (so it can be shown on other players) Cycle the inventory when a backpack is added & removed (so backpacks update like clothing when added to sleepers)
9 Months Ago
Prevent items being added to backpacks when in normal inventory
9 Months Ago
Show a different icon when the backpack is empty vs has items in it
9 Months Ago
Fix normal items having a "Hold E" to pickup off the ground
9 Months Ago
Remove `IsBackpackWithItems()` and ensure volume system produces same results Assign "itemVolumeWhenFilled" of backpack to "2"
9 Months Ago
Add "containerVolume" and "itemVolume" to represent how only empty backpacks can go into normal inventories Item default volume 1 Container default volume 1
9 Months Ago
Only right click into your own backpack when it is open: don't right click into the backpack of the player you are looting Don't prioritize right clicking items to backpack when it is full
9 Months Ago
Fixed players being unlootable again Add backpack container when looting Support moving backpack to corpse when dying (default it pops off you) Update player lootpanel with backpack slot
9 Months Ago
Fix players being unlootable from leftover v1 backpack code
9 Months Ago
Only show backpack inventory when clicking on your own backpack
9 Months Ago
Make the backpack panel resizable (so it only shows the slots it has capacity for)
9 Months Ago
Configure a List<Gameobject> to hide & show when backpack is selected instead of specific gameobjects
9 Months Ago
Fix manual merge
9 Months Ago
Merge from main -> hackweek_backpacks_2
9 Months Ago
Add ServerRPC with 6 arguments Include "if backpack is open" bool when right clicking items since the client doesn't actually loot the backpack when "opening" it Implementing ideal container for backpack so right clicking items will go to backpack when it is open
9 Months Ago
Drop backpack when you are wounded or die Move "DropBackpack" method from PlayerBelt on client to PlayerInventory and work both on client or server
9 Months Ago
Show backpack inventory when selecting the backpack Add `hideSelectionPanel` to `ItemDefinition` to prevent the center panel from showing for certain items (aka backpacks) Add new itemcontainer type: `BackpackContents` Allow players to move items into their backpack from within their inventory Add backpack panel to UI where the player is
9 Months Ago
Add `PlayerInventory.GetAllWornItems()` to handle backpack having it's own ItemContainer but still worn Add backpack container to CRC hash when switching clothing Taadaa now it shows on your back!
9 Months Ago
Prevent held entities from parenting to backpacks (rock attachment is cool but no thanks)
9 Months Ago
Hold E to pickup backpack instead of opening the radial menu
9 Months Ago
Ideal container when picking up and right clicking backpack
9 Months Ago
Change ability to loot in world from `ItemModWearable.backpack` to `ItemModContainer.canLootInWorld` Add `ItemModBackpack` instead of `bool backpack` in `ItemModWearable` Only allow backpack to have items added to it when it is dropped in the world (via canAcceptItem so cheats can't bypass it)
9 Months Ago
Add crafting recipe for small backpack
9 Months Ago
Remove "move items from backpack container to backpack item"
9 Months Ago
Add buoyancy point to fix buoyant dropped items
9 Months Ago
Added ability for items to inherit the player's rotation (so backpacks always face away from the player when dropped)
9 Months Ago
Add `buoyancy` option to WorldModel that will add Buoyancy script and assign the rigidbody Switch RendererLOD to LodGroup for smallbackpack worldmodel Fix empty backpack not accepted in backpack slot PLay zipper sound when backpack is dropped but not quite working
9 Months Ago
Add yellow & orange variants of small backpack (via different textures)
9 Months Ago
Add zipper sound when dropping backpack Allow empty backpacks inside normal inventory & chests
9 Months Ago
Add blue backpack icon the backpack item (instead of saddle bag placeholder)
9 Months Ago
Add backpack button to drop backpack on the '~' key (backquote) Must hold button for >0.5s Change backpack to resizable loot panel (from generic) Change test backpack size to 24
9 Months Ago
Cherrypick 85726 (water NRE in editor)
9 Months Ago
Reimplement inventory slot for backpack
9 Months Ago
Change backpack container to a dedicated slot for the backpack instead of the contents of the backpack
9 Months Ago
Merge from hackweek_backpacks -> hackweek_backpacks_2