branchrust_reboot/main/vehiclescancel

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

5 Years Ago
Stat edits
5 Years Ago
IsDriveable() checks minimum vehicle requirements
5 Years Ago
Adjust wheel target pos
5 Years Ago
Revert ProjectSettings, didn't mean to commit
5 Years Ago
Minor test map edit
5 Years Ago
Made wheel suspension calculation correct re the actual collider, improved axle angle +/- calculation
5 Years Ago
updated chassis with max compression suspension, tweak steering skin, fix front axle hole in mesh
5 Years Ago
updated WIP cabin module, getting latest
5 Years Ago
Smoothed suspension visual movement even with rapid wheel hit changes
5 Years Ago
Do the visual lookat operation in one rotation call
5 Years Ago
Fixed axle angle being unsigned, not working with negative values
5 Years Ago
Cleanup and manifest rebuild
5 Years Ago
Compile fix fix
5 Years Ago
Compile fix
5 Years Ago
Minor map edit
5 Years Ago
Merge chassis update back into to Vehicles.
5 Years Ago
tweaked steering skin
5 Years Ago
updated WIP modules
5 Years Ago
updated axles rig
5 Years Ago
Merge map fix from Main -> Vehicles
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Server and client vehicle physics now behave the same, and the maximum speed estimate comes out correct on both. Some other vehicle physics tweaks.
5 Years Ago
Make drive force value available on the client + physics edits.
5 Years Ago
Show module health info, but hide it when mounted
5 Years Ago
Handling bias edit
5 Years Ago
Increased engine power
5 Years Ago
Vehicle engine performance now degrades with health level
5 Years Ago
Delete unused scripts
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Improvements to collision damage code. No more jumping on your vehicle and hulk smashing it.
5 Years Ago
█▉▍▇▋▄ ▆▊█▌▆ ▋▅▇▊▍
5 Years Ago
Fixed fuel system now syncing the fuel system instance ID to clients. Fixed MiniCopter showing fuel interaction slightly further than actual usable distance.
5 Years Ago
Merge from Main->Vehicles
5 Years Ago
Added support for chassis repair and finished chassis repair UI. Added chassis item instance and container so we can see the chassis health, repair it etc using the standard item UI. Some additional module health bug fixes.
5 Years Ago
Rename VehcleModuleManagerInventory to ModularVehicleInventory
5 Years Ago
The unused loot container that the garage needs (for when there's no vehicle on the lift) caused some confusion for the Item loot move method. Protocol++ to add a lootMoveAllowed bool to PlayerLoot, synced server->client. Defaults to true.
5 Years Ago
Move vehicle loot into the right container
5 Years Ago
▇█▍▆▋▆ ▊▍█▆▄ ▉█▉▉▇▌
5 Years Ago
Code review: Improve the fuel system. All fuel tanks now use a standard interaction distance limit, and have position checks on.
5 Years Ago
Code review: Convert [SerializeField] in ItemModVehicleModule to Rust style
5 Years Ago
Code review: Fix rowboat inited vs. IsSpawned.
5 Years Ago
Code review: Duplicate code into GetDriver and IsDriver rather than reusing GetDrivers, so that they're not using a list.
5 Years Ago
Code review: Pass a Facepunch.Pool list to GetDrivers instead of using a permanent cached list.
5 Years Ago
Fixed broken engine sound
5 Years Ago
Code review: Correct skid sound create/destroy
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Comment edit only
5 Years Ago
Comments edit only
5 Years Ago
Fixing module add bug breaking random gen vehicles
5 Years Ago
Remove unneeded OnChildAdded calls