userJarryd Campicancel

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

6 Years Ago
Merge from growable_rain_merge
6 Years Ago
Reworked rain implementation: standalone plants no longer receive any bonus for rain Planter boxes will now fill up with water if it's raining and they are exposed to the rain
6 Years Ago
Added a small flashing light to deployed telephones while they're ringing
6 Years Ago
Clean up and standardise colliders on deployed phone across client and server
6 Years Ago
Renamed "face lower" wearable slot to mouth Added Eyes wearable slot, assigned summer dlc and twitch drop sunglasses to that slot Update head attire pieces to not allow equipping with mouth slot (so we can't stack moustache protection with other head protection) Update some head pieces to not allow equipping with sunglasses (depends on visual clipping)
6 Years Ago
Moved santa beard back to the face slot to prevent stacking protection
6 Years Ago
Merge from growable_rain_merge
6 Years Ago
Merge from growable_rain
6 Years Ago
Cherry picking 56232 with "ignore traceablity" enabled (no idea if this is going to work)
6 Years Ago
Fixed server load NRE
6 Years Ago
Dof target mode should now work when playing a pre recorded camera animation
6 Years Ago
Merge from lower_face_wearable
6 Years Ago
Forgot to codegen
6 Years Ago
Merge from dof_target
6 Years Ago
Renamed binds to debugcamera_dollyforward and debugcamera_dollyback Added current parented entity and dof target to the demo playback UI
6 Years Ago
Added debug.debugcamera_targetforward and debug.debugcamera_targetback to zoom the camera in/out (used to be hardcoded to mouse wheel)
6 Years Ago
debug.ent_find_radius will use the debug camera position if that camera is enabled
6 Years Ago
Add phone booths to supermarket and gas station
6 Years Ago
Merge from skin_editor_improvements
6 Years Ago
Bandana mask is now lower face Clatter helmet, plate helmet, burlap headwrap, riot mask, rat mask, dragon mask now cover lower face
6 Years Ago
Use entity id for dof_focus_target instead of entity name
6 Years Ago
Add a new FaceLower wearable OccupationSlot, assigned movember moustaches and santa beards, allows wearing a moustache and sunglasses at the same time
6 Years Ago
Add demo.playCameraAnimation and demo.stopPlayingCameraAnimation to play/stop recorded camera animations during a demo
6 Years Ago
Merge from dof_target
6 Years Ago
Merge from halloween_2020/halloween_2020_patch (skull trophy gib fixes)
6 Years Ago
Update gib overrides on skull trophies
6 Years Ago
Unsaved change
6 Years Ago
Added support for "dof_mode 2" that sets the focal distance based on distance from the camera to the parented entity, dof_focus_dist is still used and treated as an offset Added a new "graphics.dof_focus_target" convar that overrides which target the new mode uses for it's distance calculation
6 Years Ago
Merge from demo_toggle_nvg
6 Years Ago
Fix NRE when a player changes clothing in a demo
6 Years Ago
Fixed not being able to record multiple camera animations in a single demo session startRecordingCamera will now fail if a name isn't provided
6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Show a warning in the skin inspector if a skin has a duplicate ID and display the next available ID
6 Years Ago
Show a button to fix prefab and viewmodel names on Skinnable asset
6 Years Ago
Merge from demo_toggle_nvg
6 Years Ago
Fix NVG being turned off whenever a player changes clothing during demo playback
6 Years Ago
Merge from main
6 Years Ago
Ignore phone and midi client folders in plastic
6 Years Ago
Added an option for phone booths to append their grid code to their name (eg. G4, C2) so we can place them at monuments that are placed multiple times (like gas stations and super markets)
6 Years Ago
Add delete and backspace key support for code lock UI
6 Years Ago
Fixed skull spike skins not being applied when picking up with hammer
6 Years Ago
Fixed death screen respawn button spacing when connecting to a server while dead
6 Years Ago
Merge from voiceprops
6 Years Ago
Fix phone booths NRE when answering
6 Years Ago
Plants increase water quality when raining (standalone and in planter)
6 Years Ago
Merge from main
6 Years Ago
Applied IO line curve calculation fix from main (fixes broken monument lines and massive editor performance drain)
6 Years Ago
Fixed phone booth collider getting stripped on server
6 Years Ago
Potential NRE fix in PlayerVoiceRecorder