userJarryd Campicancel

12,052 Commits over 2,527 Days - 0.20cph!

14 Days Ago
Add signage.adminscanalwaysupdatesigns replicated convar, controls the previously hardcoded behaviour of admins always being able to modify signs regardless of locks, build status, etc (made testing permisisons harder) Fixed the sign attached to rentable shops being editable when the shop is closed Fixed the sign attached to rentable shops being editable after using the randomise shop owner convar
14 Days Ago
Merge from PlayerRigUpdate2 (snowmobile/bike reaction layer refactor, no player facing changes)
14 Days Ago
Delete PlayerModelReactionEnded state machine component
14 Days Ago
Remove React layer from player animator, now handled entirely by sub systems Remove 3 associated parameters
14 Days Ago
Merge from react_layer
14 Days Ago
Fixed pelvis movement on low react weights
14 Days Ago
Merge from parent
14 Days Ago
Merge from voice_delay_fix_attempt_2
14 Days Ago
Flip around the position and data increment
14 Days Ago
Merge from main
14 Days Ago
Remove client.SetPlayerSeed convar (duplicate of client.playerseed command)
15 Days Ago
Fixed ladder hatch unlocking on tech tree after learning the elevator blueprint
15 Days Ago
Merge from ModularCarClipping_Fix
15 Days Ago
Removed an EditorApplication update invoke in BaseVehicleModuleEditor that was causing issues (recursive layout) Replaced the Vector fields for foot IK positions on modular car seats with transform fields, added matching transforms for the couple of seats with IK positions Adjusted foot position on the LessLegroom seats to minimise foot clipping
15 Days Ago
Merge from main
15 Days Ago
Merge from PlayerRigUpdate2 (new one handed sprint anims on most two handed projectile weapons)
15 Days Ago
Merge from main
15 Days Ago
Merge from sprint_subsystem
15 Days Ago
Added one handed sprint anims to M4, Spas, Crossbow, Double Barrel, MP5, Bolty, SMG, Thompson, M249, Semi Auto, AK47, Space LR
15 Days Ago
Merge from parent
15 Days Ago
Merge from mount_cycle_fix
15 Days Ago
Merge from main (some tricky PlayerModel.cs merges happening today)
15 Days Ago
Merge from wanted_deep_sea_fix
15 Days Ago
Merge from huntingtrophy_skins
15 Days Ago
Merge from PlayerRigUpdate2
15 Days Ago
Delete turnOn and turnOff parameters from PlayerAnimator Delete Turn On and Turn Off states (was only ever used for torches, now handled via sub systems)
15 Days Ago
Merge from torch_implementation_finish
15 Days Ago
Merge from parent
15 Days Ago
Merge from main
15 Days Ago
Merge from cinematic_speed_fix
15 Days Ago
Fixed some warnings being thrown when entering and exiting cinematic anims
15 Days Ago
Possible threading fix for voice delay issue
15 Days Ago
Bypass dynamic pricing for rentable shops (they are player controlled but technically are NPC vending machines)
15 Days Ago
Enforce a 6 hour protection window from store takeovers Add rentableshop.ResetTakeoverProtectionOfClosestShop convar
15 Days Ago
Merge from main
16 Days Ago
Fixed UIEscapeCapture not working in editor when main menu is disabled
16 Days Ago
S2P apartment complex
16 Days Ago
Fixed interact distance on shop B Fixed interactive door on shop E Fixed some incorrect prefab ids
16 Days Ago
Initial first pass on setting up the other rentable shop variants
16 Days Ago
Expose new overrideMaxImageWidth and overrideMaxImageHeight on Signange Needed for rentable signs, fixes a bunch of issues
16 Days Ago
Merge from PlayerRigUpdate2/aim_yaw_fix (fixes jittering on legs when holding a torch on horseback)
16 Days Ago
Merge from sleeper_rotate_fix
16 Days Ago
Possible fix for sleepers getting rotated incorrectly
20 Days Ago
Fixed some RPC limits on change name and add sell order Fixed wrong starting fee being applied
20 Days Ago
Remove the water level clamping while swimming, was causing footsteps to be audible when a player was fully submerged Dithering between swimming and walking needs a better fix, out of scope for this month
20 Days Ago
Fixed 3p_gesture_sleeping animation playing a wave sfx for some reason
21 Days Ago
Add ability to store a toast to play when a player reconnects, can be stored for players that aren't active on the server (See BasePlayer.RecordToastToPlayOnReconnect) WIll send all of the toasts after the player reconnects and wakes up (10s intervals if multiple have been queued) A player will now be notified when they reconnect if a shop they owned closed while they were offline
21 Days Ago
Add rentableshop.closenearestshop convar Add a toast if your shop is closed
21 Days Ago
Don't apply lerp if we're slowing down
21 Days Ago
Fixed sprint anim being played over reload Added some lerping to speed animation so it blends back in a bit nicer after reloadiang while sprinting Snap the player out of the sprint animation if they attack (and for one second afterwards)