userJarryd Campicancel

13,597 Commits over 2,710 Days - 0.21cph!

Today
Merge from cmBrainEnabled
Today
Added debug.cmBrainEnabled convar to enable/disable a cinemachine brain attached to the main camera (if it exists) Convar is saved and defaults to off
Today
ESPCanvas convars (DisableOcclusionChecks, OverrideMaxDisplayDistance, ColourCodeTeams, UseRandomTeamColours, etc) will now work if the player is first person spectating Previously only worked if the local player was in debug cam mode
Today
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)
Today
Merge from primitive
Today
Another attempt to fix the player corpse not implemented exception
Today
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
Today
Fixed case where player could hit their own shield with melee weapons
Today
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
Today
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
3 Days Ago
Experimental changes to try and resolve the slight player rotation wobble when entering/exiting parenting volumes
3 Days Ago
Merge from zipline_dismount_angle
3 Days 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
3 Days Ago
Codegen
3 Days Ago
Merge from main
3 Days Ago
Merge from protobuf_osx_fix
3 Days Ago
Merge from fix_vending_multiplier_widget
3 Days 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
3 Days Ago
Both wooden shields now use wooden impact pfx
3 Days Ago
Fixed "ent kill" commands affecting shields
6 Days Ago
Fixed priority of block impact anims so they don't go via the idle state
6 Days Ago
Fixed left hand driven camera animation not working when shields are active
6 Days 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)
6 Days Ago
Merge from primitive
6 Days Ago
Adjust shield holstered positions Removed some placeholder anims
6 Days Ago
Disable write defaults on shield idle
7 Days Ago
Merge from primitive
7 Days Ago
Fixed NotImplementedException on the client when a ragdoll collides with something
7 Days Ago
Fixed jittery movement when noclipping
8 Days Ago
▆▇▄ ▇▇▉▄▅▄▊▇ █▍▊ ▍▌▍ ▌█▊▅▍ ▋▇ ▋▆▌▇▇▋▊ ▆▋▅ ▌▄▌▊▉▊▉ ▆▆▅█▋▆▊█ ▋▌▆▉▌▌
8 Days Ago
Merge from magnetcrane_deathscreen
8 Days Ago
Merge from xmas2024
8 Days 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
8 Days Ago
Added a prevent building volume to mine_tnl_entrance_xmas, fixes small space where building was possible in xmas tunnel entrance
8 Days Ago
Fixed shield resetting to idle briefly in 3rd person when getting shot/hit
8 Days 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
8 Days Ago
Fixed melee vm hit block animations not playing
9 Days Ago
Merge from delete_entity_by_id
9 Days Ago
Merge from fishtrap_restart
9 Days Ago
Merge from clearUGCByPlayer_fix
9 Days Ago
Merge from version_auto_printout
9 Days Ago
Run the version command on client startup
9 Days Ago
Merge from bag_pickup_auth
9 Days Ago
Fixed bag interactions when in auth
9 Days Ago
More socket fixes
9 Days Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
9 Days 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%
9 Days Ago
Fridge is now an IO entity, requires 5 power
9 Days Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied
9 Days Ago
Merge from scrap_exchange_dynamic_pricing