userJarryd Campicancel

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

8 Months Ago
More build cleanup, not much progress
8 Months Ago
New idea: what if we saved preprocessed versions of all of our prefabs outside of the assets folder?
8 Months Ago
Finally got a maybe working bundle out of this, still way too slow
8 Months Ago
Turn off root motion on viewmodel camera animator
8 Months Ago
Fix missions UI always appearing when a player connects to a server with BaseMission.missionsenabled set to false
8 Months Ago
Merge from parent
8 Months Ago
Add support for the new has ammo layer on newer viewmodels to the Viewmodels test scene
8 Months Ago
Rename legacy animator field
8 Months Ago
Add admire support to the Viewmodels scene
8 Months Ago
Remove admire->idle transition
8 Months Ago
Add ViewmodelCameraAnimationSync component to sync the camera anim to the regular viewmodel anim Setup on p17
8 Months Ago
Better parameters in FindAssets method, fix compile errors after merge
8 Months Ago
Merge from main (reviving this for hackweek)
8 Months Ago
▉▉▇▄ ▇▊█▇▆▄▍▇▄ ▋▄▇▆▇ ▍▉▌ ▍▆ ▉▊▌▊▍▊▊ ▍█▌▅ ▅▅▌▌▌█▌▄█▍▌▉▄▌▍▄▌▇▌█▄▊▇, ▌█▉▄▉ ▊▉▄ █ ▉▍▉▌▉█
8 Months Ago
▄▆▊ ▌▌▌▄▌▅.▋▆▉▇▆▇▋▌▋▍▅▋▊▄▅▉▅▋▇▇▌▊▆█ ▅▌▅▍▅▋ ▍▄ ▋▍▌▇▊▋▌ ▌▌▋ ▍▅▆▌▇ ▆▉▇▊ ▄▋█▆▄▍▅▆▇, ▅▋▊▄▄▄ ▄▋ ▆▌▌█▍█ █▅ ▊▅▅▇█▍█▌▄ ▌▇▆▊▋▇
8 Months Ago
▍▊▆█ ▍▄▅▌▌▍▋▄▍▅ ▍█▍▉▌▇ █▅▊ █▇▍▄▄ ▌▆▌▊ - ▊▄▅▄▇▋ ▇▋'▉▅ ▋▊▆ ▍▄▌▊▊█▄▊▌█▌▍ ▌▄▄ ▍▄▍▊ ▄▄▇▍ ▄▌▅▆▅▅ ▌▆█ ▄▅█▌▆█ ▅▋▌▄ ▋▊▇ ▅▉▊ ▆▋█▅▅ ▉▆▉ ▅▋▋ ▉▆▌▉
8 Months Ago
Use RaycastCommands for LaserBeams as well, turns cost of laser beam updates from 0.2ms to 0.1ms in outpost
8 Months Ago
First pass on moving the sound occlusion system into jobs now that we're on an updated version of unity Keeps the frequency the same but moves all raycasts into RaycastCommands with a max of 10 hits Can be toggled on and off at runtime via SoundOcclusion.useThreadedCommands convar
8 Months Ago
Fix junkpile_water_b and c getting their colliders stripped on the server, leading to items falling through the junkpile Fix junkpile_water_a not properly removing components (this one already worked ok as far as dropping items)
8 Months Ago
Delete the sks item skin asset, prevents it from being crafted as a SAR skin Update skin list
8 Months Ago
WIP sending a special death info to the player when they die due to sleeping in a safe zone
8 Months Ago
Hide the health bar of the entity the player is looking at while in ADS and the hide interact text while aiming option is set to true Also optimised the health bar update method to remove an 80b/frame allocation and a 90b/frame allocation when looking at a building block (regardless of the ADS setting)
8 Months Ago
Unsaved
8 Months Ago
Send the cargo ship patrol path to the player, render it on the map
8 Months Ago
Better fix, roll the ladder root into the same entity flag toggle as the netting as we want to show them together S2P harbor_1
8 Months Ago
Move the ladder on the rotating crane into a new root and toggle it via an entity flag toggle so it's only visible on the crane on the shore side
8 Months Ago
Added a new CanvasLineRenderer component that draws a line into canvas space given a series of positions. Supports a tiling UV and tesselation in the corners to smooth things out
8 Months Ago
One more tweak, align both condensed and normal versions with the same right offset on the amount text so we can maximise the size of the font
8 Months Ago
Spacing tweaks
8 Months Ago
Use the condensed item pickup notice when displaying a pickup greater than the stack size of the item Condensed item pickup notice amount text so it's more legible
8 Months Ago
Removed the parenting volume on the crane pickup piece, it would work when the crane rotates but not when it extends/retracts as our parenting system has no awareness of that movement Fixed another case where the attachment collider wouldn't match between client/server, leading to flyhacks
8 Months Ago
Fixed a slight offset on the harbor crane pickup attachment that could maybe lead to flyhack kicks while standing on it Added a parenting volume to this section so if the player is standing on it while it moves they should move as expected with it Will need harbor S2P's for this to work properly
8 Months Ago
Fixed some edge cases where the planner was unclear if you could place an external structure if you had just slid down a surface
8 Months Ago
Merge from main
8 Months Ago
Fixed incorrect ShowBullet reload animation event configuration
8 Months Ago
Update harbor_crane_a to fix missing meshes
8 Months Ago
Merge from main
8 Months Ago
Update skin list
8 Months Ago
Fixed missing ShowBullet animation events
8 Months Ago
Fixed the new camera animation system on the minigun/flamethrower/sks not respecting the head bob client setting
8 Months Ago
Fixed missing camera shakes when firing the sks
8 Months Ago
Fixed sks firing animations early exiting causing camera clipping Fixed missing ammo_true and ammo_false triggers, they're not used but are required for the empty state animator handling
8 Months Ago
Set up sks as skin of SAR, sks is no longer craftable Fix SteamInventoryItem editor inspector not appearing for ItemSkins
8 Months Ago
Typo fix
8 Months Ago
Added a slight level of movement forgiveness when placing external walls, placing should now be possible while perched on something (where for all intents and purposes you're standing still but you might be moving an imperceivable amount per frame) Short Ice Wall now takes 3 seconds to place
8 Months Ago
Merge from main
8 Months Ago
Fixed cargo ship not remembering which harbor it was docking at if the server was saved mid-dock
8 Months Ago
Fixed the quick move conveyor path leaving 0 quantity items behind when moving items These get cleaned up every second in the item heartbeat but we need it to be faster because electrical furnaces have limited space and the 0 quantity items were making the conveyor think it was full and shut down
8 Months Ago
Merge from main
8 Months Ago
Reserialize all materials (1083 changes)