userJarryd Campicancel

13,274 Commits over 2,861 Days - 0.19cph!

17 Days Ago
Merge from main
17 Days Ago
Merge from treasure_mission_improvements
17 Days Ago
Added a 6h time limit to the ranch treasure hunt mission so players can't accept the mission, leave a server and the container stays there blocking a spot forever Added spots for the treasure to spawn at supermarket and gas station Added more spots for the treasure to spawn at water wells and lighthouse Reduced the minimum distance between blocked mission points (5m > 3m) to allow more density
17 Days Ago
Merge from container_parenting_fix
17 Days Ago
Revert RidableHorse prefab change
17 Days Ago
Compile fix, S2P again
17 Days Ago
Merge from save248/arm_support Rework the prefab changes S2P harbors
17 Days Ago
Possibly fixed players not parenting to a shipping container properly if the container was stacked on top of another container
17 Days Ago
Break vine tree prefab link so we can clear out some old greybox assets Set up vine tree 2 and 3 variants, added logic to stump to respawn the right tree type
18 Days Ago
Print out "Blocked by tree" when building too close to a vine tree Reduced the size of the prevent building volume on the vine tree, swap the main trunk one from a box to a capsule and shrink the upper box slightly
18 Days Ago
Merge from main
18 Days Ago
Fixed error if no valid camera
18 Days Ago
Added a new GetClosestPointOnBounds option to TreeLOD, prevents trees from switching to lower LODS as the player climbs it due to being so far away from the tree origin Will still ensure these trees switch to low LODS if players are high above them
18 Days Ago
Merge from inputfield_rtl_fix
18 Days Ago
Fix crafting UI NRE when changing category
18 Days Ago
Enable the stump collider immediately when a vine tree starts to fall, prevent things getting stuck at the base
18 Days Ago
Added a fallback check to ensure vines won't spawn if there is an existing home vine on the branch
18 Days Ago
Increase minimum horizontal distance between vine points (7 -> 9)
19 Days Ago
Some potential SetAimDirection NRE changes
19 Days Ago
Remove some busted tea prefab files introduced in 120974
19 Days Ago
Adjust the armour slot weighting system to more closely line up with the intended random values Old slots/chance: 0/70%, 1/10%, 2/10%, 3/10% New slots/chance: 0/50%, 1/25%, 2/15%, 3/10% Adjusted all crafting teas, standard tea still guarantees 1 slot, advanced guarantees 2 slots and pure increases chance of 3 slots Added editor only ItemModContainerArmorSlot.TestSlots that outputs results of half a million rolls, can accept a tea bonus value to test out results with different tea levels
22 Days Ago
Merge from industrial_perf_improvements
22 Days Ago
Some server industrial conveyor performance improvements -Cache at the start of a run if an output has empty slots, that way if an item isn't stackable we can immediately rule out the entire container instead of iterating over the whole thing -Compare slots by item id rather than object comparer -maxItemStacksMovedPerTickIndustrial convar is now enforced across an entire conveyor move operation rather than per input (this will slow industrial systems down, we may want to evaluate raising the default convar from 12) These changes take a problematic conveyor configuration from 670ms to 12ms processing time
23 Days Ago
█▉▌▋▄ ▇▅▋▌ ▉▉▉▋_▍▊▉█_▋█▋▊▅_▄▊▅
23 Days Ago
▍▆▅ ▉▉█▋▆▋▅▋▋▄▇▍▌.▄▅█▇ ▉▍▌▇▄▋ ▅▋ ▇▋▌▊▄▉█▌▅
23 Days Ago
█▍█▆▅ ▉▆▋▊ ▌▄▄▇
23 Days Ago
▅▌█▄ ▉▄▅ ▄███▍▌▌▅ █▌▆▄▇▄▉ ▍▄▍▍▉▍ ▄▍▄▍▅ █▅██
23 Days Ago
Merge from fuel_latency_fix
23 Days Ago
Merge from modelviewer_build_fix
23 Days Ago
Merge from LiquidWeapon_nre_fix
23 Days Ago
Merge from shark_blood_fix
23 Days Ago
Merge from skeleton_missing_warnings
23 Days Ago
Merge from autoturret_aimoffset_nre
23 Days Ago
Merge from skull_rock_resource_fix
29 Days Ago
Also disable the tree shooting/throw back mechanic if allowVineSwinging is disabled
29 Days Ago
Added server.allowvineswinging convar, will prevent players from interacting with vines (interact prompts will still appear)
29 Days Ago
Possible NRE fixes for vine mountable (no known repro)
29 Days Ago
Found a duplicate camera
29 Days Ago
Fixed ModelVIewer being compiled out of builds incorrectly, causing missing component warnings in builds Prefabs with the "Editor" tag will now be excluded from asset bundle builds, marked all model viewer prefabs with this tag to stop them being included in builds
30 Days Ago
Vehicle fuel systems now trigger an immediate fuel check when fuel is added or removed Fixes 1-2s delay on vehicles becoming usable after inserting fuel, should now be processed immediately
30 Days Ago
Remove graphics.viewModelCamera convar, will be forced to true Left all code in place in case we need to roll it back
30 Days Ago
Fixed player getting stuck while on ladder in core of excavator if excavator rotates Player will now be parented to the excavator entity while on the ladder Added IgnoreIfOnLadder to TriggerParentExclusion for cases like this S2P excavator
30 Days Ago
Possible AutoTurret.AimOffset NRE fix
31 Days Ago
Fixed a list leaking from pool while vine swinging
31 Days Ago
Fixed shark attacks not making any noise if the show blood option is set to false
31 Days Ago
Possible fix for CullingVolume + LightOccludee + AmbientLightLOD scripts not working together, resulting in lights being left on when they should be culled
31 Days Ago
Added a warning box if a Skeleton component is missing bones (responsible for broken clothing/skin on most recent viewmodels)
31 Days Ago
Remove a debug line, simplify DoSplash
31 Days Ago
Possible LiquidWeapon NRE fix