reporust_rebootcancel

125,756 Commits over 4,109 Days - 1.28cph!

3 Months Ago
Tesla coil
3 Months Ago
Merge from vines
3 Months Ago
Fixed vine update performance at scale
3 Months Ago
backup
3 Months Ago
Unsaved
3 Months Ago
Add vine tree population Fixed an NRE because tree has no proper colliders (yet)
3 Months Ago
Protobuf
3 Months Ago
Merge from vines
3 Months Ago
Fixed CLIENT compile error
3 Months Ago
3 Months Ago
Disable time of day movement in the workshop scene (can still use slider) Added new skybox rotation slider Export mesh file dialog now autofills the name of the item
3 Months Ago
Parent merge
3 Months Ago
Try to merge all partial stacks of items inside the main inventory of the corpse before trying to move backpack items into it - reduces times we spawning backpack contents sack on the ground
3 Months Ago
Fix reclaim backpack contents going into main inventory when respawning instead of backpack
3 Months Ago
Fixed missing pooling for List<Item> (missed from stash)
3 Months Ago
Fix pooling missed for Dictionary<ItemDefinition,float>
3 Months Ago
Refactor to `ItemContainer.MoveAllItems()` so any time we are trying to move all items from container -> container we don't skip items or throw errors for looping while items are removed
3 Months Ago
Try to move items onto the corpse's inventory first before spawning the dropped bag with the backpack's contents
3 Months Ago
Add convars to keep backpack when wounded / dying - keep backpack equipped when dying in softcore so it works as expected with reclaim Fix "ReclaimPercent" doing the opposite of what you think where 0% = keep and 100% = none - change the convar for reclaimWear percent to reflect this If the backpack is going to be kept on the player to be reclaimed, drop the contents of the backpack on the ground that aren't going to be kept Fix backpack not fitting into the reclaim inventory due to volume restriction
3 Months Ago
Reclaim items automatically when you respawn instead of needing to run back to corpse "Rewrite" reclaim manager so it only has a single reclaim per player - timer refreshed every time you die but it should give out every item when you respawn anyways - also remove storage of killer name since that was used for reclaim backpack naming Remove reclaim backpack code & prefab since it's not used anymore Reclaims still expire after 2 hours (convar) Put items back into respective inventories (main, wear, hotbar, backpack) - put backpack contents into main inventory if you don't respawn with a backpack due to reclaim Add new inventories to protobuf & run codegen
3 Months Ago
Parent merge
3 Months Ago
Updated crocodile, panther and tiger prefab info with avatar icons
3 Months Ago
Avatar icons for tiger, panther, crocodile and snake
3 Months Ago
Make vine swinging trees immortal
3 Months Ago
Still broken looking but slightly less broken looking vine visual
3 Months Ago
Change `AddFractionOfContainer()` method to keep 50% of the amount of items instead of 50% of stacks - 1000 stone + 1000 wood -> 500 stone + 500 wood instead of only choosing one of the stacks - use RNG to determine initial rounding of stackable items then use remainder to consistantly determine the rest of the rounding behavior
3 Months Ago
Merge from upload_icons_range
3 Months Ago
Added eyelid skin weights to heads that didn't have any
3 Months Ago
Merge from main
3 Months Ago
Playground.player scene updates
3 Months Ago
Player seed updates
3 Months Ago
subsurface, more shader params, and experimenting with reflective glow
4 Months Ago
Remove reclaim toast prompted when you respawn
4 Months Ago
Remove reclaim terminal from outpost and bandit camp - S2P both monuments
4 Months Ago
Subject to change: run commandline arguments again in Bootstrap after loading config to overrule anything defined in both
4 Months Ago
▅▉▌▄▋ ▇▆▌▋ ▆▇▌▋▍▊▊_▇▄▄▆█▌_▄▆▋
4 Months Ago
▊▆▅ ▋▇▉▌▇▊▌ ▉▄▄█▍▄▍ █▄▌▇▉▍ ▌▊▆▊▌ ▉▍ █▌▉▇▅ ▌▌▇▆ ▌▊▋▉▋▆▉▊▄▆ ▊▅ ▌▇▇ (▆▄▇ ▆▅▄▌▍ ▋▋▇ ▊█▊ ▆▅▅▊▅▆▆ ▊▍▅ ▊▅▊▊ ▊▌ ▋ ▊▉▅▄▅ ▉▊ ▆▆▍▊ ▍▌█▉▄)
4 Months Ago
Merge from vram_budget
4 Months Ago
Disable texture streaming for ground_plants
4 Months Ago
Finalised texture streaming changes, removed complicated switching logic, added ground_plants atlas to exclude list
4 Months Ago
Player seed updates
4 Months Ago
merge from ownerid_fixes
4 Months Ago
Set owner id of spawned vehicles and hot air balloons
4 Months Ago
Set ownerid of siege tower draw bridges
4 Months Ago
Set owner id of siege weapon spawned by constructable entities
4 Months Ago
Rotation of boomerang wm
4 Months Ago
removed old temp hatchet mesh from .entity prefab
4 Months Ago
eye shader beginnings (parallax iris and two layer specular)
4 Months Ago
Added AO to MP5 material
4 Months Ago
merge from high_walls_skins