userJarryd Campicancel
reporust_rebootcancel

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

21 Days Ago
Mark wearable renderers that are shadow only as update when offscreen, fixes some body parts culling in the local players shadow at some perspectives
21 Days Ago
Periodically recalculate the bounds on all of the skinned mesh renderers on a ragdoll so that the culilng bounds are up to date. (Every 9-10s) Should be more performant than just enabling Update when offscreen
22 Days Ago
Support multiple inventories being added to the reclaim contents
22 Days Ago
Added support for taking over a shop if you can pay twice the fee
22 Days Ago
Compile fixes
22 Days Ago
First pass on rentable shop ownership prompt
22 Days Ago
Added support for hunting trophies to store the skin of clothing items
22 Days Ago
Merge from main
22 Days Ago
Better fix for player restting to standing, always set state to sitting if poseType is set to true
22 Days Ago
Fixed player sometimes reverting to standing briefly when rapidly cycling through items while mounted to something
22 Days Ago
Don't apply if we have an active clothing offset
22 Days Ago
Applied a very small offset to the holster position (0.03f on y) for guns mounted on the back if the player is female
22 Days Ago
Fix ballistic and BDU clothing missing from conveyor filters
23 Days Ago
Fixed torch attack animations not working on non local players
23 Days Ago
Lots of boilerplate for shop renting system Expose a scrap cost per real time hour and initial fee for opening a shop Require initial fee and 24 hours of rent to open the store Deduct rent each hour, evict owner if can't make rent Rent is stored in VM storage, so successful sales will extend tenancy Added RentableShop.ProcessRentTick convar that makes all shops pay rent straight away
23 Days Ago
Merge from main
23 Days Ago
Merge from PlayerRigUpdate2
23 Days Ago
Merge from ballistic_helmet_weight_fix
23 Days Ago
S2P all floating cities, fixes missing mannequin meshes
23 Days Ago
Remove unused override
23 Days Ago
Merge from industrial_dlc
23 Days Ago
Fixed industrial torch anims not applied to sub systems
23 Days Ago
Merge from main
23 Days Ago
Merge from mortar_prototype (fixes mortar animations)
23 Days Ago
Fix editor only NRE when playing first person sounds
23 Days Ago
Fix
23 Days Ago
Fixed ProjectileModPartVisibility disabling unrelated VM's on deploy Removed viewmodel string based lookup, now requires the same component on the VM with direct references (string lookup will return the root transform if no match was found, so the whole VM was being disabled)
26 Days Ago
Industrial torch uses vm camera Fixed 3p flare visible in first person
26 Days Ago
Swap out the materials on the industrial torch when enabled/disabled
27 Days Ago
Merge from tutorial_animator_fixups
27 Days Ago
Delete some more deprecated components
27 Days Ago
Removed the deprecated cinemachine camera component from the end tutorial cinematic Update the tutorial NPC to use a child animator rather than cinematic mode (we'll eventually phase out cinematic mode)
27 Days Ago
Merge from PlayerRigUpdate2
27 Days Ago
Added a toggle to disable spine IK to animator sub systems Applied to shopkeeper NPC
27 Days Ago
Hardcode drop_item gesture to 1s as it's now faster
27 Days Ago
Added a toggle to all animation sub systems that disables them when gesturing Not a great fix, would be cleaner to move gestures to their own sub system but for now it will have to do
27 Days Ago
Fixed vehicle aim yaw not being carried over when changing weapons while mounted to a boat seat Refactored to just use a static list of parameters (see AnimatorFloatParamsToCopy)
27 Days Ago
Merge from main (no conflicts)
37 Days Ago
Merge from main
37 Days Ago
Crude oil production can now be turned on/off (see ToggleProducing on WaterCatcher.cs)
37 Days Ago
Sphere tank scene is now playable
37 Days Ago
Added a crude oil producer to dome
37 Days Ago
Merge from fluid_io_updates Creating new branch to combine player maintained monuments
37 Days Ago
Merge from main
40 Days Ago
Fixed gingerbread man corpses throwing errors
40 Days Ago
Updated position of player model in wanted poster renders
40 Days Ago
Fix mountable sub systems not properly getting disabled when scrubbing in a demo
40 Days Ago
Lock the sprint system to not run for the first 2s a weapon is equipped (hacky fix)
40 Days Ago
Fixed hands layer not properly restoring to 0 weight if player unequipped the LR while sprinting
40 Days Ago
Debug readout + removed a log