userJarryd Campicancel

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

6 Years Ago
Merge from gib_pool/scriptableobjects
6 Years Ago
Added "debug.debugcamera_targetprint" to print out the name of the entity the debug camera is currently parented to
6 Years Ago
Twig wall override
6 Years Ago
Try converting gib override list into a scriptable object instead
6 Years Ago
WIP converting Gibbable to a PrefabAttribute
6 Years Ago
Apply physics mesh
6 Years Ago
Code review changes: Removed physics mesh workaround from diogo (no longer needed) Disable all colliders when pooling a gib Just disable random variation when benchmarking
6 Years Ago
Use a pooled list in WakeRigidbodies on ModularCarGarage, use ToBaseEntity instead of getting component
6 Years Ago
Added a new MidiConvar system to map convar commands to midi inputs (buttons and knobs) Adds "BindKnob" command to map a knob to a command with a float value (eg "BindKnob 0 graphics.fov 70 90" to bind knob 0 to the fov) Adds "BindKeyOn" and "BindKeyOff" to bind a midi note (eg BindKeyOn 60 "graphics.dof_debug true" and BindKeyOff 60 "graphics.dof_debug false") Commands are automatically saved and loaded
6 Years Ago
Benchmark change
6 Years Ago
Merge editor sections
6 Years Ago
Merge cleanup (custom material support)
6 Years Ago
Merge from main
6 Years Ago
Merge from thirdpersonskins (fixes skins not appearing on some third person models)
6 Years Ago
Cleanup
6 Years Ago
Merge from main
6 Years Ago
Fixed some weapons not aligning properly when using ironsights on ultrawide resolutions Put the z offset that solves the clipping issues at ultrawide resolutions behind the graphics.vm_fov_scale convar so we can fully revert back to the old weapon look/feel
6 Years Ago
Merge from main
6 Years Ago
Save/load dof dist with camera state
6 Years Ago
Don't run process TriggerPlayerForce if the component is disabled
6 Years Ago
Horses standing on a vehicle lift will now be raised/lowered
6 Years Ago
Remove linq in TriggerHurtNotChild
6 Years Ago
Added an editor only PrintContents context menu option to TriggerBase TriggerPlayerForce now uses a pooled list instead of Linq
6 Years Ago
Call RemoveFromTriggers when the player dies/respawns on the client
6 Years Ago
Potentially fixed player getting stuck in the TriggerPlayerForce volume when mounting/dismounting by manually removing them from the volume (probably caused player getting flung away when dismounting) Added ClientOnPlayerMountedSeat ClientOnPlayerDismountedSeat callbacks to BaseVehicle
6 Years Ago
Increased the width of mount hot spots on the cockpit modules
6 Years Ago
Added a swap seat sound def field to Mountables that will play instead of the mount sfx if a player is swapping seats to that mountable The dismount sfx will no longer play when swapping seats in the same vehicle
6 Years Ago
Added a new debugging.debugcamera_offset convar to manage offset in the debugcamera in a way that doesn't zero out the third person camera offset
6 Years Ago
HideIfOwnerIsFirstPerson will now enable meshes if a debug camera exists (fixes held entity meshes not rendering when switching to debug camera while in first person)
6 Years Ago
Add Model components to various tool entities so that skins are properly assigned to the third person mesh Fixed: salvaged icepick, longsword, rock, stone hatchet, stone pickaxe, explosive satchel, salvaged sword, hatchet, hammer and pickaxe
6 Years Ago
Add temperature source component to electrical heater Automatically refresh growables in range of a temperature source when the temperature changes
6 Years Ago
Added sensors to potato, pumpkin and corn plants
6 Years Ago
Fix hemp merge conflict
6 Years Ago
Move unity's new builtin JSON library into /Packages and replace it with Rust's version
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Speculative fix for endless tire screeching
6 Years Ago
Don't damage mounted passengers in other cars with car impacts
6 Years Ago
Lowered blunt protection on cars from 0.75 -> 0.25 to increase damage from bradley shells
6 Years Ago
Remove unused gizmos
6 Years Ago
Compile fix
6 Years Ago
Fixed create gibs in scene button not working Added a 5% size reduction to reduce gibs clipping into each other when generating automatic gibs
6 Years Ago
Update gibs to use new life convars
6 Years Ago
Merge from main
6 Years Ago
Use gibs kill method when destroying rowboat
6 Years Ago
Hooked up gibs on rowboat
6 Years Ago
Added a resource multiplier to TriggerHurtNotChild and increased damage to resources by x3 from cars This destroys small trees relatively easily but still takes several hits to take down a large tree
6 Years Ago
Added a new TriggerVehicleDrag component Applied vehicle drag to all of the barbed wire prefabs used in junkyard S2P junkyard
6 Years Ago
Merge from vehicles/push
6 Years Ago
Fixed merge issues on MotorRowboat