userJarryd Campicancel
reporust_rebootcancel

12,777 Commits over 2,192 Days - 0.24cph!

7 Months Ago
Added a nicer way to GetActiveShield(), cuts down on some repeating inventory reads Don't show the crosshair when blocking with a shield while a gun is equipped (you can't shoot anyway)
7 Months Ago
Merge from primitive
7 Months Ago
Another attempt to fix the player corpse not implemented exception
7 Months Ago
Call SetHeld(false) before clearing the owner player rather than after Fixes some logic in that method failing because it needs the owner player to be able to access the current shield if the equipped weapon is being dropped
7 Months Ago
Fixed case where player could hit their own shield with melee weapons
7 Months Ago
Enabled shield compatibility on: Skinning Knife Water Pistol Candy Cane Club Flashlight Concrete hatchet + pickaxe Lumberjack axe Shovel Bone Knife Frontier Hatchet Combat Knife Stone Pickaxe
7 Months Ago
Show whether a gun can be used with a shield in the info panel Minor layout reshuffling in the inventory, crafting and tech tree panels to support this
7 Months Ago
Experimental changes to try and resolve the slight player rotation wobble when entering/exiting parenting volumes
7 Months Ago
Merge from zipline_dismount_angle
7 Months Ago
Improved behaviour of zipline dismounts Now checks if a zipline position has a valid dismount before saving it as a safe dismount point Increased the radius of the zipline capsule when checking if it can move forwards Should no longer result in players being dismounted into clipping geometry on powerlines if the arrival point is at a harsh angle
7 Months Ago
Codegen
7 Months Ago
Merge from main
7 Months Ago
Merge from protobuf_osx_fix
7 Months Ago
Merge from fix_vending_multiplier_widget
7 Months Ago
Fix incorrect text label on the scrap received multiplier widget in the map screen when inspecting a vending machine Now matches the correct label when interacting with a vending machine in person
7 Months Ago
Both wooden shields now use wooden impact pfx
7 Months Ago
Fixed "ent kill" commands affecting shields
7 Months Ago
Fixed priority of block impact anims so they don't go via the idle state
7 Months Ago
Fixed left hand driven camera animation not working when shields are active
7 Months Ago
Split "Save Backpack Holster" option on HeldEntity inspector into two options, "Save Scene Position as Holster" and "Save Scene Position as Backpack Holster" Added a "Save Holster Info to Prefab" button that copies the current holster values to the prefab asset Don't show any of these options on Held entities if they are not in the scene (they would have failed anyway)
7 Months Ago
Merge from primitive
7 Months Ago
Adjust shield holstered positions Removed some placeholder anims
7 Months Ago
Disable write defaults on shield idle
7 Months Ago
Merge from primitive
7 Months Ago
Fixed NotImplementedException on the client when a ragdoll collides with something
7 Months Ago
Fixed jittery movement when noclipping
7 Months Ago
▆▇▄ ▇▇▉▄▅▄▊▇ █▍▊ ▍▌▍ ▌█▊▅▍ ▋▇ ▋▆▌▇▇▋▊ ▆▋▅ ▌▄▌▊▉▊▉ ▆▆▅█▋▆▊█ ▋▌▆▉▌▌
7 Months Ago
Merge from magnetcrane_deathscreen
7 Months Ago
Merge from xmas2024
7 Months Ago
Added forceDisableTurntableInItemStore option to steam inventory items, allows us to disable the 3d render in the item store if there is an issue (better approach than just hardcoding ids to check) Enabled on advanced xmas lights
7 Months Ago
Added a prevent building volume to mine_tnl_entrance_xmas, fixes small space where building was possible in xmas tunnel entrance
7 Months Ago
Fixed shield resetting to idle briefly in 3rd person when getting shot/hit
7 Months Ago
Improved projectile hit handling for shields Due to the thickness of the player capsule on the server the player often fully encompasses the shield collider, leading to the shield missing shots that it should be blocking because the shot hits the player first Server fired and player fired projectiles now do an additional check when damaging players to see if the shield should block the hit by checking the racyast against the equipped shield
7 Months Ago
Fixed melee vm hit block animations not playing
7 Months Ago
Merge from delete_entity_by_id
7 Months Ago
Merge from fishtrap_restart
7 Months Ago
Merge from clearUGCByPlayer_fix
7 Months Ago
Merge from version_auto_printout
7 Months Ago
Run the version command on client startup
7 Months Ago
Merge from bag_pickup_auth
7 Months Ago
Fixed bag interactions when in auth
7 Months Ago
More socket fixes
7 Months Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
7 Months Ago
WIP system to track food spoilage Operates via new ItemModFoodSpoiling that stores a countdown in real time for how long an item remains unspoilt Added a new getSpoilMultiplier callback to ItemContainer that can modify the rate food spoils when items are contained within it, powered fridges reduce the rate by 90%
7 Months Ago
Fridge is now an IO entity, requires 5 power
7 Months Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied
7 Months Ago
Merge from scrap_exchange_dynamic_pricing
7 Months Ago
Merge from root_label_fix
7 Months Ago
Merge from ice_sculptures
7 Months Ago
Manifest