branchrust_reboot/main/snowmobilecancel

460 Commits over 334 Days - 0.06cph!

2 Years Ago
Disable the animator when a snowmobile is off and not moving. Fixes the Tomaha suspension snapping to the wrong position when active updates stopped.
2 Years Ago
Removed debug print
2 Years Ago
Make sure one final forced update tick happens when update tick is stopped, even if the player is looking away
2 Years Ago
Fixed bugs with update ticks on ground vehicles. VehicleChassisVisuals was assuming that UpdateTick would always run.
2 Years Ago
Fixed 6cm side offset in snowmobile driver eye position
2 Years Ago
Changed snowmobile starting fuel from 20 to zero
2 Years Ago
Comment only
2 Years Ago
Simplified the ground material code - reusing existing TerrainConfig data.
2 Years Ago
Code review: Moved VehiclePhysicMatList into TerrainConfig
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
New RigidbodyInfo prefab attribute allows clients to access rigidbody data. Now using it on snowmobiles and modular cars. Manifiest update.
2 Years Ago
View angle edit
2 Years Ago
Let snowmobile driver look down a little further
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
directional driver reaction anims, updated animator with reaction layer
2 Years Ago
Snowmobiles: Don't tick fuel all the time
2 Years Ago
snowmobile driving - adjusted transition in/out for reaction, also slowed down in the animator
2 Years Ago
Replaced vehicle capsule clipping checks with a sphere check if the start and end pos are the same. Avoids a bug in Unity that treats capsule colliders with the same start/end point incorrectly when checking vs. a concave mesh colliders (seems to treat the mesh like a convex one or a bounding box).
2 Years Ago
Manifest updates
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Improved bump animation showing code
2 Years Ago
Merge new bump animation -> Snowmobile
2 Years Ago
Collision test - switch to continuous detection. May be fine, or may cause random sudden stops while driving fast on rough terrain. TBD
2 Years Ago
Simplified the generic snowmobile world collider
2 Years Ago
Removed Tomaha light double-ups, fixes visual z-fighting/flickering
2 Years Ago
Removed modular-car-engine-test-nice-setup
2 Years Ago
▇▉, ▇▌▍▌▋ ▆▉▉▆▍▆ █▆ ▇▊▄▄▋▅
2 Years Ago
▌▆▊▊ █▍▇▋█▅ █▅▉▍▉▊▆█▄▇ ▄▉▇ ▄▆▍▌ ▅▊▄ ▆▇▆▍▉/▅▅▅▆ ▌▌▅▌▋ ▆▇▇▄▉▅
2 Years Ago
Splatted some dirt onto the test map
2 Years Ago
Pass on snowmobile secondary surfaces fx (custom snowmobile position fixes pending)
2 Years Ago
Use bespoke dirt FX for snowmobiles instead of generic wheeled vehicle.
2 Years Ago
Snowmobile player reactions - Added override player controller
2 Years Ago
Increased snowmobile collision damage taken (was very low, still pretty low)
2 Years Ago
More wheel spin slip, it's cool
2 Years Ago
Limited the frequency of engine start fail sound
2 Years Ago
Audio code comment
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Added a small amount of suspension travel to the generic snowmobile treads
2 Years Ago
Rather than disable generic snowmobile headlights entirely (68413), remove the mesh, but leave the lighting
2 Years Ago
Fixed generic snowmobile ski snow FX now always showing up anymore
2 Years Ago
Merge SnowmobileFXFixes -> Snowmobile
2 Years Ago
Fixing all the snowmobile FX that got broken in some prior commit, part 1
2 Years Ago
Extend snowmobile rear world colliders enough to allow for a passenger to not get kicked off if it's backed up against a cliff
2 Years Ago
Improved handling of snowmobile rear passenger collision
2 Years Ago
Half fixed ski FX trails not showing, but angle is messed up
2 Years Ago
snowmobile sound updates
2 Years Ago
Another suspension edit
2 Years Ago
Improved lean anim code some more
2 Years Ago
Revert 68409, restore suspension changes