userJarryd Campicancel
reporust_rebootcancel

12,609 Commits over 2,284 Days - 0.23cph!

10 Months Ago
Fixed the equipped backpack being dropped on the ground if the player right clicks a backpack item in their inventory while the inventory is full Affects all backpacks, not just shields
10 Months Ago
FIxed water pistol not resting in hands properly while a shield is equipped
10 Months Ago
Fixed water pistol not sitting in hand properly while a shield is equipped
10 Months Ago
Fixed exception when equipping a shield while a shield compatible weapon is already held
11 Months Ago
Merge from cmBrainEnabled
11 Months Ago
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
11 Months Ago
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
11 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)
11 Months Ago
Another attempt to fix the player corpse not implemented exception
11 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
11 Months Ago
Fixed case where player could hit their own shield with melee weapons
11 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
11 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
11 Months Ago
Experimental changes to try and resolve the slight player rotation wobble when entering/exiting parenting volumes
11 Months Ago
Merge from zipline_dismount_angle
11 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
11 Months Ago
Codegen
11 Months Ago
Merge from main
11 Months Ago
Merge from protobuf_osx_fix
11 Months Ago
Merge from fix_vending_multiplier_widget
11 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
11 Months Ago
Both wooden shields now use wooden impact pfx
11 Months Ago
Fixed "ent kill" commands affecting shields
11 Months Ago
Fixed priority of block impact anims so they don't go via the idle state
11 Months Ago
Fixed left hand driven camera animation not working when shields are active
11 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)
11 Months Ago
Adjust shield holstered positions Removed some placeholder anims
11 Months Ago
Disable write defaults on shield idle
11 Months Ago
Fixed NotImplementedException on the client when a ragdoll collides with something
11 Months Ago
Fixed jittery movement when noclipping
11 Months Ago
▆▇▄ ▇▇▉▄▅▄▊▇ █▍▊ ▍▌▍ ▌█▊▅▍ ▋▇ ▋▆▌▇▇▋▊ ▆▋▅ ▌▄▌▊▉▊▉ ▆▆▅█▋▆▊█ ▋▌▆▉▌▌
11 Months Ago
Merge from magnetcrane_deathscreen
11 Months Ago
Merge from xmas2024
11 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
11 Months Ago
Added a prevent building volume to mine_tnl_entrance_xmas, fixes small space where building was possible in xmas tunnel entrance
11 Months Ago
Fixed shield resetting to idle briefly in 3rd person when getting shot/hit
11 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
11 Months Ago
Fixed melee vm hit block animations not playing
11 Months Ago
Merge from delete_entity_by_id
11 Months Ago
Merge from fishtrap_restart
11 Months Ago
Merge from clearUGCByPlayer_fix
11 Months Ago
Merge from version_auto_printout
11 Months Ago
Run the version command on client startup
11 Months Ago
Merge from bag_pickup_auth
11 Months Ago
Fixed bag interactions when in auth
11 Months Ago
More socket fixes
11 Months Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
11 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%
11 Months Ago
Fridge is now an IO entity, requires 5 power
11 Months Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied