userJake_Richcancel
branchrust_reboot/main/fix_alt_loot_clothingcancel

14 Commits over 0 Days - Infinitycph!

20 Days Ago
Remove unused field + comments
20 Days Ago
Update test list
20 Days Ago
merge from main -> fix_alt_loot_clothing
20 Days Ago
Fix compile error + rename field
20 Days Ago
Added another test to make sure that when alt looting with a full inventory, the extra clothing will go into the body bag
20 Days Ago
Update testlist
20 Days Ago
Update test list
20 Days Ago
Add new tests to TestItems for alt looting behavior I fixed & ensuring corpses still block input correctly
20 Days Ago
Add ability for RPCFactory.MoveItem() to supply ItemMoveModifier parameters
20 Days Ago
Fix NRE from ConstructionError.Log() for players without connections (for tests)
20 Days Ago
Create method for PlayerOpenLoot() inside DroppedItemContainer outside of the looting RPC (same idea as what StorageContainer has)
20 Days Ago
Add more items to ItemManager.Items to make tests easier
20 Days Ago
Add convar for "bypassiteminputrestriction" to allow the server to be put in a mode where you can move items into input blocked containers
20 Days Ago
Fix alt looting from player corpse bags -> player inventory - fixes clothing alt looted from dropped item containers not being worn if you are already wearing clothing - fixes clothing that would be dropped if you have a full inventory by trying to force move the items into the corpse bag first (bypassing the "no item input" manually)