userJarryd Campicancel

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

6 Years Ago
Refactor fov handling Move all controls to top bar Move camera switching to top bar dropdown
6 Years Ago
Use BaseSettings for the top bar of settings Allow switching between free cam and first person
6 Years Ago
Depth of field settings
6 Years Ago
Fix projectile position being set to NaN when pausing a demo Re-enable sidebar and fix buttons getting sized to 0 height Pass initial state to settings widgets Implement time scale and time of day widget functionality
6 Years Ago
Added 4 vertical pixels of extra spacing to the team member name hud label to fit some characters
6 Years Ago
Fixed some viewmodel clothing casting shadows Spacesuit Burlap gloves Tactical gloves Roadsign gloves
6 Years Ago
Add some decay over time if a sled isn't being used
6 Years Ago
Merge from xmas_2020
6 Years Ago
Merge from main
6 Years Ago
Don't autokill sled when it collides with another sled
6 Years Ago
Added BlocksDoor bool to BaseMountable to control door opening logic (defaults to true) Sleds no longer block doors from opening
6 Years Ago
Fixed ice walls spawning gibs from all varieties instead of just the active variety (was causing the extreme gib forces)
6 Years Ago
If a sled isn't moving you can now press W to give it a slight forward nudge while mounted
6 Years Ago
Merge from main
6 Years Ago
Compile fix
6 Years Ago
Merge from xmas_2020
6 Years Ago
Code review cleanup
6 Years Ago
Decrease non-snow friction, wait a bit more time before switching to friction material Wait a second before showing the help pop up (prevents it popping up when travelling over small patches of non-snow surfaces)
6 Years Ago
Add some rotational force to the sled if it's in the air to try and prevent flipping Don't show the help popup if a sled is in mid-air
6 Years Ago
Sand now counts as a valid surface for the sled
6 Years Ago
New custom non-snow material with less friction that sled switches to once it leaves snow, sled should carry more momentum once it leaves snow
6 Years Ago
Increase direction match force (1 > 3)
6 Years Ago
Flip deploy angle of sled so it faces away from player
6 Years Ago
Run player voice through a new audio channel with some distortion (still respects player voice volume setting)
6 Years Ago
Stop snow particles playing automatically, only play them if actually on snow
6 Years Ago
Driving a car into a sled will now destroy the sled
6 Years Ago
Sled can now be placed in snow produced by snow machine and will have appropriate friction
6 Years Ago
Made custom sled seat prefabs with Ik positions for hands
6 Years Ago
Increase turn speed
6 Years Ago
Don't show health bar while riding sled Don't show pickup option while mounted on sled
6 Years Ago
Added some snow chunk fx when moving
6 Years Ago
Set side lean amount to 0 on sled seat Increased bounds height on sled to ensure seat clipping process runs Can only deploy sled on terrain
6 Years Ago
Disable trail fx when not on snow
6 Years Ago
More speed
6 Years Ago
Make initial force last longer if the sled is on a flat surface
6 Years Ago
Fixed some incorrect steering logic Removed some debug stuff
6 Years Ago
Set up xmas variant
6 Years Ago
Custom seat prefabs and updated mount positions
6 Years Ago
Dismount if sled ends up in water More drag, speed and turn tweaks
6 Years Ago
Reduce initial velocity when not on snow Dismount if sled flips
6 Years Ago
Remove flyby sounds form snowball gun shots
6 Years Ago
Speed tweaks
6 Years Ago
Icon
6 Years Ago
Increase drag, add some support for slight turning input
6 Years Ago
Fixed a legacy vehicle terrain check bug Fixed pickup/repair
6 Years Ago
Apply some force over time when a player mounts the sled
6 Years Ago
Use zero friction absolute
6 Years Ago
Initial sled setup and material swapping boilerplate
6 Years Ago
Added an allowed binds to NeedsKeyboard component to selectively allow a specific bind to still be polled Push to talk setting should now be respected when using a telephone
6 Years Ago
Merge from main