userBill Bcancel

13,104 Commits over 2,800 Days - 0.20cph!

4 Years Ago
Wording change on engine internals UI
4 Years Ago
Fixed filter for drag-dropping engine items into engine slots
4 Years Ago
When we're doing a singular chassis visuals update for clients who are looking at a stopped vehicle for the first time, move instantly to the correct position, ignoring the usual lerps.
4 Years Ago
Make sure the client updates chassis visuals at least once when they first see a vehicle
4 Years Ago
Engine loot panel UI changes, show stats differently
4 Years Ago
Simplify engine stats UI
4 Years Ago
▊▄▌▇▍▋▍█ ▆▌▍▇█▆▋, ▍▆█▌▉▋▋█▌█, ▄▊█ ▋▇▄▅▊▇ ▇▋ ▉▉ █▅▉▍▊▅ ▅▉▄▍▋ ▄▆▅▆ "▊▅▌▊▄"
4 Years Ago
▄▋▅▅█▌▉ ▍▅█ ▆▉▋▋▄▇▌▌▌ ▅▉▉▆██▇ ▌▌█▉
4 Years Ago
Merge from Main -> Vehicles. This puts vehicles branch on 2019.3
4 Years Ago
Needs cleanup and performance work, but engine internal items + engine UI now fully working.
4 Years Ago
Added note to recycler, comment only
4 Years Ago
▌█▋▊▊▆▌▇▌▉█▆▋▉▉
4 Years Ago
Working on engine internal item stats
4 Years Ago
Better system for wheel-spin at low speeds, doesn't lower true friction
4 Years Ago
Merge from Main->Vehicles
4 Years Ago
Adjusting effect settings
4 Years Ago
▇▅▉▊▌▉▆ ▆▊▅▌▋ ▇▆▇
4 Years Ago
▌▌▌▇█▋▌ ▋▉▌ ▄▍▊ ▊▊▊▍▊▄ + ▊▄█▍▌█▋ ▅▊▇▇
4 Years Ago
Set up all exhaust effect code
4 Years Ago
Increase push flip force
4 Years Ago
▉▍▌▆ ▍▍▇▋ ▇▅▋
4 Years Ago
Compile fix
4 Years Ago
- Conditional health now supports a min/max. Settings are min EXCLUSIVE and max INCLUSIVE, and when both values are the same, the conditional will be on at that value (e.g. For only on when destroyed, set both to 0). - Moved engine damage FX to the conditional system. - Removed ModuleEngine damage ounds, these will be moved into the effect prefabs. - Removed OnEngineStateChanged and OnHealthChanged from VehicleModuleComponentBase as there are now unused.
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
Fixed issues with collider and particle conditionals
4 Years Ago
Conditionals UI rename
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
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
Some changes to conditionals
4 Years Ago
Unfinished experiment with splitting conditional class definitions
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)