branchrust_reboot/main/vehiclescancel

1,903 Commits over 2,191 Days - 0.04cph!

4 Years Ago
set light materials, fixed dashboard rig
4 Years Ago
split dashboard material, fixed weird texture glitch
4 Years Ago
Allow specifying light material index to modify emission on
4 Years Ago
Fix broken headlights
4 Years Ago
Allow assigning any type of renderer to the lightRenderer for vehicle lights
4 Years Ago
Now colour coding conditions by type in the editor UI
4 Years Ago
Physics adjustments
4 Years Ago
Give a little more push power for tipping vehicles over
4 Years Ago
Client now getting terrain type from the PhysicMaterial [sic], which has the benefit of already having a standard getting that also gets the material of non-terrain objects being driven on. Material is now per wheel, so for skid sounds I'm just using the left front wheel. Added road skid sounds back in. Removed TerrainTypeMonitor. Also adjusted ground grip.
4 Years Ago
setup LOD, added missing mesh to the modules LOD group
4 Years Ago
adding armored module LOD
4 Years Ago
Fixed issues with collider and particle conditionals
4 Years Ago
Conditionals UI rename
4 Years Ago
armored module condition/ collider
4 Years Ago
compile fix
4 Years Ago
no IsOnRoad check when handling skid sounds for now
4 Years Ago
update tire surface sounds add some surface specific skid sounds
4 Years Ago
fixed some condition and missing physics material on modules
4 Years Ago
armored module, merged mesh/material re exported lift texture
4 Years Ago
Minor FX edit
4 Years Ago
Extra wheelspin for initial takeoff
4 Years Ago
Added option to LODComponentParticleSystem to NOT automatically play the particle FX when coming into range, and set all wheel trail/spin effects to playOnShow= false. Default is true so as not to affect other existing objects.
4 Years Ago
Reinstate map changes that got stomped in #48033
4 Years Ago
Physics work, wheel spin adjustments, FX work
4 Years Ago
Remove temp code
4 Years Ago
fix dashboard
4 Years Ago
tweak driver position (seat and pedal positioning)
4 Years Ago
WIP armored module
4 Years Ago
Set all pfx LOD culling to dynamic. Basic trail and spin fx now working on cars.
4 Years Ago
Reinstate effect emission overrides for front wheels
4 Years Ago
Initial work on supporting new VFX. - Reverted SedanWheelSmoke to the version on Main and removed it from modular cars, now only used on the sedan again. - Removed old water and dirt effects. - Moved all tyre audio from SedanWheelSmoke to ModularCarAudio, some refactoring. - Added tyre audio support for grass and snow. - Refactored VehicleTerrainManager on the server side, renamed VehicleTerrainDamage. Data based on topology. - Added TerrainTypeMonitor on the client side, keeps track on what sort of terrain the vehicle is on. Data based on splats. - Hooked up all new tyre track and spin FX, but currently unused. - Modified grip physics.
4 Years Ago
▉▌▊▌▆▅▍ ▅▄▅▍, ▊▊▆ ▄▋▆█▅▅ ▅▅▌▆▇▄▋ ▊▊ ▄▆▄.
4 Years Ago
█▊▌ ▍█▊
4 Years Ago
Reworked vehicle lighting
4 Years Ago
Some changes to conditionals
4 Years Ago
Fix up modules after merge
4 Years Ago
Merge from Vehicle VFX -> Vehicles
4 Years Ago
More engine internals work
4 Years Ago
Engine item work
4 Years Ago
Simplified rigidbody sleep check for vehicles. Tested on procedural. Now more reliable, all vehicles sleep eventually, even if in water or perched on a rock.
4 Years Ago
Test map edit + tweaks to grip settings
4 Years Ago
Refactor terrain quality states into objects (basically GoF State pattern)
4 Years Ago
ProjectSettings fix
4 Years Ago
Move GroundQuality definitions, plus extras
4 Years Ago
Different grip levels for different terrain types
4 Years Ago
Manifest rebuild after merge.
4 Years Ago
Merge from Main -> Vehicles. Protocol++.
4 Years Ago
Merge back from CarPhysicsChanges>Vehicles
4 Years Ago
Another minor edit
4 Years Ago
Fix ClientOnly GameObject positioning on modules