userJarryd Campicancel

12,254 Commits over 2,557 Days - 0.20cph!

34 Days Ago
Implement lockpick mechanic on rentable vending machines Lockpick can be used on a rented vending machine not owned by the using player, allows access to the vending machine inventory for ApartmentCommands.intruderauthseconds convar (300s by default)
34 Days Ago
Move shop costs (InitialScrapFee, ProtectionFromTakeoverHours, ScrapPerHourRent) are now replicated, unchanged values
34 Days Ago
Swap EntityRefs to Syncvars, remove synced NetworkableIds
35 Days Ago
Merge from containerioentity_sorting
35 Days Ago
Merge from main
35 Days Ago
Fixed non local players missing some animations for melee weapons Held Entities with animation sub systems will now receive any signals from the holding player (attack, throw, etc)
35 Days Ago
Merge from PlayerRigUpdate2
35 Days Ago
Fixed animation warnings on torch
35 Days Ago
Merge from shield_disconnect_fix
35 Days Ago
Add IGameUIDisconnectCallback, will get picked up and called on any implementing UI when a player disconnects Replaced the singleton access in disconnect of the map screen and death screen Fixed shield leaving power bar on screen when player disconnects
35 Days Ago
Typo fix
35 Days Ago
Shave off a 40b allocation every time we calculate if the player model needs to show censorship cubes
35 Days Ago
Added framework for blocking some items in rentable store inventory
35 Days Ago
Merge from demo_cfg_frame_0
35 Days Ago
Adjust timing so this runs after replicated vars are applied
35 Days Ago
Merge from PlayerRigUpdate2
35 Days Ago
Don't run the sprint sub system on npc's
35 Days Ago
Merge from PlayerRigUpdate2 (new upper body controller for vanilla hatchet)
35 Days Ago
Merge from melee_subsystem_weapons
35 Days Ago
Some more mild sub system editor speed ups
35 Days Ago
Bring in both arms on the attack state
35 Days Ago
Fixed SetParameterLerpAnimatorBehaviour not working
35 Days Ago
Switched the attack hit animation support to use a blend tree Allow instant transition to aim state even during attack anim (emulate viewmodel behaviour)
36 Days Ago
SetParameterLerpAnimatorBehaviour now interfaces directly with the playable
36 Days Ago
Merge from parent
36 Days Ago
Removed on phone animator state and parameter (now handled by subsystems)
36 Days Ago
Merge from main
36 Days Ago
Merge from phone_handle_fix
36 Days Ago
Fixed phonebooth handset position as well
36 Days Ago
Cache the button attribute lookup on AnimationSubSystems editor, improves some GC while inspecting sub systems at runtime (but performance is still terrible for some reason) Fixed telephone using wrong player animation Fix phone handle alignment with r_prop Converted deployable telephone to MeshLOD, removed an array of transforms from the component and 15kb from the prefab
36 Days Ago
Merge from demo_cfg_frame_0
36 Days Ago
Demo cfgs are now run whenever the demo is reset to the beginning, not just on demo load
36 Days Ago
Increase tick rate of oil producer (60s -> 10s) Added WaterCatcher.ForceEnableOilSwitch to bypass the oil rig switch for testing
36 Days Ago
Unsaved
36 Days Ago
Added a very placeholder diagram to the oil rig fuel switch
36 Days Ago
Convert the Water Catcher loot panel to RustText Add some help text to explain that a vehicle is needed to access the oil
36 Days Ago
Codegen
36 Days Ago
Added a switch to large oil rig puzzle room to enable/disable the crude pump at dome Disabled tie-in to power system (for now)
36 Days Ago
Merge from decimal_parse_default_fix
36 Days Ago
Merge from Sunglasses_Clipping_Fix
36 Days Ago
Merge from conditional_hair_lod2s
36 Days Ago
Merge from model_culling_fixes
36 Days Ago
Merge from heavy_plate_legclip_fix
36 Days Ago
Merge from clothing_reskin_pool_fix
36 Days Ago
Fixed riot helmet front plate not getting reskinned properly in some circumstances (pooling issue)
39 Days Ago
Only allow one shop at a time
40 Days Ago
Fixed currency not being deposited in vending machine inventory
40 Days Ago
WIP on expanding MeleeWeaponAnimationSubSystem to actual weapons Add Throwing support
40 Days Ago
Fixed VM stats not working on rentable shops
40 Days Ago
Various cleanup