userJarryd Campicancel

12,644 Commits over 2,315 Days - 0.23cph!

26 Days Ago
Merge from slots_optimize
26 Days Ago
Fix a prefab id
26 Days Ago
Update caboose versions of slot machine Delete 6 meshes that are no longer needed, about a mb worth
26 Days Ago
Compile fix
26 Days Ago
Make the slot machine and storage entity poolable, entering range of a slot machine that has already been pooled now takes 0.13ms and allocates 384b (was over 2ms)
26 Days Ago
MeshCull the black out box
26 Days Ago
Slot machine optimisation pass - halved the file size of the prefab, removed all skinned renderers Removed all allocations from client side invokes Don't spawn the payout UI elements until the player is with 15m (when the canvas would enable)
26 Days Ago
Fixed farm barge NPC opening door too early
26 Days Ago
Merge from floating_cities
27 Days Ago
Restore /rpg folder in RocketLauncher, fixes broken vanilla rocket launcher caused by 133429
27 Days Ago
Merge from scene_holster_tools
27 Days Ago
Move the scene based holster tool buttons into the scene view and not the inspector
27 Days Ago
Merge from water_pump_power_fix
27 Days Ago
Removed a couple of server allocations when firing events on Water pumps and Fluid Switches
27 Days Ago
Another potential fix for sprinklers still spraying when connected to a water pump with a large height difference and the pump loses power
27 Days Ago
Mark two more collision meshes r/w
27 Days Ago
Setup swap RPG component on viewmodel
27 Days Ago
Marked remaining floating city collision meshes r/w
27 Days Ago
Delay visual chickens enabling for a second, seems to fix the distorted skinned mesh renderers S2P floating city 1+2
27 Days Ago
Merge from parent
28 Days Ago
Added SkinnedMeshBaker to player model, switches to a non skinned mesh at 10m (obviously too low but good for a/b testing) Added graphics.bakedSkinnedMeshes and graphics.RefreshAllAnimatorLods convars for testing Seems to save about 0.6ms/frame in an isolated bandit town
28 Days Ago
AnimatorLOD now has a BakedSkinnedMesh field, if assigned the skinned mesh will be baked and the LOD will switch to that renderer when the animator is disabled
28 Days Ago
Remove all Linq usage in PlayerModel (not really related to this task but should help garbage)
28 Days Ago
Subtract 133193 (cinematic_play_fallback)
28 Days Ago
Merge from naval_update/floating_cities
28 Days Ago
Made a visual only version of the chicken, spawning fully AI driven chickens to sit in a cage is pointless S2P floating city 1+2+3
29 Days Ago
Spawning new player_model prefab with baker component for NPC's
29 Days Ago
Experimenting with a skinned mesh baker to swap out static NPC's with static meshes at a distance Setup baker component, currently spits out a series of static meshes for the given lod level Very WIP
29 Days Ago
Fixed free hand sprays sometimes blocking hammer interaction when sprayed on a building block, this could always happen but it's worse now that the spray position is more accurate
29 Days Ago
Merge from spray_fixes_oct_2025
29 Days Ago
Merge from server_wipe_time_of_day
29 Days Ago
Merge from player_model_perf_improvements
29 Days Ago
Add debug.disable_distant_sleepers convar to toggle/compare new animator disabling logic, defaults to on Will take 10s for animators to fully disable when convar is turned on
29 Days Ago
Reset default server starting time to 9, was set to 12 when testing fog volumes back in August Override craggy island to start at 10 for better visuals while playing in editor
29 Days Ago
Merge from coop_prod_fix
29 Days Ago
Merge from spray_fixes_oct_2025
29 Days Ago
Merge from cinematic_play_fallback
30 Days Ago
New chainlink monument door (npc only and player compatible) Add placeholder conversation for farm access, charges scrap for now (temp) When a door is opened by an NPC in a conversation it will then be closed after 5s
30 Days Ago
Fixed prevent building volumes on static minecart and railroad planter Removed sockets from new static seating entities
33 Days Ago
Fixed the terrain mesh collider for Tropical1 not being on the terrain layer, was preventing AI from snapping to it properly S2P Tropical1, no actual scene changes though Also removed an allocation when setting up the mesh terrain
33 Days Ago
▇▊█ ▉▅▅▊▋▊▌ ▄▌▍▋▋ ▋▋▋▌▉▇ ▌▉▄▅ ▇▌▉▊ ▊▇ ▉ ▌▄▅▆▆▋▅ █▅█▅
34 Days Ago
Fixed spray can reskin UI closing too early if the player was looking at a skinnable object above them Fixed spray can free spray clipping through some floor pieces on jungle foundations
34 Days Ago
cinematic_play will now fallback to the standard gestures if provided a gesture string that isn't in the cinematic list
35 Days Ago
Always enable the sleeping animator if the player is within 10m, lets the very subtle sleeping animation that I had never noticed before play as intended