userJarryd Campicancel
reporust_rebootcancel

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

6 Days Ago
WIP on expanding MeleeWeaponAnimationSubSystem to actual weapons Add Throwing support
6 Days Ago
Fixed VM stats not working on rentable shops
6 Days Ago
Various cleanup
6 Days Ago
Cleanup
6 Days Ago
Fixed not being able to buy things from rentable shops due to distance hecks
7 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
7 Days Ago
Merge from PlayerRigUpdate2 (snowmobile/bike reaction layer refactor, no player facing changes)
7 Days Ago
Delete PlayerModelReactionEnded state machine component
7 Days Ago
Remove React layer from player animator, now handled entirely by sub systems Remove 3 associated parameters
7 Days Ago
Merge from react_layer
7 Days Ago
Fixed pelvis movement on low react weights
7 Days Ago
Merge from parent
7 Days Ago
Merge from voice_delay_fix_attempt_2
7 Days Ago
Flip around the position and data increment
7 Days Ago
Merge from main
7 Days Ago
Remove client.SetPlayerSeed convar (duplicate of client.playerseed command)
7 Days Ago
Fixed ladder hatch unlocking on tech tree after learning the elevator blueprint
7 Days Ago
Merge from ModularCarClipping_Fix
7 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
7 Days Ago
Merge from main
8 Days Ago
Merge from PlayerRigUpdate2 (new one handed sprint anims on most two handed projectile weapons)
8 Days Ago
Merge from main
8 Days Ago
Merge from sprint_subsystem
8 Days Ago
Added one handed sprint anims to M4, Spas, Crossbow, Double Barrel, MP5, Bolty, SMG, Thompson, M249, Semi Auto, AK47, Space LR
8 Days Ago
Merge from parent
8 Days Ago
Merge from mount_cycle_fix
8 Days Ago
Merge from main (some tricky PlayerModel.cs merges happening today)
8 Days Ago
Merge from wanted_deep_sea_fix
8 Days Ago
Merge from huntingtrophy_skins
8 Days Ago
Merge from PlayerRigUpdate2
8 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)
8 Days Ago
Merge from torch_implementation_finish
8 Days Ago
Merge from parent
8 Days Ago
Merge from main
8 Days Ago
Merge from cinematic_speed_fix
8 Days Ago
Fixed some warnings being thrown when entering and exiting cinematic anims
8 Days Ago
Possible threading fix for voice delay issue
8 Days Ago
Bypass dynamic pricing for rentable shops (they are player controlled but technically are NPC vending machines)
8 Days Ago
Enforce a 6 hour protection window from store takeovers Add rentableshop.ResetTakeoverProtectionOfClosestShop convar
8 Days Ago
Merge from main
8 Days Ago
Fixed UIEscapeCapture not working in editor when main menu is disabled
8 Days Ago
S2P apartment complex
8 Days Ago
Fixed interact distance on shop B Fixed interactive door on shop E Fixed some incorrect prefab ids
8 Days Ago
Initial first pass on setting up the other rentable shop variants
9 Days Ago
Expose new overrideMaxImageWidth and overrideMaxImageHeight on Signange Needed for rentable signs, fixes a bunch of issues
9 Days Ago
Merge from PlayerRigUpdate2/aim_yaw_fix (fixes jittering on legs when holding a torch on horseback)
9 Days Ago
Merge from sleeper_rotate_fix
9 Days Ago
Possible fix for sleepers getting rotated incorrectly
12 Days Ago
Fixed some RPC limits on change name and add sell order Fixed wrong starting fee being applied
13 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